Changeset 24958


Ignore:
Timestamp:
06/03/20 14:35:07 (5 years ago)
Author:
jdquinn
Message:

BUG: Path to MPICH.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/adolc/install-withampi.sh

    r24610 r24958  
    88## Environment
    99#
    10 export CFLAGS="-O2 -L${ISSM_DIR}/externalpackages/mpich/install/lib -lmpi"
    11 export CXXFLAGS="-O2 -std=c++11 -L${ISSM_DIR}/externalpackages/mpich/install/lib -lmpi"
     10export CFLAGS="-O2 -L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi"
     11export CXXFLAGS="-O2 -std=c++11 -L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi"
    1212
    1313# Cleanup
     
    2626        --prefix=${ISSM_DIR}/externalpackages/adolc/install \
    2727        --libdir=${ISSM_DIR}/externalpackages/adolc/install/lib \
    28         --with-mpi-root=${ISSM_DIR}/externalpackages/mpich/install \
     28        --with-mpi-root=${ISSM_DIR}/externalpackages/petsc/install \
    2929        --enable-ampi \
    3030        --with-ampi=${ISSM_DIR}/externalpackages/adjoinablempi/install \
Note: See TracChangeset for help on using the changeset viewer.