Changes between Version 12 and Version 13 of andes


Ignore:
Timestamp:
04/28/25 06:02:07 (13 days ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • andes

    v12 v13  
    7575export CXX=mpicxx
    7676export FC=mpifort
     77export CXXFLAGS="-g -O3 -std=c++11 -fp-model=precise"
    7778./configure \
    7879   --prefix=$ISSM_DIR \
     
    8687   --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
    8788   --with-mumps-dir="$ISSM_DIR/externalpackages/petsc/install" \
    88    --with-cxxoptflags="-g -O3 -std=c++11 -fp-model=precise" \
    8989   --enable-development
    9090}}}