Changeset 27542
- Timestamp:
- 01/31/23 13:51:23 (2 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-intel-basic
r27541 r27542 12 12 --with-numthreads=4 \ 13 13 --with-matlab-dir=${MATLAB_PATH} \ 14 --with-fortran-lib="-L/usr/local/Cellar/gcc /11.3.0/lib/gcc/11 -lgfortran" \14 --with-fortran-lib="-L/usr/local/Cellar/gcc@11/11.3.0/lib/gcc/11 -lgfortran" \ 15 15 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 16 16 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/jenkins/mac-silicon-basic
r27541 r27542 1 # NOTE: 2 # - Currently, this configuration does not compile the MATLAB and Python 3 # APIs. After compiling, you will need to download the ISSM pre-compiled 4 # binaries from https://issm.jpl.nasa.gov/download/binaries, copy the 5 # contents of lib/ to $ISSM_DIR/lib-precompiled, then add 6 # $ISSM_DIR/lib-precompiled to the path in MATLAB or Python. 7 # 8 1 9 #--------------------# 2 10 # ISSM Configuration # … … 10 18 --enable-development \ 11 19 --enable-debugging \ 12 --with-numthreads=4 \ 20 --without-wrappers \ 21 --with-numthreads=8 \ 13 22 --with-matlab-dir=${MATLAB_PATH} \ 14 --with-fortran-lib="-L/ usr/local/Cellar/gcc/11.3.0/lib/gcc/11-lgfortran" \23 --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \ 15 24 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 16 25 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ … … 35 44 autotools install-mac.sh 36 45 cmake install.sh 37 petsc install-3.17-mac- intel.sh46 petsc install-3.17-mac-silicon.sh 38 47 triangle install-mac.sh 39 48 chaco install-mac.sh … … 48 57 49 58 # Test suites 50 MATLAB_TEST= 159 MATLAB_TEST=0 51 60 PYTHON_TEST=0 52 61 JAVASCRIPT_TEST=0 … … 61 70 62 71 # Number of CPUs used in the nightly runs 63 NUMCPUS_RUN= 272 NUMCPUS_RUN=1 64 73 65 74 # Nightly run options … … 67 76 # See documentation in test/NightlyRun/runme.* for more information 68 77 # 69 # NOTE: 70 # - test701 is skipped because it uses full Stokes equations 71 # 72 MATLAB_NROPTIONS="'exclude',[IdFromString('Dakota'),435,701,702,703]" 78 MATLAB_NROPTIONS="" 73 79 PYTHON_NROPTIONS=""
Note:
See TracChangeset
for help on using the changeset viewer.