Changes between Version 7 and Version 8 of Stallo
- Timestamp:
- 10/11/18 08:50:03 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Stallo
v7 v8 114 114 }}} 115 115 116 You can then make your configuration file executable (if it is not already) execute it and install ISSM :116 You can then make your configuration file executable (if it is not already) execute it and install ISSM before installing you will need to load the module in your environment: 117 117 {{{ 118 118 chmod +x configure.sh 119 119 ./configure.sh 120 module purge 121 module load CMake/3.8.0-GCCcore-6.3.0 122 module load Automake/1.15.1-GCCcore-6.3.0 123 module load libtool/2.4.6 124 module load PETSc/3.7.5-intel-2017a-downloaded-deps 120 125 make install 121 126 }}}