Changeset 25391
- Timestamp:
- 08/13/20 15:30:14 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/pfe.m
r25300 r25391 52 52 disp(sprintf(' time: %i',cluster.time)); 53 53 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)); 55 56 disp(sprintf(' executionpath: %s (directory containing issm.exe on pfe)',cluster.executionpath)); 56 57 disp(sprintf(' grouplist: %s',cluster.grouplist));
Note:
See TracChangeset
for help on using the changeset viewer.