Changes between Version 10 and Version 11 of andes
- Timestamp:
- 10/15/24 14:17:18 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
andes
v10 v11 108 108 export CXX=mpicxx 109 109 export FC=mpifort 110 export CXXFLAGS="-g -O2 -fPIC -std=c++11 -DCODI_ForcedInlines -fp-model=precise" 111 export LDFLAGS="-L/optnfs/common/intel/compilers_and_libraries_2023.2.0/compiler/2023.2.0/linux/compiler/lib/intel64_lin/ -lifcoremt" 110 112 ./configure \ 111 113 --prefix=$ISSM_DIR \ … … 119 121 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/petsc/install/lib -lmpi -lmpifort"\ 120 122 --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \ 123 --with-parmetis-dir="$ISSM_DIR/externalpackages/petsc/install" \ 121 124 --with-blas-lapack-dir="$ISSM_DIR/externalpackages/petsc/install" \ 122 125 --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install" \ … … 125 128 --with-medipack-dir="$ISSM_DIR/externalpackages/medipack/install" \ 126 129 --with-fortran-lib="-L/usr/lib64/ -lgfortran" \ 127 --with-cxxoptflags="-g -O2 -fPIC -std=c++11 -DCODI_ForcedInlines -fp-model=precise" \128 130 --enable-tape-alloc \ 129 131 --enable-development \