Changeset 25270
- Timestamp:
- 07/13/20 09:37:56 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/pfe.m
r25039 r25270 18 18 time = 12*60; 19 19 processor = 'ivy'; 20 srcpath = '';20 srcpath = ''; 21 21 codepath = ''; 22 22 executionpath = ''; … … 52 52 disp(sprintf(' time: %i',cluster.time)); 53 53 disp(sprintf(' processor: %s',cluster.processor)); 54 disp(sprintf(' codepath: %s ',cluster.codepath));55 disp(sprintf(' executionpath: %s ',cluster.executionpath));54 disp(sprintf(' codepath: %s ($ISSM_DIR on pfe)',cluster.codepath)); 55 disp(sprintf(' executionpath: %s (directory containing issm.exe on pfe)',cluster.executionpath)); 56 56 disp(sprintf(' grouplist: %s',cluster.grouplist)); 57 57 disp(sprintf(' interactive: %i',cluster.interactive)); … … 131 131 %Miscelaneous 132 132 if isempty(cluster.login), md = checkmessage(md,'login empty'); end 133 if isempty(cluster.srcpath), md = checkmessage(md,'srcpath empty'); end 133 134 if isempty(cluster.codepath), md = checkmessage(md,'codepath empty'); end 134 135 if isempty(cluster.executionpath), md = checkmessage(md,'executionpath empty'); end
Note:
See TracChangeset
for help on using the changeset viewer.