Changeset 24958
- Timestamp:
- 06/03/20 14:35:07 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/adolc/install-withampi.sh
r24610 r24958 8 8 ## Environment 9 9 # 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"10 export CFLAGS="-O2 -L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi" 11 export CXXFLAGS="-O2 -std=c++11 -L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi" 12 12 13 13 # Cleanup … … 26 26 --prefix=${ISSM_DIR}/externalpackages/adolc/install \ 27 27 --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 \ 29 29 --enable-ampi \ 30 30 --with-ampi=${ISSM_DIR}/externalpackages/adjoinablempi/install \
Note:
See TracChangeset
for help on using the changeset viewer.