Ignore:
Timestamp:
09/01/11 19:58:19 (14 years ago)
Author:
Eric.Larour
Message:

Simplified solutioncore calling structure. Took out control_core
from issm.m and issm.cpp.
New AnalysisConfiguration routine and new call to CorePointerFromSolutionEnum in issm.m and issm.cpp
Qmu could not be folded, had to put it back into issm.m and issm.cpp

Renamed Qmu to Dakota.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/loadresultsfromcluster.m

    r9451 r9571  
    3636
    3737%erase the log and output files
    38 if md.qmu_analysis,
     38if md.dakota_analysis,
    3939        delete([['qmu' num2str(feature('GetPid')) '/'] md.name '.outlog']);
    4040        delete([['qmu' num2str(feature('GetPid')) '/']  md.name '.errlog']);
     
    4949hostname=oshostname();
    5050if strcmpi(hostname,cluster.name),
    51         if md.qmu_analysis,
     51        if md.dakota_analysis,
    5252                delete([['qmu' num2str(feature('GetPid')) '/'] md.name '.bin']);
    5353                delete([['qmu' num2str(feature('GetPid')) '/'] md.name '.queue']);
Note: See TracChangeset for help on using the changeset viewer.