Changeset 22604
- Timestamp:
- 03/22/18 08:47:39 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/macosx_pine-island_dakota
r22603 r22604 21 21 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \ 22 22 --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \ 23 --with-numthreads= 1\23 --with-numthreads=4 \ 24 24 --enable-debugging \ 25 25 --enable-development' … … 51 51 #number of cpus used in ISSM installation and compilation (one is usually 52 52 #safer as some packages are very sensitive to parallel compilation) 53 NUMCPUS_INSTALL= 153 NUMCPUS_INSTALL=4 54 54 55 55 #number of cpus used in the nightly runs. 56 NUMCPUS_RUN= 156 NUMCPUS_RUN=2 57 57 58 58 #Nightly run options. The matlab routine runme.m will be called
Note:
See TracChangeset
for help on using the changeset viewer.