Changeset 24232


Ignore:
Timestamp:
10/15/19 21:18:33 (5 years ago)
Author:
jdquinn
Message:

CHG: Adding additional paths needed to get MUMPS compiled in (needed at least on the master Jenkins node, though it seems like the error was hidden somehow)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/linux64_ross_ad

    r24231 r24232  
    88
    99#ISSM CONFIGURATION
    10 ISSM_CONFIG='--prefix=$ISSM_DIR\
     10ISSM_CONFIG='--prefix=$ISSM_DIR \
    1111                                --disable-static \
    1212                                --without-kriging \
     
    1414                                --without-GiaIvins \
    1515                                --without-Love \
    16                                 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
    17                                 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
    18                                 --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \
    1916                                --with-matlab-dir=$MATLAB_PATH \
    2017                                --with-python-dir=/usr \
    2118                                --with-python-numpy-dir=/var/lib/jenkins/.local/lib/python2.7/site-packages/numpy \
     19                                --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \
     20                                --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
     21                                --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \
     22                                --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
     23                                --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
     24                                --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
     25                                --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
    2226                                --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    23                                 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \
     27                                --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
     28                                --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \
    2429                                --enable-development \
    25                                 --enable-debugging '
     30                                --enable-debugging'
    2631
    2732#PYTHON and MATLAB testing
     
    3439
    3540#List of external pakages to be installed and their installation scripts
     41#
     42# NOTE: The PETSc libraries are compiled but not used as they conflict with
     43#               ADOL-C: PETSc is really just being used as an installer for other
     44#               external packages.
    3645EXTERNALPACKAGES="autotools install.sh
    3746                                         cmake install.sh
Note: See TracChangeset for help on using the changeset viewer.