Changeset 25569
- Timestamp:
- 09/14/20 12:46:20 (5 years ago)
- 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 9 9 ## Constants 10 10 # 11 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[ 234,235,418,420,444,445]"11 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[125,126,234,235,418,420,444,445]" 12 12 MATLAB_PATH="/Applications/MATLAB_R2018a.app" 13 13 PACKAGE="ISSM" # Name of directory to copy distributable files to 14 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445"14 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 125 126 234 417 418 420 444 445" 15 15 TARBALL_NAME="issm-mac-with_dakota" 16 16 TARBALL="${TARBALL_NAME}.tar.gz" -
issm/trunk-jpl/packagers/mac/package-issm-mac-binaries.sh
r25568 r25569 9 9 ## Constants 10 10 # 11 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'), 435,701,702,703]"11 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,435,701,702,703]" 12 12 MATLAB_PATH="/Applications/MATLAB_R2018a.app" 13 13 PACKAGE="ISSM" # Name of directory to copy distributable files to -
issm/trunk-jpl/scripts/test-issm-linux-binaries-solid_earth.sh
r25197 r25569 27 27 28 28 # Run MATLAB tests redirecting output to logfile and suppressing output to console 29 ${MATLAB_PATH}/bin/matlab -no jvm -nosplash-r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null29 ${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 30 30 31 31 # Check that MATLAB did not exit in error -
issm/trunk-jpl/scripts/test-issm-linux-binaries-with_dakota.sh
r25196 r25569 27 27 28 28 # Run MATLAB tests redirecting output to logfile and suppressing output to console 29 ${MATLAB_PATH}/bin/matlab -no jvm -nosplash-r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null29 ${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 30 30 31 31 # Check that MATLAB did not exit in error -
issm/trunk-jpl/scripts/test-issm-linux-binaries.sh
r25196 r25569 26 26 27 27 # Run MATLAB tests redirecting output to logfile and suppressing output to console 28 ${MATLAB_PATH}/bin/matlab -no jvm -nosplash-r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null28 ${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 29 29 30 30 # Check that MATLAB did not exit in error -
issm/trunk-jpl/scripts/test-issm-mac-binaries-with_dakota.sh
r25196 r25569 6 6 # 7 7 8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[ 234,235,418,420,444,445]"8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[125,126,234,235,418,420,444,445]" 9 9 MATLAB_PATH="/Applications/MATLAB_R2019b.app" 10 10 INSTALL_DIR=~/Downloads 11 11 PACKAGE_NAME="ISSM" 12 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 417 418 420 444 445"12 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 125 126 234 417 418 420 444 445" 13 13 TARBALL_NAME="issm-mac-with_dakota" 14 14 TARBALL="${TARBALL_NAME}.tar.gz" … … 28 28 29 29 # Run MATLAB tests redirecting output to logfile and suppressing output to console 30 ${MATLAB_PATH}/bin/matlab -no jvm -nosplash-r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null30 ${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 31 31 32 32 # Check that MATLAB did not exit in error -
issm/trunk-jpl/scripts/test-issm-mac-binaries.sh
r25196 r25569 9 9 export PATH="${PATH}:${ISSM_DIR}/bin:${ISSM_DIR}/scripts" 10 10 11 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'), 435,701,702,703]"11 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),125,126,435,701,702,703]" 12 12 MATLAB_PATH="/Applications/MATLAB_R2019b.app" 13 13 INSTALL_DIR=~/Downloads … … 26 26 27 27 # Run MATLAB tests redirecting output to logfile and suppressing output to console 28 ${MATLAB_PATH}/bin/matlab -no jvm -nosplash-r "try, addpath ../../bin; addpath ../../lib; runme(${MATLAB_NROPTIONS}); exit; catch me,fprintf('%s',getReport(me)); exit; end" -logfile matlab.log &> /dev/null28 ${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 29 29 30 30 # Check that MATLAB did not exit in error
Note:
See TracChangeset
for help on using the changeset viewer.