Changeset 26168
- Timestamp:
- 03/31/21 17:36:22 (4 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-basic
r26156 r26168 64 64 # 65 65 # NOTE: 66 # - test125 and test126 are skipped because restart is not yet implemented for 67 # Windows (under MSYS2) 66 68 # - test701 is skipped because it uses full Stokes equations 67 69 # 68 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'), 435,701,702,703]"70 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,435,701,702,703]" 69 71 PYTHON_NROPTIONS="" -
issm/trunk-jpl/src/m/classes/clusters/generic.m
r26039 r26168 4 4 % cluster=generic('name','astrid','np',3); 5 5 % cluster=generic('name',oshostname(),'np',3,'login','username'); 6 % 7 % TODO: 8 % - Add support for restart to Windows (under MSYS2), then activate tests 125 9 % and 126 in test suite 10 % 6 11 7 12 classdef generic
Note:
See TracChangeset
for help on using the changeset viewer.