Changeset 25823
- Timestamp:
- 12/04/20 00:21:08 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/runme.m
r25806 r25823 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]);
Note:
See TracChangeset
for help on using the changeset viewer.