Changes between Version 25 and Version 26 of greenplanet
- Timestamp:
- 01/15/19 10:19:07 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
greenplanet
v25 v26 1 1 == Getting an account == 2 2 3 First, you need to send an email to the system administrators of Greenplanet (email: hpcops [at] ps.uci.edu) and request an account. 3 First, you need to send an email to the system administrators of Greenplanet (email: hpcops [at] ps.uci.edu) and request an account. More info here: https://ps.uci.edu/greenplanet/ 4 4 5 5 == ssh configuration == … … 60 60 export ISSM_DIR=PATHTOTRUNK 61 61 source $ISSM_DIR/etc/environment.sh 62 module load compiler/intel/16.0.2 63 module load mpi/openmpi/1.10.2/intel_16.0.2 62 ml intel/2018.0 openmpi/1.10.7 64 63 }}} 65 64