Ignore:
Timestamp:
09/26/10 12:10:02 (15 years ago)
Author:
Eric.Larour
Message:

LaunchQueueJob is not a method of each cluster class,
thus allowing some pretty cluster specific operations.
For ex, on astrid, we rarely do batch runs. On pleiades,
we do more of them, and we do a lot of interactive runs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/@model/setdefaultparameters.m

    r6016 r6038  
    237237%set petsc options for different analysis
    238238md.petscoptions=petscoptions;
    239 %md.petscoptions=addoptions(md.petscoptions,DiagnosticHorizAnalysisEnum,asmoptions);
    240 %md.petscoptions=addoptions(md.petscoptions,DiagnosticVertAnalysisEnum,mumpsoptions);
     239md.petscoptions=addoptions(md.petscoptions,DiagnosticVertAnalysisEnum,mumpsoptions);
    241240
    242241%solution speed-up
Note: See TracChangeset for help on using the changeset viewer.