Changeset 16199


Ignore:
Timestamp:
09/20/13 07:59:46 (12 years ago)
Author:
Eric.Larour
Message:

CHG: augmenting range of adolc runs

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

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

    r16195 r16199  
    121121        test_ids=intersect(test_ids,[2001:2100]);
    122122elseif strcmpi(benchmark,'adolc'),
    123         test_ids=intersect(test_ids,[3001:3020]);
     123        test_ids=intersect(test_ids,[3001:3200]);
    124124end
    125125% }}}
  • issm/trunk-jpl/test/NightlyRun/runme.py

    r16195 r16199  
    120120                test_ids=test_ids.intersection(set(range(2001,2100)))
    121121        elif strcmpi(benchmark,'adolc'):
    122                 test_ids=test_ids.intersection(set(range(3001,3020)))
     122                test_ids=test_ids.intersection(set(range(3001,3200)))
    123123        #print 'test_ids after benchmark =',test_ids
    124124        test_ids=list(test_ids)
Note: See TracChangeset for help on using the changeset viewer.