-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
We are using in our systems ReFrame 4.3.3, installed with EasyBuild 4.9.1 as a module. We set the purge_environment general configuration option to True to ensure that any modules loaded when ReFrame is launched are removed during the compilation and run phases. However, we noticed that modules remain loaded. This does not happen if we set the command line option --purge-env.
Is this known behavior?
Our relevant configuration options:
site_configuration = {
'general' : [
{
'use_login_shell': True,
'purge_environment': True,
},
],
}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done