Changeset 11729
- Timestamp:
- 03/19/12 20:08:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/model/solveparallel.m
r11311 r11729 11 11 md=loadresultsfromcluster(md); 12 12 else 13 14 %In parallel mode, we need to make sure we have PETSC support, otherwise, we run with only one cpu: 15 if ~ispetsc, 16 disp('PETSC support not included, running on 1 cpu only!'); 17 cluster.np=1; 18 end 13 19 14 20 %First, build a runtime name that is unique, that we will use to create
Note:
See TracChangeset
for help on using the changeset viewer.