Changeset 27810
- Timestamp:
- 06/26/23 15:17:07 (21 months ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-silicon-basic
r27807 r27810 70 70 # compilation 71 71 # 72 NUMCPUS_INSTALL= 872 NUMCPUS_INSTALL=4 73 73 74 74 # Number of CPUs used in the nightly runs -
issm/trunk-jpl/jenkins/mac-silicon-dakota
r27807 r27810 87 87 # compilation 88 88 # 89 NUMCPUS_INSTALL=8 89 90 --with-fortran-lib="-L/opt/homebrew/lib/gcc/current -lgfortran" \ 90 91 91 92 # Number of CPUs used in the nightly runs -
issm/trunk-jpl/jenkins/mac-silicon-examples
r27807 r27810 24 24 --enable-debugging \ 25 25 --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" \ 27 27 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 28 28 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ … … 85 85 # compilation 86 86 # 87 NUMCPUS_INSTALL= 887 NUMCPUS_INSTALL=4 88 88 89 89 # Number of CPUs used in the nightly runs -
issm/trunk-jpl/jenkins/mac-silicon-full
r27807 r27810 89 89 # compilation 90 90 # 91 NUMCPUS_INSTALL= 891 NUMCPUS_INSTALL=4 92 92 93 93 # Number of CPUs used in the nightly runs 94 NUMCPUS_RUN= 194 NUMCPUS_RUN=2 95 95 96 96 # Nightly run options -
issm/trunk-jpl/jenkins/mac-silicon-solid_earth
r27809 r27810 87 87 # compilation 88 88 # 89 NUMCPUS_INSTALL= 889 NUMCPUS_INSTALL=4 90 90 91 91 # Number of CPUs used in the nightly runs
Note:
See TracChangeset
for help on using the changeset viewer.