Changeset 11474
- Timestamp:
- 02/19/12 15:47:23 (13 years ago)
- Location:
- issm/trunk-jpl/src/m
- Files:
-
- 38 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/clusters/greenplanet.m
r11374 r11474 95 95 96 96 fprintf(fid,'cd %s/%s\n\n',cluster.executionpath,md.private.runtimename); 97 fprintf(fid,' /sopt/mpi/mvapich-1.1/intel/bin/mpiexec -mpich-p4-no-shmem-np %i %s/issm.exe %s %s %s\n',cluster.np,cluster.codepath,EnumToString(solution),cluster.executionpath,modelname);97 fprintf(fid,'mpiexec -np %i %s/issm.exe %s %s %s\n',cluster.np,cluster.codepath,EnumToString(solution),cluster.executionpath,modelname); 98 98 99 99 if ~md.settings.io_gather,
Note:
See TracChangeset
for help on using the changeset viewer.