Changes between Version 12 and Version 13 of andes
- Timestamp:
- 04/28/25 06:02:07 (13 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
andes
v12 v13 75 75 export CXX=mpicxx 76 76 export FC=mpifort 77 export CXXFLAGS="-g -O3 -std=c++11 -fp-model=precise" 77 78 ./configure \ 78 79 --prefix=$ISSM_DIR \ … … 86 87 --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install" \ 87 88 --with-mumps-dir="$ISSM_DIR/externalpackages/petsc/install" \ 88 --with-cxxoptflags="-g -O3 -std=c++11 -fp-model=precise" \89 89 --enable-development 90 90 }}}