Changeset 14871
- Timestamp:
- 05/03/13 15:49:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/solve/solve.m
r14624 r14871 68 68 end 69 69 70 %we need to make sure we have PETSC support, otherwise, we run with only one cpu:71 if ~ispetsc(),72 disp('PETSc support not included, running on 1 cpu only!');73 cluster.np=1;74 end75 76 70 %Write all input files 77 71 marshall(md); % bin file
Note:
See TracChangeset
for help on using the changeset viewer.