Skip to content

Compiling TRIQS using EasyBuild #865

Answered by the-hampel
TommyHenz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @TommyHenz,
let's assume your installation worked. Did you add the EB module path to your $MODULEPATH environment, i.e. following this guide https://docs.easybuild.io/en/latest/Installation.html#step-3-loading-the-easybuild-module . You can either do this:

module use _PREFIX_/modules/all

every time you open a new shell, or add this line to your ~/.bashrc file:

export MODULEPATH=_PREFIX_/modules/all:$MODULEPATH

where _PREFIX_ points to your easybuild install directory (maybe $HOME/easybuild ? ). If this is successful doing module available should show you all modules available and at which part. Make sure you see your triqs module there.

Best,
Alex

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@TommyHenz
Comment options

@the-hampel
Comment options

@TommyHenz
Comment options

Answer selected by TommyHenz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants