Changes between Version 6 and Version 7 of ronne


Ignore:
Timestamp:
05/19/20 08:56:38 (5 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ronne

    v6 v7  
    7373== Installing ISSM on Ronne ==
    7474
    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.
     75You 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.
    7676
    7777Use the following configuration script (adapt to your needs):
     
    8686    --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
    8787    --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"\
    9090    --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    9191    --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \