Changes between Version 12 and Version 13 of greenplanet
- Timestamp:
- 12/01/14 16:36:54 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
greenplanet
v12 v13 53 53 }}} 54 54 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 #!sh61 mpi-selector --set openmpi_intel-1.5.4_psm62 }}}63 64 ''Log out and log back in'' to apply this change.65 66 55 == Environment == 67 56 … … 71 60 export ISSM_DIR=PATHTOTRUNK 72 61 source $ISSM_DIR/etc/environment.sh 73 module load gcc/4.7.374 module load c make/2.8.10.262 module load mpi/openmpi/1.8.3/intel_15.0.0 63 module load compiler/intel/15.0.0 75 64 }}} 76 65