Changes between Version 14 and Version 15 of andes


Ignore:
Timestamp:
05/29/25 07:43:08 (4 days ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • andes

    v14 v15  
    9999
    100100You will need to install the following additional packages:
    101  * codipack
    102  * medipack
     101 - codipack
     102 - medipack
     103 - cmake (the default version of cmake is too old)
     104 - adjointpetsc
    103105
    104106You may need to install an older version of PETSc (e.g., 3.20.5) otherwise you may run into the following error during transient calibration:
     
    124126   --with-mpi-include="$ISSM_DIR/externalpackages/petsc/install/include" \
    125127   --with-mpi-libflags="-L$ISSM_DIR/externalpackages/petsc/install/lib -lmpi -lmpifort"\
     128   --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
     129   --with-adjointpetsc-dir=$ISSM_DIR/externalpackages/adjointpetsc/install \
    126130   --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
    127131   --with-parmetis-dir="$ISSM_DIR/externalpackages/petsc/install" \