Changeset 25569


Ignore:
Timestamp:
09/14/20 12:46:20 (5 years ago)
Author:
jdquinn
Message:

CHG: Updated test suites.

Location:
issm/trunk-jpl
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh

    r25568 r25569  
    99## Constants
    1010#
    11 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,235,418,420,444,445]"
     11MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[125,126,234,235,418,420,444,445]"
    1212MATLAB_PATH="/Applications/MATLAB_R2018a.app"
    1313PACKAGE="ISSM" # Name of directory to copy distributable files to
    14 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445"
     14PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 125 126 234 417 418 420 444 445"
    1515TARBALL_NAME="issm-mac-with_dakota"
    1616TARBALL="${TARBALL_NAME}.tar.gz"
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries.sh

    r25568 r25569  
    99## Constants
    1010#
    11 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
     11MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,435,701,702,703]"
    1212MATLAB_PATH="/Applications/MATLAB_R2018a.app"
    1313PACKAGE="ISSM" # Name of directory to copy distributable files to
  • issm/trunk-jpl/scripts/test-issm-linux-binaries-solid_earth.sh

    r25197 r25569  
    2727
    2828# Run MATLAB tests redirecting output to logfile and suppressing output to console
    29 ${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
     29${MATLAB_PATH}/bin/matlab -nosplash -nodesktop -nojvm -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
    3030
    3131# Check that MATLAB did not exit in error
  • issm/trunk-jpl/scripts/test-issm-linux-binaries-with_dakota.sh

    r25196 r25569  
    2727
    2828# Run MATLAB tests redirecting output to logfile and suppressing output to console
    29 ${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
     29${MATLAB_PATH}/bin/matlab -nosplash -nodesktop -nojvm -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
    3030
    3131# Check that MATLAB did not exit in error
  • issm/trunk-jpl/scripts/test-issm-linux-binaries.sh

    r25196 r25569  
    2626
    2727# Run MATLAB tests redirecting output to logfile and suppressing output to console
    28 ${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
     28${MATLAB_PATH}/bin/matlab -nosplash -nodesktop -nojvm -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
    2929
    3030# Check that MATLAB did not exit in error
  • issm/trunk-jpl/scripts/test-issm-mac-binaries-with_dakota.sh

    r25196 r25569  
    66#
    77
    8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,235,418,420,444,445]"
     8MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[125,126,234,235,418,420,444,445]"
    99MATLAB_PATH="/Applications/MATLAB_R2019b.app"
    1010INSTALL_DIR=~/Downloads
    1111PACKAGE_NAME="ISSM"
    12 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445"
     12PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 125 126 234 417 418 420 444 445"
    1313TARBALL_NAME="issm-mac-with_dakota"
    1414TARBALL="${TARBALL_NAME}.tar.gz"
     
    2828
    2929# Run MATLAB tests redirecting output to logfile and suppressing output to console
    30 ${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
     30${MATLAB_PATH}/bin/matlab -nosplash -nodesktop -nojvm -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
    3131
    3232# Check that MATLAB did not exit in error
  • issm/trunk-jpl/scripts/test-issm-mac-binaries.sh

    r25196 r25569  
    99export PATH="${PATH}:${ISSM_DIR}/bin:${ISSM_DIR}/scripts"
    1010
    11 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]"
     11MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,435,701,702,703]"
    1212MATLAB_PATH="/Applications/MATLAB_R2019b.app"
    1313INSTALL_DIR=~/Downloads
     
    2626
    2727# Run MATLAB tests redirecting output to logfile and suppressing output to console
    28 ${MATLAB_PATH}/bin/matlab -nojvm -nosplash -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
     28${MATLAB_PATH}/bin/matlab -nosplash -nodesktop -nojvm -r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null
    2929
    3030# Check that MATLAB did not exit in error
Note: See TracChangeset for help on using the changeset viewer.