Changes between Version 6 and Version 7 of ronne
- Timestamp:
- 05/19/20 08:56:38 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ronne
v6 v7 73 73 == Installing ISSM on Ronne == 74 74 75 You can follow the instructions on the website [http://issm.jpl.nasa.gov/download/unix/]. Choose MPICH v3.2 and Petsc v3.7. You should not need Python.75 You can follow the instructions on the website [http://issm.jpl.nasa.gov/download/unix/]. Choose Petsc v3.12 or later. You should not need Python. 76 76 77 77 Use the following configuration script (adapt to your needs): … … 86 86 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ 87 87 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 88 --with-mpi-include=$ISSM_DIR/externalpackages/ mpich/install/include \89 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/ mpich/install/lib -lmpi"\88 --with-mpi-include=$ISSM_DIR/externalpackages/petsc/install/include \ 89 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort"\ 90 90 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 91 91 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \