Changeset 20072


Ignore:
Timestamp:
02/03/16 15:51:54 (9 years ago)
Author:
Eric.Larour
Message:

CHG: renamed the gia tests to slr.

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

Legend:

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

    r19595 r20072  
    1919%                      'mesh'   : validation of mesh tests
    2020%                      'adolc'   : validation of adolc tests
    21 %                      'gia'   : validation of gia tests
     21%                      'slr'   : validation of slr tests
    2222%                      'qmu'   : validation of dakota tests
    2323%                      ...
     
    4949%GET benchmark {{{
    5050benchmark=getfieldvalue(options,'benchmark','nightly');
    51 if ~ismember(benchmark,{'all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing','adolc','gia','qmu'})
     51if ~ismember(benchmark,{'all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing','adolc','slr','qmu'})
    5252        disp('runme warning: benchmark not supported, defaulting to test ''nightly''')
    5353        benchmark='nightly';
     
    117117elseif strcmpi(benchmark,'referential'),
    118118        test_ids=intersect(test_ids,[1601:1602]);
    119 elseif strcmpi(benchmark,'gia'),
     119elseif strcmpi(benchmark,'slr'),
    120120        test_ids=intersect(test_ids,[2001:2100]);
    121121elseif strcmpi(benchmark,'adolc'),
  • issm/trunk-jpl/test/NightlyRun/runme.py

    r19595 r20072  
    2828                               'mesh'   : validation of mesh tests
    2929                                                   'adolc'   : validation of adolc tests
    30                            'gia'   : validation of gia tests
     30                           'slr'   : validation of slr tests
    3131
    3232                               ...
     
    5353        #Process options
    5454        #GET benchmark {{{
    55         if not ismember(benchmark,['all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing','adolc','gia']):
     55        if not ismember(benchmark,['all','nightly','ismip','eismint','thermal','mesh','validation','tranforcing','adolc','slr']):
    5656                print "runme warning: benchmark '%s' not supported, defaulting to test 'nightly'." % benchmark
    5757                benchmark='nightly'
     
    116116        elif strcmpi(benchmark,'referential'):
    117117                test_ids=test_ids.intersection(set(range(1601,1603)))
    118         elif strcmpi(benchmark,'gia'):
     118        elif strcmpi(benchmark,'slr'):
    119119                test_ids=test_ids.intersection(set(range(2001,2100)))
    120120        elif strcmpi(benchmark,'adolc'):
Note: See TracChangeset for help on using the changeset viewer.