Changeset 27638
- Timestamp:
- 03/08/23 21:13:05 (2 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-silicon-basic
r27636 r27638 11 11 #--------------------# 12 12 13 MATLAB_PATH="/Applications/MATLAB_R2022b.app"14 15 13 ISSM_CONFIG='\ 16 14 --prefix=${ISSM_DIR} \ … … 20 18 --without-wrappers \ 21 19 --with-numthreads=8 \ 22 --with-matlab-dir=${MATLAB_PATH} \ 23 --with-fortran-lib="-L/opt/homebrew/lib/gcc/current -lgfortran" \ 20 --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \ 24 21 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 25 22 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ … … 67 64 # compilation 68 65 # 69 NUMCPUS_INSTALL= 466 NUMCPUS_INSTALL=8 70 67 71 68 # Number of CPUs used in the nightly runs -
issm/trunk-jpl/jenkins/mac-silicon-full
r27636 r27638 1 1 # NOTE: 2 # - This configuration adds solid earth and Dakota capabilities to the basic 3 # build. 2 4 # - Currently, this configuration does not compile the MATLAB and Python 3 5 # APIs. After compiling, you will need to download the ISSM pre-compiled … … 11 13 #--------------------# 12 14 13 MATLAB_PATH="/Applications/MATLAB_R2022b.app"14 15 15 ISSM_CONFIG='\ 16 16 --prefix=${ISSM_DIR} \ … … 20 20 --without-wrappers \ 21 21 --with-numthreads=8 \ 22 --with-matlab-dir=${MATLAB_PATH} \ 23 --with-fortran-lib="-L/opt/homebrew/lib/gcc/current -lgfortran" \ 24 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 25 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ 26 --with-blas-lapack-dir=${ISSM_DIR}/externalpackages/petsc/install \ 27 --with-metis-dir=${ISSM_DIR}/externalpackages/petsc/install \ 28 --with-parmetis-dir=${ISSM_DIR}/externalpackages/petsc/install \ 29 --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \ 30 --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \ 31 --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \ 32 --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \ 33 --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \ 34 --with-m1qn3-dir=${ISSM_DIR}/externalpackages/m1qn3/install \ 35 --with-semic-dir=${ISSM_DIR}/externalpackages/semic/install \ 22 --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \ 23 --with-mpi-include=${ISSM_EXT_DIR}/shared/petsc/install/include \ 24 --with-mpi-libflags="-L${ISSM_EXT_DIR}/shared/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ 25 --with-blas-lapack-dir=${ISSM_EXT_DIR}/shared/petsc/install \ 26 --with-metis-dir=${ISSM_EXT_DIR}/shared/petsc/install \ 27 --with-parmetis-dir=${ISSM_EXT_DIR}/shared/petsc/install \ 28 --with-scalapack-dir=${ISSM_EXT_DIR}/shared/petsc/install \ 29 --with-mumps-dir=${ISSM_EXT_DIR}/shared/petsc/install \ 30 --with-hdf5-dir=${ISSM_EXT_DIR}/shared/petsc/install \ 31 --with-petsc-dir=${ISSM_EXT_DIR}/shared/petsc/install \ 32 --with-gsl-dir=${ISSM_EXT_DIR}/shared/gsl/install \ 33 --with-boost-dir=${ISSM_EXT_DIR}/shared/boost/install \ 34 --with-dakota-dir=${ISSM_EXT_DIR}/shared/dakota/install \ 35 --with-proj-dir=${ISSM_EXT_DIR}/shared/proj/install \ 36 --with-triangle-dir=${ISSM_EXT_DIR}/shared/triangle/install \ 37 --with-chaco-dir=${ISSM_EXT_DIR}/chaco/install \ 38 --with-m1qn3-dir=${ISSM_EXT_DIR}/m1qn3/install \ 39 --with-semic-dir=${ISSM_EXT_DIR}/semic/install \ 36 40 ' 37 41 … … 40 44 #-------------------# 41 45 42 # List of external packages to be installed and their installation scripts43 46 EXTERNALPACKAGES=" 44 47 autotools install-mac.sh 45 48 cmake install.sh 46 49 petsc install-3.17-mac-silicon.sh 50 gsl install.sh 51 boost install-1.7-mac.sh 52 dakota install-6.2-mac.sh 53 curl install-7-mac.sh 54 netcdf install-4.7-parallel.sh 55 proj install-6.sh 56 gdal install-3-python.sh 57 gshhg install.sh 58 gmt install-6-mac-silicon.sh 59 gmsh install-4-mac.sh 47 60 triangle install-mac.sh 48 61 chaco install-mac.sh … … 67 80 # compilation 68 81 # 69 NUMCPUS_INSTALL= 482 NUMCPUS_INSTALL=8 70 83 71 84 # Number of CPUs used in the nightly runs … … 73 86 74 87 # Nightly run options 75 #76 # See documentation in test/NightlyRun/runme.* for more information77 #78 88 MATLAB_NROPTIONS="" 79 89 PYTHON_NROPTIONS="" -
issm/trunk-jpl/m4/issm_options.m4
r27398 r27638 847 847 AC_MSG_RESULT([found]) 848 848 849 PY THONEXT=.so849 PYWRAPPEREXT=.so 850 850 case "${host_os}" in 851 851 *cygwin*) … … 868 868 AC_SUBST([PYTHONINCL]) 869 869 AC_SUBST([PYTHONLIB]) 870 PYTHONWRAPPEREXT=${PY THONEXT}870 PYTHONWRAPPEREXT=${PYWRAPPEREXT} 871 871 AC_SUBST([PYTHONWRAPPEREXT]) 872 872 AC_SUBST([PYTHONLINK]) -
issm/trunk-jpl/src/m/dev/devpath.m
r26184 r27638 18 18 19 19 %ISSM path 20 addpath([ISSM_DIR '/src/m/os/']); %load recursivepath 21 addpath([ISSM_DIR '/lib']); %load MEX files 20 addpath([ISSM_DIR '/src/m/os/']); %load recursivepath 21 addpath([ISSM_DIR '/lib']); %load MEX files 22 addpath([ISSM_DIR '/lib-precompiled']); %load MEX files (precompiled; remove after MEX file compilation is supported on Silicon-based Macs) 22 23 addpath(recursivepath([ISSM_DIR '/src/m'])); 23 24 addpath(recursivepath([ISSM_DIR '/externalpackages/scotch'])); -
issm/trunk-jpl/src/m/dev/devpath.py
r27202 r27638 1 #!/usr/bin/env python 1 #!/usr/bin/env python3 2 2 import os 3 3 import sys 4 4 5 # Recover ISSM_DIR and USERNAME5 # Recover ISSM_DIR and USERNAME 6 6 ISSM_DIR = os.getenv('ISSM_DIR') 7 7 USERNAME = os.getenv('USER') … … 10 10 raise NameError('"ISSM_DIR" environment variable is empty! You should define ISSM_DIR in your .cshrc or .bashrc!') 11 11 12 # Go through src/m and append any directory that contains a *.py file to PATH12 # Go through src/m and append any directory that contains a *.py file to PATH 13 13 for root, dirs, files in os.walk(ISSM_DIR + '/src/m'): 14 14 if '.svn' in dirs: … … 20 20 sys.path.append(root) 21 21 22 # Also add the Nightly run directory22 # Also add the Nightly run directory 23 23 if ISSM_DIR + '/test/NightlyRun' not in sys.path: 24 24 sys.path.append(ISSM_DIR + '/test/NightlyRun') 25 25 if ISSM_DIR + '/lib' not in sys.path: 26 26 sys.path.append(ISSM_DIR + '/lib') 27 if ISSM_DIR + '/lib-precompiled' not in sys.path: 28 sys.path.append(ISSM_DIR + '/lib-precompiled') # load precompiled MEX files; remove after MEX file compilation is supported on Silicon-based Macs 27 29 if ISSM_DIR + '/src/wrappers/python/.libs' not in sys.path: 28 30 sys.path.append(ISSM_DIR + '/src/wrappers/python/.libs') … … 51 53 # print("\n ISSM development path correctly loaded") 52 54 # print("Current path is {}\n\n".format(ISSM_DIR)) 55
Note:
See TracChangeset
for help on using the changeset viewer.