source:
issm/oecreview/Archive/25834-26739/ISSM-26167-26168.diff@
26740
Last change on this file since 26740 was 26740, checked in by , 3 years ago | |
---|---|
File size: 1.3 KB |
-
../trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-basic
63 63 # See documentation in test/NightlyRun/runme.* for more information 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="" -
../trunk-jpl/src/m/classes/clusters/generic.m
3 3 % Usage: 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 8 13 properties (SetAccess=public)
Note:
See TracBrowser
for help on using the repository browser.