Changeset 966


Ignore:
Timestamp:
06/12/09 16:15:15 (16 years ago)
Author:
Mathieu Morlighem
Message:

do not check evaluation_concurrency if qmu_analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/ismodelselfconsistent.m

    r961 r966  
    158158%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  SOLUTION CHECKS  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    159159%QMU
    160 if md.qmu_params.evaluation_concurrency~=1,
    161         disp(['concurrency should be set to 1 when running dakota in library mode']);
    162         bool=0;return;
    163 end
    164 
    165 
     160if md.qmu_analysis,
     161        if md.qmu_params.evaluation_concurrency~=1,
     162                disp(['concurrency should be set to 1 when running dakota in library mode']);
     163                bool=0;return;
     164        end
     165end
    166166
    167167%DIAGNOSTIC
Note: See TracChangeset for help on using the changeset viewer.