Changes between Version 4 and Version 5 of ronne


Ignore:
Timestamp:
05/01/17 11:55:51 (8 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ronne

    v4 v5  
    7373== Installing ISSM on Ronne ==
    7474
    75 You can follow the instructions on the website [http://issm.jpl.nasa.gov/download/unix/]. For Petsc, pick version 3.7. You should not need Python.
     75You 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.
    7676
    7777Use the following configuration script (adapt to your needs):
     
    8787    --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
    8888    --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
    89     --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich -lmpl"\
     89    --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpi"\
    9090    --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    9191    --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \