Skip to content

European-XFEL/envmodules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a tiny importable Python wrapper for the Environment Modules system - the module load command often used in the shell on HPC systems.

Installation:

pip install envmodules

Usage:

import envmodules
envmodules.load('gcc/6.1.1')

Loading modules like this mostly affects external programs which you run in subprocesses. Most modules won't have much effect on Python code in the same process.

About

Python wrapper around environment modules ("module load")

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages