Changes between Version 21 and Version 22 of greenplanet


Ignore:
Timestamp:
05/11/16 11:51:34 (9 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • greenplanet

    v21 v22  
    6060export ISSM_DIR=PATHTOTRUNK
    6161source $ISSM_DIR/etc/environment.sh
    62 module load compiler/intel/15.0.0 #load before openmpi
    63 module load mpi/openmpi/1.8.3/intel_15.0.0
     62module load compiler/intel/16.0.2
     63module load mpi/openmpi/1.10.2/intel_16.0.2
    6464}}}
    6565
     
    6969
    7070Greenplanet will ''only'' be used to run the code, you will use your local machine for pre and post processing, you will never use Greenplanet's matlab. You can check out ISSM and install the following packages:
    71  - PETSc (use the greenplanet script and ``follow`` the instructions, you will need to submit a job and compile PETSc manually, do not make test, it will not work on the cluster)
     71 - PETSc 3.7 (use the greenplanet script and ``follow`` the instructions, you will need to submit a job and compile PETSc manually, do not make test, it will not work on the cluster)
    7272 - m1qn3
    7373
     
    8484 --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
    8585 --with-m1qn3-dir="$ISSM_DIR/externalpackages/m1qn3/install" \
    86  --with-mpi-include="/sopt/mpi/openmpi-1.8.3/intel_15.0.0/include" \
    87  --with-mpi-libflags="-L/sopt/mpi/openmpi-1.8.3/intel_15.0.0/lib -lmpi" \
    88  --with-mkl-dir="/sopt/Intel/composer_xe_2015.0.090/mkl/lib/intel64" \
     86 --with-mpi-include="/sopt/mpi/openmpi-1.10.2/intel_16.0.2/include" \
     87 --with-mpi-libflags="-L/sopt/mpi/openmpi-1.10.2/intel_16.0.2/lib -lmpi" \
     88 --with-mkl-dir="/sopt/Intel/compilers_and_libraries_2016.2.181/linux/mkl/lib" \
    8989 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    9090 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \