Changeset 13934
- Timestamp:
- 11/09/12 18:10:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/runme.py ¶
r13720 r13934 50 50 #Process options 51 51 #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']): 53 53 print "runme warning: benchmark '%s' not supported, defaulting to test 'nightly'." % benchmark 54 54 benchmark='nightly' … … 107 107 elif strcmpi(benchmark,'mesh'): 108 108 test_ids=test_ids.intersection(set(range(1401,1500))) 109 elif strcmpi(benchmark,'adolc'): 110 test_ids=test_ids.intersection(set(range(3001,3020))) 109 111 elif strcmpi(benchmark,'validation'): 110 112 test_ids=test_ids.intersection(set(range(1001,2000)))
Note:
See TracChangeset
for help on using the changeset viewer.