Changeset 25393
- Timestamp:
- 08/13/20 19:30:42 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/maui.m
r25387 r25393 93 93 fprintf(fid,'export ISSM_DIR="%s/../"\n',cluster.codepath); %FIXME 94 94 fprintf(fid,'source $ISSM_DIR/etc/environment.sh\n'); %FIXME 95 fprintf(fid,'module swap PrgEnv-cray PrgEnv-intel\n'); 95 96 fprintf(fid,'cd %s/%s\n\n',cluster.executionpath,dirname); 96 fprintf(fid,' mpiexec-n %i %s/issm.exe %s %s %s\n',cluster.np,cluster.codepath,solution,[cluster.executionpath '/' dirname],modelname);97 fprintf(fid,'srun -n %i %s/issm.exe %s %s %s\n',cluster.np,cluster.codepath,solution,[cluster.executionpath '/' dirname],modelname); 97 98 if ~io_gather, %concatenate the output files: 98 99 fprintf(fid,'cat %s.outbin.* > %s.outbin',modelname,modelname);
Note:
See TracChangeset
for help on using the changeset viewer.