Changeset 24277
- Timestamp:
- 10/25/19 09:59:42 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/macosx_pine-island
r24276 r24277 45 45 #-----------------# 46 46 47 #number of cpus used in ISSM installation and compilation (one is usually 48 #safer as some packages are very sensitive to parallel compilation) 47 # Number of CPUs used in ISSM compilation 48 # 49 # NOTE: One is usually safer as some packages are very sensitive to parallel 50 # compilation. 51 # 49 52 NUMCPUS_INSTALL=4 50 53 51 # number of cpus used in the nightly runs.54 # Number of CPUs used in the nightly runs 52 55 NUMCPUS_RUN=4 53 56 54 #Nightly run options. The matlab routine runme.m will be called 55 #as follows: runme($MATLAB_NROPTIONS). The options must be understandable 56 #by Matlab and runme.m 57 #ex: "'id',[101 102 103]" 58 ## FS 57 # Nightly run options 58 # 59 # See documentation in test/NightlyRun/runme.* for more information. 60 # 61 # NOTE: 62 # - test701.m is skipped because it uses full Stokes equations 63 # 59 64 PYTHON_NROPTIONS="--exclude_name 'Dakota'" 60 65 MATLAB_NROPTIONS="'exclude',[701,702,703,435,IdFromString('Dakota')]"
Note:
See TracChangeset
for help on using the changeset viewer.