Changeset 26168


Ignore:
Timestamp:
03/31/21 17:36:22 (4 years ago)
Author:
jdquinn
Message:

CHG: Deactivating tests for restart under Windows (for now)

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/ross-win-msys2-mingw-msmpi-basic

    r26156 r26168  
    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=""
  • issm/trunk-jpl/src/m/classes/clusters/generic.m

    r26039 r26168  
    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
Note: See TracChangeset for help on using the changeset viewer.