Changeset 13934


Ignore:
Timestamp:
11/09/12 18:10:03 (12 years ago)
Author:
Eric.Larour
Message:

CHG: get adolc python benchmarks to be possible

File:
1 edited

Legend:

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

    r13720 r13934  
    5050        #Process options
    5151        #GET benchmark {{{
    52         if not ismember(benchmark,['all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing']):
     52        if not ismember(benchmark,['all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing','adolc']):
    5353                print "runme warning: benchmark '%s' not supported, defaulting to test 'nightly'." % benchmark
    5454                benchmark='nightly'
     
    107107        elif strcmpi(benchmark,'mesh'):
    108108                test_ids=test_ids.intersection(set(range(1401,1500)))
     109        elif strcmpi(benchmark,'adolc'):
     110                test_ids=test_ids.intersection(set(range(3001,3020)))
    109111        elif strcmpi(benchmark,'validation'):
    110112                test_ids=test_ids.intersection(set(range(1001,2000)))
Note: See TracChangeset for help on using the changeset viewer.