Changeset 28131


Ignore:
Timestamp:
03/05/24 20:02:46 (13 months ago)
Author:
jdquinn
Message:

CHG: Exporting *_NROPTIONS and MATLAB_PATH from complete packaging wrapper scripts

Location:
issm/trunk-jpl/packagers/mac
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/mac/complete-issm-mac-intel-binaries-python-3.sh

    r28113 r28131  
    6565#
    6666PKG="ISSM-macOS-Intel-Python-3" # Name of directory to copy distributable files to
     67PYTHON_NROPTIONS="--benchmark all --exclude 125 126 129 234 235 418 420 435 444 445 456 701 702 703 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1201 1202 1203 1204 1205 1206 1207 1208 1301 1302 1303 1304 1401 1402 1601 1602 2002 2003 2004 2005 2006 2007 2008 2010 2011 2012 2013 2020 2021 2051 2052 2053 2084 2085 2090 2091 2092 2101 2424 2425 3001:3300 3480 3481 4001:4100" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
    6768REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/intel/python/3"
    6869SIGNED_REPO_COPY="./signed"
     
    7778export COMPRESSED_PKG
    7879export PKG
     80export PYTHON_NROPTIONS
    7981export SIGNED_REPO_COPY
    8082export SIGNED_REPO_URL
  • issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-matlab.sh

    r28125 r28131  
    6464## Constants
    6565#
     66MATLAB_NROPTIONS="'benchmark','all','exclude',[125,126,129,234,235,418,420,435,444,445,456,701,702,703,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1201,1202,1203,1204,1205,1206,1207,1208,1301,1302,1303,1304,1401,1402,1601,1602,2002,2003,2004,2006,2007,2008,2010,2011,2012,2013,2020,2021,2051,2052,2053,2084,2085,2090,2091,2092,2101,2424,2425,3001:3300,3480,3481,4001:4100]" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
     67MATLAB_PATH="/Applications/MATLAB_R2023b.app"
    6668PKG="ISSM-macOS-Silicon-MATLAB" # Name of directory to copy distributable files to
    6769REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/silicon/matlab"
     
    7678#
    7779export COMPRESSED_PKG
     80export MATLAB_NROPTIONS
     81export MATLAB_PATH
    7882export PKG
    7983export SIGNED_REPO_COPY
  • issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-python-3.sh

    r28125 r28131  
    6565#
    6666PKG="ISSM-macOS-Silicon-Python-3" # Name of directory to copy distributable files to
     67PYTHON_NROPTIONS="--benchmark all --exclude 125 126 129 234 235 418 420 435 444 445 456 701 702 703 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1201 1202 1203 1204 1205 1206 1207 1208 1301 1302 1303 1304 1401 1402 1601 1602 2002 2003 2004 2005 2006 2007 2008 2010 2011 2012 2013 2020 2021 2051 2052 2053 2084 2085 2090 2091 2092 2101 2424 2425 3001:3300 3480 3481 4001:4100" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
    6768REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/silicon/python/3"
    6869SIGNED_REPO_COPY="./signed"
     
    7778export COMPRESSED_PKG
    7879export PKG
     80export PYTHON_NROPTIONS
    7981export SIGNED_REPO_COPY
    8082export SIGNED_REPO_URL
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-matlab.sh

    r28120 r28131  
    1313#               COMPRESSED_PKG
    1414#               ISSM_DIR
     15#               MATLAB_NROPTIONS
     16#               MATLAB_PATH
    1517#               PKG
    1618#
    1719# See also:
    18 # - packagers/mac/<ARCH>/complete-issm-mac-<ARCH>-binaries-<API>.sh
     20# - packagers/mac/<ARCH>/complete-issm-mac-<ARCH>-binaries-matlab.sh
    1921################################################################################
    2022
     
    3638alias cp=$(which cp)
    3739alias grep=$(which grep)
    38 
    39 ## Constants
    40 #
    41 MATLAB_NROPTIONS="'benchmark','all','exclude',[125,126,129,234,235,418,420,435,444,445,456,701,702,703,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1201,1202,1203,1204,1205,1206,1207,1208,1301,1302,1303,1304,1401,1402,1601,1602,2002,2003,2004,2006,2007,2008,2010,2011,2012,2013,2020,2021,2051,2052,2053,2084,2085,2090,2091,2092,2101,2424,2425,3001:3300,3480,3481,4001:4100]" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
    42 MATLAB_PATH="/Applications/MATLAB_R2023b.app"
    4340
    4441## Environment
  • issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-python-3.sh

    r28120 r28131  
    1414#               ISSM_DIR
    1515#               PKG
     16#               PYTHON_NROPTIONS
    1617#
    1718# See also:
    18 # - packagers/mac/<ARCH>/complete-issm-mac-<ARCH>-binaries-<API>.sh
     19# - packagers/mac/<ARCH>/complete-issm-mac-<ARCH>-binaries-python-3.sh
    1920################################################################################
    2021
     
    3536#
    3637alias grep=$(which grep)
    37 
    38 ## Constants
    39 #
    40 PYTHON_NROPTIONS="--benchmark all --exclude 125 126 129 234 235 418 420 435 444 445 456 701 702 703 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1201 1202 1203 1204 1205 1206 1207 1208 1301 1302 1303 1304 1401 1402 1601 1602 2002 2003 2004 2005 2006 2007 2008 2010 2011 2012 2013 2020 2021 2051 2052 2053 2084 2085 2090 2091 2092 2101 2424 2425 3001:3300 3480 3481 4001:4100" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
    4138
    4239## Environment
Note: See TracChangeset for help on using the changeset viewer.