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

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

CHG: added 25834-26739

File size: 1.3 KB
  • ../trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-basic

     
    6363# See documentation in test/NightlyRun/runme.* for more information
    6464#
    6565# NOTE:
     66# - test125 and test126 are skipped because restart is not yet implemented for
     67#   Windows (under MSYS2)
    6668# - test701 is skipped because it uses full Stokes equations
    6769#
    68 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
     70MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,435,701,702,703]"
    6971PYTHON_NROPTIONS=""
  • ../trunk-jpl/src/m/classes/clusters/generic.m

     
    33%   Usage:
    44%      cluster=generic('name','astrid','np',3);
    55%      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%
    611
    712classdef generic
    813        properties (SetAccess=public)
Note: See TracBrowser for help on using the repository browser.