Top "Environment-modules" questions

The Environment Modules package provides for the dynamic modification of a user's environment via modulefiles.

module: command not found

I'm attempting to load several modules for building a library on Linux but am told that the command 'module' doesn't …

linux shell makefile environment-modules
module load command in linux bash script

I need to execute Python script in HPC cluster. Unfortunately, the default python version is just 2.6.6 and there is no …

python linux bash environment-modules
Module load intel (ERROR:105: Unable to locate a modulefile for 'intel')

I am trying to use environment-modules in Ubuntu I could successfully install the module package but when I tried to …

bash intel environment-modules modulefile
How to issue "module load" in a shell or Perl script (i.e., non-interactively)

I can use the "module load xyz" command interactively, but when run from a script, it says it can't find …

linux bash scripting environment-modules
Loading environment modules within a python script

Is there a way for a python script to load and use environment modules? os.system('module load xxx') doesn't …

python module environment-variables environment-modules
Module load/unload commands in Linux scripts

I often have a need to create Linux scripts which contain module load and module unload commands. Is there a …

linux module load environment-modules