...
To install the 'production' version of IMAS ecosystem, a few extra options have to be added to point out EB to the dedicated public directory /gw/swimas/easybuild
Code Block | ||
---|---|---|
| ||
--prefix='/gw/swimas/easybuild/opt' --installpath-modules='/gw/swimas/easybuild/etc' # TO BE DISCUSSED: Accessing sources while debugging. Should 'source' directory be public, as well? |
Adding software components to existing installation
- Set
MODULEPATH
system variableCode Block export MODULEPATH=/gw/swimas/easybuild/etc/all
- Add
--use-existing-modules
switch toeb
command
Useful tips
Increasing the length of error/warning message
...