Changeset 23275
- Timestamp:
- 09/13/18 00:11:07 (7 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/macosx_pine-island
r23155 r23275 5 5 6 6 #MATLAB path 7 MATLAB_PATH="/Applications/MATLAB_R2015b.app /"7 MATLAB_PATH="/Applications/MATLAB_R2015b.app" 8 8 9 9 #ISSM CONFIGURATION … … 48 48 49 49 #number of cpus used in the nightly runs. 50 NUMCPUS_RUN= 250 NUMCPUS_RUN=4 51 51 52 52 #Nightly run options. The matlab routine runme.m will be called -
issm/trunk-jpl/jenkins/macosx_pine-island_dakota
r23274 r23275 5 5 6 6 #MATLAB path 7 MATLAB_PATH="/Applications/MATLAB_R2015b.app /"7 MATLAB_PATH="/Applications/MATLAB_R2015b.app" 8 8 9 9 #ISSM CONFIGURATION 10 10 ISSM_CONFIG='--prefix=$ISSM_DIR \ 11 11 --with-matlab-dir=$MATLAB_PATH \ 12 --with-python-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 \ 13 --with-python-numpy-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python \ 12 14 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 13 15 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ … … 27 29 #PYTHON and MATLAB testing 28 30 MATLAB_TEST=1 29 PYTHON_TEST= 031 PYTHON_TEST=1 30 32 31 33 #-----------------------------------# … … 54 56 55 57 #number of cpus used in the nightly runs. 56 NUMCPUS_RUN= 258 NUMCPUS_RUN=4 57 59 58 60 #Nightly run options. The matlab routine runme.m will be called … … 60 62 #by Matlab and runme.m 61 63 #ex: "'id',[101 102 103]" ERRORS ARE LARGE FOR: 418 420 62 PYTHON_NROPTIONS=" "64 PYTHON_NROPTIONS="--exclude 119 243 514 701 702 703 234 235 418 420 --include_name 'Dakota'" 63 65 MATLAB_NROPTIONS="'exclude',[119,243,514,701,702,703,234,235,418,420]" -
issm/trunk-jpl/jenkins/macosx_pine-island_dakota_static
r23155 r23275 4 4 5 5 #MATLAB path 6 MATLAB_PATH="/Applications/MATLAB_R2015b.app /"6 MATLAB_PATH="/Applications/MATLAB_R2015b.app" 7 7 8 #ISSM CONFIGURATION 8 #ISSM CONFIGURATION 9 9 ISSM_CONFIG='--prefix=$ISSM_DIR \ 10 10 --disable-static \ … … 56 56 57 57 #number of cpus used in the nightly runs. 58 NUMCPUS_RUN= 258 NUMCPUS_RUN=4 59 59 60 60 #Nightly run options. The matlab routine runme.m will be called … … 62 62 #by Matlab and runme.m 63 63 #ex: "'id',[101 102 103]" 64 ## bamg mesh FS 64 ## bamg mesh FS 65 65 #PYTHON_NROPTIONS="--exclude_name 'Dakota'" 66 66 #MATLAB_NROPTIONS="'exclude',[243,701,702,703,435,IdFromString('Dakota')]" -
issm/trunk-jpl/jenkins/macosx_pine-island_examples
r21694 r23275 5 5 6 6 #MATLAB path 7 MATLAB_PATH="/Applications/MATLAB_R2015b.app /"7 MATLAB_PATH="/Applications/MATLAB_R2015b.app" 8 8 9 #ISSM CONFIGURATION 9 #ISSM CONFIGURATION 10 10 ISSM_CONFIG='--prefix=$ISSM_DIR \ 11 11 --with-matlab-dir=$MATLAB_PATH \ -
issm/trunk-jpl/jenkins/macosx_pine-island_static
r23155 r23275 5 5 6 6 #MATLAB path 7 MATLAB_PATH="/Applications/MATLAB_R2015b.app /"7 MATLAB_PATH="/Applications/MATLAB_R2015b.app" 8 8 9 9 #ISSM CONFIGURATION … … 55 55 56 56 #number of cpus used in the nightly runs. 57 NUMCPUS_RUN= 257 NUMCPUS_RUN=4 58 58 59 59 #Nightly run options. The matlab routine runme.m will be called
Note:
See TracChangeset
for help on using the changeset viewer.