Changeset 13383
- Timestamp:
- 09/17/12 15:55:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/solve/solve.m ΒΆ
r13043 r13383 70 70 %we need to make sure we have PETSC support, otherwise, we run with only one cpu: 71 71 if ~ispetsc(), 72 disp('PETS Csupport not included, running on 1 cpu only!');72 disp('PETSc support not included, running on 1 cpu only!'); 73 73 cluster.np=1; 74 74 end
Note:
See TracChangeset
for help on using the changeset viewer.