Changeset 18238


Ignore:
Timestamp:
07/11/14 11:33:50 (11 years ago)
Author:
schlegel
Message:

CHG: add qmu benchmark to runme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/runme.m

    r17091 r18238  
    2020%                      'adolc'   : validation of adolc tests
    2121%                      'gia'   : validation of gia tests
     22%                      'qmu'   : validation of dakota tests
    2223%                      ...
    2324%      'procedure'     'check' :   run the test (default)
     
    5152%GET benchmark {{{
    5253benchmark=getfieldvalue(options,'benchmark','nightly');
    53 if ~ismember(benchmark,{'all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing','adolc','gia'})
     54if ~ismember(benchmark,{'all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing','adolc','gia','qmu'})
    5455        disp('runme warning: benchmark not supported, defaulting to test ''nightly''')
    5556        benchmark='nightly';
     
    123124elseif strcmpi(benchmark,'adolc'),
    124125        test_ids=intersect(test_ids,[3001:3200]);
     126elseif strcmpi(benchmark,'qmu'),
     127        test_ids=intersect(test_ids,[218 234 235 412:414 417 418 420]);
    125128end
    126129% }}}
Note: See TracChangeset for help on using the changeset viewer.