Changes between Version 12 and Version 13 of greenplanet


Ignore:
Timestamp:
12/01/14 16:36:54 (10 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • greenplanet

    v12 v13  
    5353}}}
    5454
    55 == Selecting MPI ==
    56 
    57 First, 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
    61 mpi-selector --set openmpi_intel-1.5.4_psm
    62 }}}
    63 
    64 ''Log out and log back in'' to apply this change.
    65 
    6655== Environment ==
    6756
     
    7160export ISSM_DIR=PATHTOTRUNK
    7261source $ISSM_DIR/etc/environment.sh
    73 module load gcc/4.7.3
    74 module load cmake/2.8.10.2
     62module load mpi/openmpi/1.8.3/intel_15.0.0
     63module load compiler/intel/15.0.0
    7564}}}
    7665