Changes between Version 4 and Version 5 of ronne
- Timestamp:
- 05/01/17 11:55:51 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ronne
v4 v5 73 73 == Installing ISSM on Ronne == 74 74 75 You can follow the instructions on the website [http://issm.jpl.nasa.gov/download/unix/]. For Petsc, pick version3.7. You should not need Python.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. 76 76 77 77 Use the following configuration script (adapt to your needs): … … 87 87 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ 88 88 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 89 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi ch -lmpl"\89 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi"\ 90 90 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ 91 91 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \