Hello, I have succeeded in installing EasyBuild on one of our systems. Also, I have built some modules, and am very enthusiastic about it because it makes things a lot easier.
However, in order to deploy it on our system I need to know a few extra things: 1. We currently have a lot of software modules already installed. We would prefer if possible to not rebuild every module with EasyBuild, but re-use some of the existing modules (e.g. Intel Compilers) when building other libraries/applications through EasyBuild. Do you have a procedure for achieving this? 2. The generated module files set some classic env vars (e.g. $LD_LIBRARY_PATH) and some EasyBuild specific ones (e.g. $EBROOTGOMPI). Our current module system also sets some other env vars (e.g. PRACE_CFLAGS). What would be the easiest way to instruct EasyBuild to set these extra env vars? Thanks, Vali

