Changes between Version 14 and Version 15 of andes
- Timestamp:
- 05/29/25 07:43:08 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
andes
v14 v15 99 99 100 100 You 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 103 105 104 106 You 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: … … 124 126 --with-mpi-include="$ISSM_DIR/externalpackages/petsc/install/include" \ 125 127 --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 \ 126 130 --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \ 127 131 --with-parmetis-dir="$ISSM_DIR/externalpackages/petsc/install" \