Ignore:
Timestamp:
02/12/15 16:48:40 (10 years ago)
Author:
Mathieu Morlighem
Message:

merged trunk-jpl and trunk for revision 19103

Location:
issm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk

  • issm/trunk/jenkins/linux64_murdo_ampi

    r17989 r19105  
    1 #
    2 ########### Configuration file for Eric Larour's Jenkins run on Murdo ############
    31
    42#-------------------------------#
    53# 1: ISSM general configuration #
    64#-------------------------------#
    7 
    8 #Nightly run name
    9 NAME="ISSM tests on Linux64 (murdo). Automatic differentiation validation tests with ampi"
    10 
    11 #ISSM Architecture
    12 ISSM_ARCH="linux-gnu-amd64"
    135
    146#ISSM CONFIGURATION
     
    2416                                  --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
    2517                                  --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich" \
    26                                   --with-graphics-lib="/usr/lib/x86_64-linux-gnu/libX11.so" \
    2718                                  --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    2819                                  --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
     
    3021                                  --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    3122                                  --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
     23                                  --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.6/ -lgfortran" \
    3224                                  --enable-development \
    3325                                  --enable-debugging CXXFLAGS="-g -O0" '
     
    8173ISSM_COMPILATION="yes"
    8274
    83 #----------------------#
    84 # 5: Mail notification #
    85 #----------------------#
    86 
    87 #Mail delivery. If SKIPMAIL="no", the html nightly run report will be
    88 #sent to the adresses present in $ISSM_DIR/cron/mailinglist.
    89 SKIPMAIL="no"
    90 
    91 #Sender email address
    92 EMAIL_ADRESS="eric.larour@jpl.nasa.gov"
    93 
    94 #Mailing list
    95 MAILINGLIST="eric.larour@jpl.nasa.gov"
    96 
    9775#------------------------#
    98 # 6: Nightly run options #
     76# 5: Nightly run options #
    9977#------------------------#
    10078
    10179#number of cpus used in ISSM installation and compilation (one is usually
    10280#safer as some packages are very sensitive to parallel compilation)
    103 NUMCPUS_INSTALL=8
     81NUMCPUS_INSTALL=1
    10482
    10583#number of cpus used in the nightly runs.
Note: See TracChangeset for help on using the changeset viewer.