Changes between Version 9 and Version 10 of aci
- Timestamp:
- 07/19/17 07:47:19 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
aci
v9 v10 59 59 {{{ 60 60 #!sh 61 #ISSM vairables 62 export ISSM_DIR="/gpfs/group/brp106/default/USERNAME/trunk-jpl" 63 source $ISSM_DIR/etc/environment.sh 64 alias cdi="cd $ISSM_DIR" 61 65 62 #ISSM 63 export ISSM_DIR ="/storage/home/USERNAME/work/trunk/" 64 source $ISSM_DIR/etc/environment.csh 65 66 #Packages 67 module load pkgsrc 68 module load comp-intel/2016.2.181 69 module load mpi-sgi/mpt 66 #ISSM modules 67 module load intel/16.0.3 68 module load mkl/11.3.3 69 module load impi/5.1.3 70 70 }}} 71 71 72 And replace `ISSM_DIR` with your actual trunk. ''Log out and log back in'' to apply this change. 72 And replace `ISSM_DIR` with your actual trunk. ''Log out and log back in'' to apply this change. Make sure to download ISSM on gpfs, i.e., not in your home directory (much faster i/o). 73 73 74 74 == Installing ISSM on ACI == 75 75 76 Pleiades will ''only'' be used to run the code, you will use your local machine for pre and post processing, you will never use Pleiades' matlab. You can check out ISSM and install the following packages: 77 - cmake 76 ACI will ''only'' be used to run the code, you will use your local machine for pre and post processing, you will never use Pleiades' matlab. You can check out ISSM and install the following packages: 78 77 - PETSc (use the pleiades 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) 79 78 - m1qn3