I am relatively new to Easybuild so I apologize if I overlooked something. Is there a way to add extra variables that are local to environment module files? That would be in addition to the 'root' variable that is set. As an example, our (non-EB) Gaussian09 module uses the following to set the user scratch directory:
#%Module ... set user $env(USER) ... setenv GAUSS_SCRDIR /scratch/Users/$user I see the option to add extra environment variables: modextravars How can I get the extra variables to use the value of a module local variable? Thank you. Glenn

