Changeset 24265


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

CHG: Added lib flag for MPI C++ back into build config (for consistency with ampioff configuration); updated archives using ampion configuration

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

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

    r24246 r24265  
    1616                                --with-matlab-dir=$MATLAB_PATH \
    1717                                --with-python-dir=/usr \
    18                                 --with-python-numpy-dir=/usr/local/lib/python2.7/dist-packages/numpy \
     18                                --with-python-numpy-dir=/home/jdq/.local/lib/python2.7/site-packages/numpy \
    1919                                --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9 -lgfortran" \
    2020                                --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
    21                                 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpifort" \
     21                                --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi -lmpicxx -lmpifort" \
    2222                                --with-ampi-dir=$ISSM_DIR/externalpackages/adjoinablempi/install \
    2323                                --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
     
    4141
    4242#List of external pakages to be installed and their installation scripts
     43#
     44# NOTE: The PETSc libraries are compiled but not used as they conflict with
     45#               ADOL-C: PETSc is really just being used as an installer for other
     46#               external packages.
    4347EXTERNALPACKAGES="autotools install.sh
    4448                                         cmake install.sh
     
    6771#ex: "'id',[101 102 103]"
    6872MATLAB_NROPTIONS="'benchmark','adolc','id',[3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3119]"
    69 PYTHON_NROPTIONS="--benchmark='adolc' -i 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3101 3102 3103 3104 3105 3106 3107 3108 3109 3119"
     73PYTHON_NROPTIONS="--benchmark 'adolc' -i 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3101 3102 3103 3104 3105 3106 3107 3108 3109 3119"
Note: See TracChangeset for help on using the changeset viewer.