Changeset 19105 for issm/trunk/jenkins/linux64_murdo_ampi
- Timestamp:
- 02/12/15 16:48:40 (10 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 1 build-fw 2 build-ad 1 3 nightlylog 2 4 configure.sh
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 18302-18306,18308-18311,18313-18322,18326-18337,18339-18351,18353-18355,18357-18513,18515-19101
- Property svn:ignore
-
issm/trunk/jenkins/linux64_murdo_ampi
r17989 r19105 1 #2 ########### Configuration file for Eric Larour's Jenkins run on Murdo ############3 1 4 2 #-------------------------------# 5 3 # 1: ISSM general configuration # 6 4 #-------------------------------# 7 8 #Nightly run name9 NAME="ISSM tests on Linux64 (murdo). Automatic differentiation validation tests with ampi"10 11 #ISSM Architecture12 ISSM_ARCH="linux-gnu-amd64"13 5 14 6 #ISSM CONFIGURATION … … 24 16 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 25 17 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich" \ 26 --with-graphics-lib="/usr/lib/x86_64-linux-gnu/libX11.so" \27 18 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 28 19 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 30 21 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 31 22 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 23 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.6/ -lgfortran" \ 32 24 --enable-development \ 33 25 --enable-debugging CXXFLAGS="-g -O0" ' … … 81 73 ISSM_COMPILATION="yes" 82 74 83 #----------------------#84 # 5: Mail notification #85 #----------------------#86 87 #Mail delivery. If SKIPMAIL="no", the html nightly run report will be88 #sent to the adresses present in $ISSM_DIR/cron/mailinglist.89 SKIPMAIL="no"90 91 #Sender email address92 EMAIL_ADRESS="eric.larour@jpl.nasa.gov"93 94 #Mailing list95 MAILINGLIST="eric.larour@jpl.nasa.gov"96 97 75 #------------------------# 98 # 6: Nightly run options #76 # 5: Nightly run options # 99 77 #------------------------# 100 78 101 79 #number of cpus used in ISSM installation and compilation (one is usually 102 80 #safer as some packages are very sensitive to parallel compilation) 103 NUMCPUS_INSTALL= 881 NUMCPUS_INSTALL=1 104 82 105 83 #number of cpus used in the nightly runs.
Note:
See TracChangeset
for help on using the changeset viewer.