Changeset 27886
- Timestamp:
- 08/23/23 11:22:50 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/discovery.m
r27710 r27886 19 19 memory = 2; %in Gb 20 20 email = 'END,FAIL'; 21 21 deleteckptdata= 0; 22 22 end 23 23 %}}} … … 42 42 disp(sprintf(' memory: %i Gb',cluster.memory)); 43 43 disp(sprintf(' email: %s (notifications: BEGIN,END,FAIL)',cluster.email)); 44 disp(sprintf(' deleteckptdata: %i',cluster.deleteckptdata)); 44 45 disp(sprintf(' codepath: %s',cluster.codepath)); 45 46 disp(sprintf(' executionpath: %s',cluster.executionpath)); … … 117 118 fprintf(fid,'cat %s.outbin.* > %s.outbin',modelname,modelname); 118 119 end 120 121 if (cluster.deleteckptdata) 122 fprintf(fid,'rm -rf *.rst *.ckpt\n'); 123 end 119 124 fclose(fid); 120 125
Note:
See TracChangeset
for help on using the changeset viewer.