Changes between Version 7 and Version 8 of Stallo


Ignore:
Timestamp:
10/11/18 08:50:03 (6 years ago)
Author:
bdef
Comment:

more infos on modules

Legend:

Unmodified
Added
Removed
Modified
  • Stallo

    v7 v8  
    114114}}}
    115115
    116 You can then make your configuration file executable (if it is not already) execute it and install ISSM:
     116You 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:
    117117{{{
    118118chmod +x configure.sh
    119119./configure.sh
     120module purge
     121module load CMake/3.8.0-GCCcore-6.3.0
     122module load Automake/1.15.1-GCCcore-6.3.0
     123module load libtool/2.4.6                                                                                                                                                                           
     124module load PETSc/3.7.5-intel-2017a-downloaded-deps
    120125make install
    121126}}}