Changeset 27810


Ignore:
Timestamp:
06/26/23 15:17:07 (21 months ago)
Author:
jdquinn
Message:

CHG: Lowering num CPUs for compile to avoid resource starvation

Location:
issm/trunk-jpl/jenkins
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/mac-silicon-basic

    r27807 r27810  
    7070#               compilation
    7171#
    72 NUMCPUS_INSTALL=8
     72NUMCPUS_INSTALL=4
    7373
    7474# Number of CPUs used in the nightly runs
  • issm/trunk-jpl/jenkins/mac-silicon-dakota

    r27807 r27810  
    8787#               compilation
    8888#
    89 NUMCPUS_INSTALL=8
     89
     90        --with-fortran-lib="-L/opt/homebrew/lib/gcc/current -lgfortran" \
    9091
    9192# Number of CPUs used in the nightly runs
  • issm/trunk-jpl/jenkins/mac-silicon-examples

    r27807 r27810  
    2424        --enable-debugging \
    2525        --with-numthreads=8 \
    26         --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
     26        --with-fortran-lib="-L/opt/homebrew/lib/gcc/current -lgfortran" \
    2727        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2828        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
     
    8585#               compilation
    8686#
    87 NUMCPUS_INSTALL=8
     87NUMCPUS_INSTALL=4
    8888
    8989# Number of CPUs used in the nightly runs
  • issm/trunk-jpl/jenkins/mac-silicon-full

    r27807 r27810  
    8989#               compilation
    9090#
    91 NUMCPUS_INSTALL=8
     91NUMCPUS_INSTALL=4
    9292
    9393# Number of CPUs used in the nightly runs
    94 NUMCPUS_RUN=1
     94NUMCPUS_RUN=2
    9595
    9696# Nightly run options
  • issm/trunk-jpl/jenkins/mac-silicon-solid_earth

    r27809 r27810  
    8787#               compilation
    8888#
    89 NUMCPUS_INSTALL=8
     89NUMCPUS_INSTALL=4
    9090
    9191# Number of CPUs used in the nightly runs
Note: See TracChangeset for help on using the changeset viewer.