source: issm/oecreview/Archive/25834-26739/ISSM-26167-26168.diff@ 27230

Last change on this file since 27230 was 26740, checked in by Mathieu Morlighem, 3 years ago

CHG: added 25834-26739

File size: 1.3 KB
RevLine 
[26740]1Index: ../trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-basic
2===================================================================
3--- ../trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-basic (revision 26167)
4+++ ../trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-basic (revision 26168)
5@@ -63,7 +63,9 @@
6 # See documentation in test/NightlyRun/runme.* for more information
7 #
8 # NOTE:
9+# - test125 and test126 are skipped because restart is not yet implemented for
10+# Windows (under MSYS2)
11 # - test701 is skipped because it uses full Stokes equations
12 #
13-MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
14+MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,435,701,702,703]"
15 PYTHON_NROPTIONS=""
16Index: ../trunk-jpl/src/m/classes/clusters/generic.m
17===================================================================
18--- ../trunk-jpl/src/m/classes/clusters/generic.m (revision 26167)
19+++ ../trunk-jpl/src/m/classes/clusters/generic.m (revision 26168)
20@@ -3,6 +3,11 @@
21 % Usage:
22 % cluster=generic('name','astrid','np',3);
23 % cluster=generic('name',oshostname(),'np',3,'login','username');
24+%
25+% TODO:
26+% - Add support for restart to Windows (under MSYS2), then activate tests 125
27+% and 126 in test suite
28+%
29
30 classdef generic
31 properties (SetAccess=public)
Note: See TracBrowser for help on using the repository browser.