Changeset 14871


Ignore:
Timestamp:
05/03/13 15:49:31 (12 years ago)
Author:
Eric.Larour
Message:

CHG: checking against petsc is not needed anymore, because we now have the issm toolkit available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/solve.m

    r14624 r14871  
    6868end
    6969
    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 end
    75 
    7670%Write all input files
    7771marshall(md);                                          % bin file
Note: See TracChangeset for help on using the changeset viewer.