Changes between Version 1 and Version 2 of hexagon
- Timestamp:
- 03/17/16 09:12:31 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hexagon
v1 v2 60 60 export ISSM_DIR=PATHTOTRUNK 61 61 source $ISSM_DIR/etc/environment.sh 62 module load compiler/intel/15.0.0 #load before openmpi 63 module load mpi/openmpi/1.8.3/intel_15.0.0 62 export CRAYPE_LINK_TYPE=dynamic 63 # 64 module unload xtpe-interlagos 65 module unload notur 66 # 67 module load craype-barcelona 68 module load automake 69 module load boost/1.60.0 70 module load gdal 71 module load proj 72 module load gmt 73 module load cmake 74 module load cray-petsc 75 module load cray-tpsl 76 module load cray-mpich 77 module load cray-hdf5 78 module load cray-netcdf 79 module load ncview 80 module load gsl 81 module load python 82 module load git 83 module load sqlite 84 module load swig 64 85 }}} 65 86 … … 68 89 == Installing ISSM on Hexagon == 69 90 70 Hexagon will ''only'' be used to run the code, you will use your local machine for pre and post processing, you will never use Hexagon's matlab. You can check out ISSM and install the following packages:91 You can check out ISSM and install the following packages (most packages are preinstalled and loaded through ''model load'' commands in your ''~/.bashrc''): 71 92 - autotools 72 93 - PETSc (use the hexagon 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) … … 91 112 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 92 113 --with-cxxoptflags="-O3" \ 93 --with-vendor=intel-gp 114 --with-petsc-libflags="-L$PETSC_ROOT/lib -lcraypetsc_gnu_real -lmetis" 115 94 116 }}} 95 117 == hexagon_settings.m ==