- Timestamp:
- 08/11/09 15:13:09 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/BuildQueueingScriptGeneric.m
r1111 r1650 15 15 fprintf(fid,'#!/bin/sh\n'); 16 16 fprintf(fid,'rm -rf %s/%s.lock\n',executionpath,md.name); 17 fprintf(fid,'mpirun -np %i %s/%s.exe %s %s.bin %s.outbin %s.lock 2> %s.errlog >%s.outlog & ',md.np,codepath, md.analysis_type,executionpath,md.name,md.name,md.name,md.name,md.name);17 fprintf(fid,'mpirun -np %i %s/%s.exe %s %s.bin %s.outbin %s.lock 2> %s.errlog >%s.outlog & ',md.np,codepath,AnalysisTypeAsEnum(md.analysis_type),executionpath,md.name,md.name,md.name,md.name,md.name); 18 18 fclose(fid);
Note:
See TracChangeset
for help on using the changeset viewer.