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/solveparallel.m

    r9423 r9571  
    3939
    4040                %post processes qmu results if necessary
    41                 if md.qmu_analysis,
     41                if md.dakota_analysis,
    4242                        if ~strncmpi(options.keep,'y',1)
    4343                                system(['rm -rf qmu' num2str(feature('GetPid'))]);
Note: See TracChangeset for help on using the changeset viewer.