Changeset 5904
- Timestamp:
- 09/20/10 10:18:09 (14 years ago)
- Location:
- issm/trunk/src/m/model
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/queue/LaunchQueueJob.m
r5903 r5904 22 22 23 23 %compress the files into one zip. 24 compressstring=['tar -zcf ' md.runtimename '.tar.gz ' md.name '.bin ' md.name '.queue petsc.rc '];24 compressstring=['tar -zcf ' md.runtimename '.tar.gz ' md.name '.bin ' md.name '.queue petsc.rc ']; 25 25 if md.qmu_analysis, 26 26 compressstring=[compressstring md.name '.qmu.in']; -
issm/trunk/src/m/model/solve.m
r5103 r5904 31 31 ismodelselfconsistent(md), 32 32 33 %preprocesses model before solving34 md=presolve(md);35 36 33 %if running qmu analysis, some preprocessing of dakota files using 37 34 %models fields needs to be carried out. … … 39 36 md=preqmu(md,options); 40 37 end 38 39 %preprocesses model before solving 40 md=presolve(md); 41 41 42 42 %Save model as is (in case of a crash)
Note:
See TracChangeset
for help on using the changeset viewer.