-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
I'm configuring our modules enviornent with pre-built bundles of components that have cross-dependencies, like OpenMPI being built with the PGI compiler and CUDA, for example.
I'm adding the paths to these bundles to the init/.modulespath file so their contents will be visible when I run a "module avail" command.
It's a pain, though, to have to add a new path each time I define a new bundle. It would be trivial if I could add the path
/shared/apps/centos-6.6_SB/PrgEnv/*/*
to the init/.modulespath file and have all the bundles picked up automatically.
I know this doesn't work right now, I'm testing the latest code from the repository. But can you add this? If you could tell me what to patch, I could test it for you.
Reported by: cponder