Changeset 24325
- Timestamp:
- 11/11/19 22:54:50 (5 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 6 added
- 6 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/linux64_ross
r24322 r24325 1 2 1 #-------------------------------# 3 2 # 1: ISSM general configuration # … … 57 56 #-----------------# 58 57 59 #number of cpus used in ISSM installation and compilation (one is usually 60 #safer as some packages are very sensitive to parallel compilation) 58 # Number of CPUs used in ISSM compilation 59 # 60 # NOTE: One is usually safer as some packages are very sensitive to parallel 61 # compilation. 62 # 61 63 NUMCPUS_INSTALL=10 62 64 -
issm/trunk-jpl/jenkins/linux64_ross_se
r24237 r24325 1 2 1 #-------------------------------# 3 2 # 1: ISSM general configuration # … … 8 7 9 8 #ISSM CONFIGURATION 10 ISSM_CONFIG='--prefix=$ISSM_DIR \ 9 ISSM_CONFIG='\ 10 --prefix=$ISSM_DIR \ 11 11 --disable-static \ 12 12 --with-matlab-dir=$MATLAB_PATH \ 13 13 --with-python-dir=/usr \ 14 14 --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \ 15 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \ 16 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 17 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \ 18 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 19 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 20 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 21 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 22 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ 15 23 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 16 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \17 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \18 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \19 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \20 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \21 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \22 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \23 24 --with-boost-dir=$ISSM_DIR/externalpackages/boost/install \ 24 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \25 25 --with-numthreads=4 \ 26 26 --enable-development \ 27 --enable-debugging ' 27 --enable-debugging \ 28 ' 28 29 29 # PYTHON and MATLAB testing30 # Test suites 30 31 MATLAB_TEST=1 31 32 PYTHON_TEST=1 33 JAVASCRIPT_TEST=0 34 EXAMPLES_TEST=0 32 35 33 36 #-----------------------------------# … … 36 39 37 40 #List of external packages to be installed and their installation scripts 38 EXTERNALPACKAGES="autotools install.sh 39 cmake install.sh 40 mpich install-3.2-linux64.sh 41 petsc install-3.7-linux64.sh 42 triangle install-linux64.sh 43 boost install-1.55-linux.sh 44 gshhg install.sh 45 hdf5 install.sh 46 netcdf install.sh 47 gmt install.sh 48 gmsh install.sh 49 shell2junit install.sh" 41 EXTERNALPACKAGES=" 42 autotools install.sh 43 cmake install.sh 44 mpich install-3.2-linux64.sh 45 petsc install-3.7-linux64.sh 46 triangle install-linux64.sh 47 boost install-1.55-linux.sh 48 hdf5 install-1.10.sh 49 netcdf install-4.7.sh 50 proj install-6.2-macOS_64.sh 51 gdal install-3.0-macOS_64-netcdf.sh 52 gshhg install.sh 53 gmt install.sh 54 gmsh install.sh 55 shell2junit install.sh 56 " 50 57 51 58 #-----------------# … … 53 60 #-----------------# 54 61 55 #number of cpus used in ISSM installation and compilation (one is usually 56 #safer as some packages are very sensitive to parallel compilation) 57 NUMCPUS_INSTALL=5 62 # Number of CPUs used in ISSM compilation 63 # 64 # NOTE: One is usually safer as some packages are very sensitive to parallel 65 # compilation. 66 # 67 NUMCPUS_INSTALL=10 58 68 59 69 #number of cpus used in the nightly runs. (pb of access to all_vertices.txt if more than 1) 60 NUMCPUS_RUN= 170 NUMCPUS_RUN=5 61 71 62 72 #Nightly run options. The matlab routine runme.m will be called -
issm/trunk-jpl/jenkins/macosx_pine-island_examples
r24321 r24325 4 4 5 5 # MATLAB path 6 MATLAB_PATH="/Applications/MATLAB_R201 5b.app"6 MATLAB_PATH="/Applications/MATLAB_R2019b.app" 7 7 8 8 # ISSM CONFIGURATION … … 43 43 hdf5 install-1.10.sh 44 44 netcdf install-4.7.sh 45 proj install-6.2 -macOS_64.sh46 gdal install-3.0- macOS_64-netcdf.sh45 proj install-6.2.sh 46 gdal install-3.0-netcdf.sh 47 47 gshhg install.sh 48 48 gmt install.sh
Note:
See TracChangeset
for help on using the changeset viewer.