A collection of EasyBuild config files for installing software toolchains on HPC clusters.
There are a handfull of software pacakges such as CMake, git, and CUDA installed manually and not with EasyBuild. They are referenced as "external" modules in the EasyConfig files. These packages could just as easily be installed with EasyBuild.
- Bootstap an installation of EasyBuild into the software installation directory. This involves a three-stage process described in this video as well as in the EasyBuild tutorials.
- Clone this repository on your build system.
- Source the EasyBuild configuration script in
./setup
specific to the target system, e.g.,./setup/setup_lq.sh
. - The EasyConfigs for each system are in separate directories named after the system on the enterprise Linux major version, e.g.,
./lq/el8
. - Refer to the EasyBuild documentation and tutorial for details about EasyBuild.