Index: ../trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-basic =================================================================== --- ../trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-basic (revision 26167) +++ ../trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-basic (revision 26168) @@ -63,7 +63,9 @@ # See documentation in test/NightlyRun/runme.* for more information # # NOTE: +# - test125 and test126 are skipped because restart is not yet implemented for +# Windows (under MSYS2) # - test701 is skipped because it uses full Stokes equations # -MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]" +MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,435,701,702,703]" PYTHON_NROPTIONS="" Index: ../trunk-jpl/src/m/classes/clusters/generic.m =================================================================== --- ../trunk-jpl/src/m/classes/clusters/generic.m (revision 26167) +++ ../trunk-jpl/src/m/classes/clusters/generic.m (revision 26168) @@ -3,6 +3,11 @@ % Usage: % cluster=generic('name','astrid','np',3); % cluster=generic('name',oshostname(),'np',3,'login','username'); +% +% TODO: +% - Add support for restart to Windows (under MSYS2), then activate tests 125 +% and 126 in test suite +% classdef generic properties (SetAccess=public)