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/generic_static.m

    r20544 r21050  
    7272                        fid=fopen([modelname '.queue'],'w');
    7373                        fprintf(fid,'#!%s\n',cluster.shell);
    74                         fprintf(fid,['%s/mpiexec -np %i %s/%s %s %s %s \n'],codepath2,cluster.np,codepath2,executable,EnumToString(solution),'./',modelname);
     74                        fprintf(fid,['%s/mpiexec -np %i %s/%s %s %s %s \n'],codepath2,cluster.np,codepath2,executable,solution,'./',modelname);
    7575                        fclose(fid);
    7676
Note: See TracChangeset for help on using the changeset viewer.