Changeset 25393


Ignore:
Timestamp:
08/13/20 19:30:42 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing maui

File:
1 edited

Legend:

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

    r25387 r25393  
    9393                         fprintf(fid,'export ISSM_DIR="%s/../"\n',cluster.codepath); %FIXME
    9494                         fprintf(fid,'source $ISSM_DIR/etc/environment.sh\n');       %FIXME
     95                         fprintf(fid,'module swap PrgEnv-cray PrgEnv-intel\n');
    9596                         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);
    9798                         if ~io_gather, %concatenate the output files:
    9899                                 fprintf(fid,'cat %s.outbin.* > %s.outbin',modelname,modelname);
Note: See TracChangeset for help on using the changeset viewer.