Changeset 28127 for issm/trunk-jpl/jenkins/linux64_caladan_ad
- Timestamp:
- 03/01/24 12:59:21 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/linux64_caladan_ad
r27567 r28127 1 #2 #-------------------------------#3 # 1: ISSM general configuration #4 #-------------------------------#5 6 #MATLAB path7 1 MATLAB_PATH="/usr/local/MATLAB/R2015a" 8 2 9 #ISSM CONFIGURATION 3 #--------------------# 4 # ISSM Configuration # 5 #--------------------# 6 10 7 ISSM_CONFIG='\ 11 8 --prefix=$ISSM_DIR\ … … 21 18 ' 22 19 23 # PYTHON and MATLAB testing24 MATLAB_TEST=1 25 PYTHON_TEST=0 20 #-------------------# 21 # External Packages # 22 #-------------------# 26 23 27 #-----------------------------------#28 # 3: External packages installation #29 #-----------------------------------#30 31 #List of external packages to be installed and their installation scripts32 24 EXTERNALPACKAGES=" 33 25 autotools install-linux.sh … … 41 33 " 42 34 43 #--------- --------#44 # 4: test options#45 #--------- --------#35 #---------# 36 # Testing # 37 #---------# 46 38 47 #number of cpus used in ISSM installation and compilation (one is usually 48 #safer as some packages are very sensitive to parallel compilation) 39 # Test suites 40 MATLAB_TEST=1 41 PYTHON_TEST=0 42 JAVASCRIPT_TEST=0 43 EXAMPLES_TEST=0 44 45 # Number of CPUs used in ISSM compilation 46 # 47 # NOTE: One is usually safer as some packages are very sensitive to parallel 48 # compilation 49 # 49 50 NUMCPUS_INSTALL=2 50 51 51 # number of cpus used in the nightly runs.52 # Number of CPUs used in the nightly runs 52 53 NUMCPUS_RUN=1 53 54 54 # Nightly run options. The matlab routine runme.m will be called55 # as follows: runme($MATLAB_NROPTIONS). The options must be understandable56 # by Matlab and runme.m57 # ex: "'id',[101 102 103]"55 # Nightly run options 56 # 57 # See documentation in test/NightlyRun/runme.* for more information 58 # 58 59 MATLAB_NROPTIONS="'benchmark','adolc','id',[3001:3019]" 59 60 PYTHON_NROPTIONS=""
Note:
See TracChangeset
for help on using the changeset viewer.