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

    r19638 r21050  
    128128                         fprintf(fid,'\n');
    129129                         fprintf(fid,'mpiexec %s/issm.exe %s %s %s 2> %s.errlog >%s.outlog\n',...
    130                                  cluster.codepath,EnumToString(solution),[cluster.executionpath '/' dirname],modelname,modelname,modelname);
     130                                 cluster.codepath,solution,[cluster.executionpath '/' dirname],modelname,modelname,modelname);
    131131                         %fprintf(fid,'echo $HOSTNAME >>%s.outlog',modelname);
    132132                         fclose(fid);
Note: See TracChangeset for help on using the changeset viewer.