- Timestamp:
- 05/24/10 14:41:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/queue/old/BuildQueueingScriptgreenplanet.m
r3149 r3923 17 17 18 18 fprintf(fid,'cd $PBS_O_WORKDIR\n'); 19 fprintf(fid,'mpirun -machinefile $PBS_NODEFILE -np %i %s/%s.exe %s %s.bin %s.outbin %s.lock > %s.outlog',md.np,codepath, AnalysisTypeFromEnum(md.analysis_type),executionpath,md.name,md.name,md.name,md.name);19 fprintf(fid,'mpirun -machinefile $PBS_NODEFILE -np %i %s/%s.exe %s %s.bin %s.outbin %s.lock > %s.outlog',md.np,codepath,EnumAsString(md.analysis_type),executionpath,md.name,md.name,md.name,md.name); 20 20 21 21 fclose(fid);
Note:
See TracChangeset
for help on using the changeset viewer.