Changeset 22604


Ignore:
Timestamp:
03/22/18 08:47:39 (7 years ago)
Author:
jdquinn
Message:

CHG: Reverting changes to Mac Dakota config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/macosx_pine-island_dakota

    r22603 r22604  
    2121        --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
    2222        --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
    23         --with-numthreads=1 \
     23        --with-numthreads=4 \
    2424        --enable-debugging \
    2525        --enable-development'
     
    5151#number of cpus used in ISSM installation and compilation (one is usually
    5252#safer as some packages are very sensitive to parallel compilation)
    53 NUMCPUS_INSTALL=1
     53NUMCPUS_INSTALL=4
    5454
    5555#number of cpus used in the nightly runs.
    56 NUMCPUS_RUN=1
     56NUMCPUS_RUN=2
    5757
    5858#Nightly run options. The matlab routine runme.m will be called
Note: See TracChangeset for help on using the changeset viewer.