Changeset 5963 for issm/trunk/src/m/clusters/pollux.m
- Timestamp:
- 09/22/10 14:41:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/clusters/pollux.m
r5956 r5963 56 56 fprintf(fid,'cd $PBS_O_WORKDIR\n'); 57 57 fprintf(fid,'export OMP_NUM_THREADS=1\n'); 58 fprintf(fid,'dplace -s1 -c0-%i mpirun -np %i %s/issm.exe %s %s %s.bin %s. outbin %s.lock',md.np-1,md.np,md.codepath,EnumToString(analysis_type),md.executionpath,modelname,modelname,modelname);58 fprintf(fid,'dplace -s1 -c0-%i mpirun -np %i %s/issm.exe %s %s %s.bin %s.petsc %s.outbin %s.lock',md.np-1,md.np,md.codepath,EnumToString(analysis_type),md.executionpath,modelname,modelname,modelname,modelname); 59 59 60 60 %close file
Note:
See TracChangeset
for help on using the changeset viewer.