Changeset 18238
- Timestamp:
- 07/11/14 11:33:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/runme.m ¶
r17091 r18238 20 20 % 'adolc' : validation of adolc tests 21 21 % 'gia' : validation of gia tests 22 % 'qmu' : validation of dakota tests 22 23 % ... 23 24 % 'procedure' 'check' : run the test (default) … … 51 52 %GET benchmark {{{ 52 53 benchmark=getfieldvalue(options,'benchmark','nightly'); 53 if ~ismember(benchmark,{'all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing','adolc','gia' })54 if ~ismember(benchmark,{'all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing','adolc','gia','qmu'}) 54 55 disp('runme warning: benchmark not supported, defaulting to test ''nightly''') 55 56 benchmark='nightly'; … … 123 124 elseif strcmpi(benchmark,'adolc'), 124 125 test_ids=intersect(test_ids,[3001:3200]); 126 elseif strcmpi(benchmark,'qmu'), 127 test_ids=intersect(test_ids,[218 234 235 412:414 417 418 420]); 125 128 end 126 129 % }}}
Note:
See TracChangeset
for help on using the changeset viewer.