Changes between Version 10 and Version 11 of andes


Ignore:
Timestamp:
10/15/24 14:17:18 (6 months ago)
Author:
badgeley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • andes

    v10 v11  
    108108export CXX=mpicxx
    109109export FC=mpifort
     110export CXXFLAGS="-g -O2 -fPIC -std=c++11 -DCODI_ForcedInlines -fp-model=precise"
     111export LDFLAGS="-L/optnfs/common/intel/compilers_and_libraries_2023.2.0/compiler/2023.2.0/linux/compiler/lib/intel64_lin/ -lifcoremt"
    110112./configure \
    111113   --prefix=$ISSM_DIR \
     
    119121   --with-mpi-libflags="-L$ISSM_DIR/externalpackages/petsc/install/lib -lmpi -lmpifort"\
    120122   --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
     123   --with-parmetis-dir="$ISSM_DIR/externalpackages/petsc/install" \
    121124   --with-blas-lapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
    122125   --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
     
    125128   --with-medipack-dir="$ISSM_DIR/externalpackages/medipack/install" \
    126129   --with-fortran-lib="-L/usr/lib64/ -lgfortran" \
    127    --with-cxxoptflags="-g -O2 -fPIC -std=c++11 -DCODI_ForcedInlines -fp-model=precise" \
    128130   --enable-tape-alloc \
    129131   --enable-development \