Changeset 25048


Ignore:
Timestamp:
06/17/20 14:44:10 (5 years ago)
Author:
jdquinn
Message:

CHG: Disabling test418 until partitioner class can be refactored

Location:
issm/trunk-jpl
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/pine_island-mac-dakota

    r24828 r25048  
    7878# NOTE:
    7979# - Errors are large for tests 235, 418, and 420 on Mac
     80# - test418.py is now excluded as partitioner class needs to be refactored
    8081# - See test418.py for reason why it is excluded for now (should be fixed)
    8182# - test701 is skipped because it uses full Stokes equations
  • issm/trunk-jpl/jenkins/ross-debian_linux-dakota

    r24842 r25048  
    7575#
    7676# NOTE:
     77# - test418.py is now excluded as partitioner class needs to be refactored
    7778# - See test418.py for reason why it is excluded for now (should be fixed)
    7879#
    79 MATLAB_NROPTIONS="'exclude',[234,243,420,444,445,701,702,703],'id',[IdFromString('Dakota')]"
     80MATLAB_NROPTIONS="'exclude',[234,243,418,420,444,445,701,702,703],'id',[IdFromString('Dakota')]"
    8081PYTHON_NROPTIONS="--exclude 234 243 418 420 435 444 445 701 702 703 --include_name 'Dakota'"
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-with_dakota.sh

    r24703 r25048  
    66LIBGFORTRAN="/usr/lib/x86_64-linux-gnu/libgfortran.so.5.0.0" # Important that this is the library itself
    77LIBGFORTRAN_DIST="${ISSM_DIR}/lib/libgfortran.so.5" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it
    8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,243,420,435,444,445,701,702,703]" # Exclude any tests with transient solutions that require a restart
     8MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,243,418,420,435,444,445,701,702,703]" # Exclude any tests with transient solutions that require a restart
    99MATLAB_PATH="/usr/local/MATLAB/R2019b"
    1010PACKAGE="ISSM" # Name of directory to copy distributable files to
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh

    r24703 r25048  
    44## Constants
    55#
    6 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,243,420,435,444,445,701,702,703]" # Exclude any tests with transient solutions that require a restart, and any tests that are excluded in the standard build
     6MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,243,418,420,435,444,445,701,702,703]" # Exclude any tests with transient solutions that require a restart, and any tests that are excluded in the standard build
    77MATLAB_PATH="/Applications/MATLAB_R2018a.app"
    88PACKAGE="ISSM" # Name of directory to copy distributable files to
Note: See TracChangeset for help on using the changeset viewer.