This repository contains scripts to install computing libraries on different supercomputers.
- Navigate to the directory corresponding to the library (eg.
./netcdf-c). - Read the
README.mdfile. - Optionally, modify parameters in
parameters.conf. - Use the script
install.bashto install the library.
- Open the script
install.bashlocated at the root of this repository. - Modify:
- The list of modules you want to load for the compilation.
- The directory where the environment will be installed (variable
dir_env). - The versions of the libraries you want to install (these must be valid git tags). You can can specifiy more than one version for each library, in which case the script will install all the versions.
- Use the script
install.bashto install the environment.
-
In
parameter.conffiles: things that should not change much from one install to the next. -
Command-line arguments: things that will most likely be different at each install.