Changes between Version 11 and Version 12 of greenplanet


Ignore:
Timestamp:
11/18/14 14:39:32 (10 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • greenplanet

    v11 v12  
    8080
    8181Greenplanet 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:
     82 - autotools
    8283 - 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)
    8384 - m1qn3
    8485
     86Use the following configuration script (adapt to your needs):
     87
     88{{{
     89#!sh
     90./configure \
     91 --prefix=$ISSM_DIR \
     92 --with-wrappers=no \
     93 --with-kml=no \
     94 --with-bamg=no \
     95 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
     96 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
     97 --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
     98 --with-mpi-include="/sopt/mpi/openmpi-1.5.4_psm/intel/include/" \
     99 --with-mpi-libflags="-L/sopt/mpi/openmpi-1.5.4_psm/intel/lib/ -lmpi -lmpi_f77" \
     100 --with-mkl-dir=/opt/intel/mkl/10.2.4.032/ \
     101 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     102 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     103 --with-cxxoptflags="-O3" \
     104 --with-vendor=intel-gp
     105}}}
    85106== greenplanet_settings.m ==
    86107