source:
issm/oecreview/Archive/24684-25833/ISSM-25822-25823.diff
Last change on this file was 25834, checked in by , 4 years ago | |
---|---|
File size: 538 bytes |
-
../trunk-jpl/test/NightlyRun/runme.m
106 106 % }}} 107 107 %Process Ids according to benchmarks{{{ 108 108 if strcmpi(benchmark,'nightly'), 109 test_ids=intersect(test_ids, union([1:999]));109 test_ids=intersect(test_ids,[1:999]); 110 110 elseif strcmpi(benchmark,'validation'), 111 111 test_ids=intersect(test_ids,[1001:1999]); 112 112 elseif strcmpi(benchmark,'ismip'),
Note:
See TracBrowser
for help on using the repository browser.