Changes between Version 9 and Version 10 of aci


Ignore:
Timestamp:
07/19/17 07:47:19 (8 years ago)
Author:
eps5217
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • aci

    v9 v10  
    5959{{{
    6060#!sh
     61#ISSM vairables
     62export ISSM_DIR="/gpfs/group/brp106/default/USERNAME/trunk-jpl"
     63source $ISSM_DIR/etc/environment.sh
     64alias cdi="cd $ISSM_DIR"
    6165
    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
     67module load intel/16.0.3
     68module load mkl/11.3.3
     69module load impi/5.1.3
    7070}}}
    7171
    72 And replace `ISSM_DIR` with your actual trunk. ''Log out and log back in'' to apply this change.
     72And 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).
    7373
    7474== Installing ISSM on ACI ==
    7575
    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
     76ACI 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:
    7877 - 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)
    7978 - m1qn3