Ignore:
Timestamp:
08/02/16 17:22:43 (9 years ago)
Author:
agscott1
Message:

BUG: Fixed clusters for updated matlab and python code

File:
1 edited

Legend:

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

    r19638 r21050  
    6565                         fprintf(fid,'cd $PBS_O_WORKDIR\n');
    6666                         fprintf(fid,'export OMP_NUM_THREADS=1\n');
    67                          fprintf(fid,'dplace -s1 -c0-%i mpiexec -np %i %s/issm.exe %s %s %s',cluster.np-1,cluster.np,cluster.codepath,EnumToString(solution),[cluster.executionpath '/' dirname],modelname);
     67                         fprintf(fid,'dplace -s1 -c0-%i mpiexec -np %i %s/issm.exe %s %s %s',cluster.np-1,cluster.np,cluster.codepath,solution,[cluster.executionpath '/' dirname],modelname);
    6868                         fclose(fid);
    6969
Note: See TracChangeset for help on using the changeset viewer.