- Timestamp:
- 04/16/12 16:06:52 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 11709,11711-11769,11771-11777,11780-11782,11784-11800,11803-11983,11986-11989
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/m/model/solveparallel.m
r11311 r12004 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.