Changes between Version 1 and Version 2 of greenplanet


Ignore:
Timestamp:
11/17/14 14:31:35 (10 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • greenplanet

    v1 v2  
    2323}}}
    2424
    25 == Setting up the password-less ssh ==
     25== Password-less ssh ==
    2626
    2727Once you have the account, you can setup a public key authentification in order to avoid having to input your password for each run.
     
    5252$your_remosthost%rm ~/id_rsa.pub
    5353}}}
     54
     55== Selecting MPI ==
     56
     57First, you will need to select a message passing interface on Greenplanet. Because Greenplanet is a cluster, we will not install our own mpich, but use greenplanet's MPI. Log in and enter the following command:
     58
     59{{{
     60#!sh
     61mpi-selector --set openmpi_intel-1.5.4_psm
     62}}}
     63
     64''Log out and log back in'' to apply this change.
     65
     66== Environment ==
     67
     68On Greenplanet, add the following lines:
     69{{{
     70#!sh
     71export ISSM_DIR=PATHTOTRUNK
     72source $ISSM_DIR/etc/environment.sh
     73module load gcc/4.7.3
     74module load cmake/2.8.10.2
     75}}}
     76
     77''Log out and log back in'' to apply this change.
     78
     79== Installing ISSM on Greenplanet ==
     80
     81Greenplanet 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 - 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)
     83 - m1qn3