Skip to content
Snippets Groups Projects
Name Last commit Last update
easyconfigs
README.md

NIC5 EasyConfigs

This repository contains easyconfig files developped for the NIC5 cluster. The goal is not not replace the central EasyBuild repository but Easyconfigs for packages that have been requested by users and are not yet available in the central repository.

How to access EasyBuild as an user

First you need to get access to the EasyBuild modules. To this end, add the following paths to the MODULEPATH in your .bash_profile:

export MODULEPATH=/home/soft/.local/easybuild/modules/all:$MODULEPATH
export MODULEPATH=$HOME/.local/easybuild/modules/all:$MODULEPATH

The first line give you access to the EasyBuild modules installed centrally on the cluster. The second one add the location of the modules that will be created by EasyBuild.