Changeset 25391


Ignore:
Timestamp:
08/13/20 15:30:14 (5 years ago)
Author:
seroussi
Message:

ADD: srcpath needs to be displayed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/clusters/pfe.m

    r25300 r25391  
    5252                        disp(sprintf('    time: %i',cluster.time));
    5353                        disp(sprintf('    processor: %s',cluster.processor));
    54                         disp(sprintf('    codepath: %s  ($ISSM_DIR on pfe)',cluster.codepath));
     54                        disp(sprintf('    srcpath: %s ($ISSM_DIR on pfe)',cluster.srcpath));
     55                        disp(sprintf('    codepath: %s  ($ISSM_DIR/bin on pfe)',cluster.codepath));
    5556                        disp(sprintf('    executionpath: %s  (directory containing issm.exe on pfe)',cluster.executionpath));
    5657                        disp(sprintf('    grouplist: %s',cluster.grouplist));
Note: See TracChangeset for help on using the changeset viewer.