Last change
on this file since 28038 was 28038, checked in by jdquinn, 16 months ago |
CHG: Cleanup of chaco and semic from build configs where appropriate
|
File size:
1.8 KB
|
Rev | Line | |
---|
[28037] | 1 | # NOTE: This configuration adds solid earth and Dakota capabilities to the
|
---|
| 2 | # basic build.
|
---|
| 3 |
|
---|
| 4 | #--------------------#
|
---|
| 5 | # ISSM Configuration #
|
---|
| 6 | #--------------------#
|
---|
| 7 |
|
---|
| 8 | ISSM_CONFIG='\
|
---|
| 9 | --prefix="${ISSM_DIR}" \
|
---|
| 10 | --disable-static \
|
---|
| 11 | --with-wrappers=no \
|
---|
| 12 | --with-numthreads=1 \
|
---|
| 13 | --with-fortran-lib="-L${EBROOTGCC}/lib64 -lgfortran" \
|
---|
| 14 | --with-mpi-include="${ISSM_EXT_DIR}/petsc/install/include" \
|
---|
| 15 | --with-mpi-libflags="-L${ISSM_EXT_DIR}/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
|
---|
| 16 | --with-blas-lapack-dir="${ISSM_EXT_DIR}/petsc/install" \
|
---|
| 17 | --with-metis-dir="${ISSM_EXT_DIR}/petsc/install" \
|
---|
| 18 | --with-parmetis-dir="${ISSM_EXT_DIR}/petsc/install" \
|
---|
| 19 | --with-scalapack-dir="${ISSM_EXT_DIR}/petsc/install" \
|
---|
| 20 | --with-mumps-dir="${ISSM_EXT_DIR}/petsc/install" \
|
---|
| 21 | --with-petsc-dir="${ISSM_EXT_DIR}/petsc/install" \
|
---|
| 22 | --with-gsl-dir="${ISSM_EXT_DIR}/gsl/install" \
|
---|
| 23 | --with-boost-dir="${ISSM_EXT_DIR}/boost/install" \
|
---|
| 24 | --with-dakota-dir="${ISSM_EXT_DIR}/dakota/install" \
|
---|
| 25 | --with-chaco-dir="${ISSM_EXT_DIR}/chaco/install" \
|
---|
| 26 | --with-m1qn3-dir="${ISSM_EXT_DIR}/m1qn3/install" \
|
---|
[28038] | 27 | --with-semic-dir=${ISSM_EXT_DIR}/semic/install \
|
---|
[28037] | 28 | '
|
---|
| 29 |
|
---|
| 30 | #-------------------#
|
---|
| 31 | # External Packages #
|
---|
| 32 | #-------------------#
|
---|
| 33 |
|
---|
| 34 | EXTERNALPACKAGES="
|
---|
| 35 | autotools install-linux.sh
|
---|
| 36 | cmake install.sh
|
---|
| 37 | petsc install-3.14-linux.sh
|
---|
| 38 | gsl install.sh
|
---|
| 39 | boost install-1.7-linux.sh
|
---|
| 40 | dakota install-6.2-linux.sh
|
---|
| 41 | chaco install-linux.sh
|
---|
[28038] | 42 | semic install.sh
|
---|
[28037] | 43 | m1qn3 install.sh
|
---|
| 44 | "
|
---|
| 45 |
|
---|
| 46 | #---------#
|
---|
| 47 | # Testing #
|
---|
| 48 | #---------#
|
---|
| 49 |
|
---|
| 50 | # Test suites
|
---|
| 51 | MATLAB_TEST=0
|
---|
| 52 | PYTHON_TEST=0
|
---|
| 53 | JAVASCRIPT_TEST=0
|
---|
| 54 | EXAMPLES_TEST=0
|
---|
| 55 |
|
---|
| 56 | # Number of CPUs used in ISSM compilation
|
---|
| 57 | #
|
---|
| 58 | # NOTE: One is usually safer as some packages are very sensitive to parallel
|
---|
| 59 | # compilation
|
---|
| 60 | #
|
---|
| 61 | NUMCPUS_INSTALL=8
|
---|
| 62 |
|
---|
| 63 | # Number of CPUs used in the nightly runs
|
---|
| 64 | NUMCPUS_RUN=1
|
---|
| 65 |
|
---|
| 66 | # Nightly run options
|
---|
| 67 | MATLAB_NROPTIONS=""
|
---|
| 68 | PYTHON_NROPTIONS=""
|
---|
Note:
See
TracBrowser
for help on using the repository browser.