environment-modules Questions
6
I'm attempting to load several modules for building a library on Linux but am told that the command 'module' doesn't exist. I've Googled around and discovered that the solution was to source a dire...
Levorotatory asked 13/2, 2010 at 14:27
5
Solved
Is there a way for a python script to load and use environment modules? os.system('module load xxx') doesn't work since it executes them in a subshell (at least, I think that's what's happening).
Intermediate asked 24/3, 2011 at 23:54
4
I'm tearing my hair out here, hopefully someone can help me.
Running snakemake 4.8.0
I have a snakemake pipeline, which I run with two conda envs and --use-conda and it works fine when run as a s...
Nester asked 5/4, 2018 at 20:9
2
I need to execute Python script in HPC cluster. Unfortunately, the default python version is just 2.6.6 and there is no numpy and scipy.
I can load these modules in command line
#module load /hom...
Sasin asked 20/7, 2017 at 20:24
3
I am trying to construct a module file and I would like to include an if statement to check whether certain environment variables (e.g. PATH, LD_LIBRAY_PATH, PYTHON_PATH, ...) have already been set...
Marolda asked 7/5, 2016 at 6:42
2
Solved
The Environment Modules package is used for dynamic modification of a user's environment (debian package environment-modules).
I would like to use module directly from a ssh command line. The purp...
Dorser asked 19/4, 2016 at 20:22
1
© 2022 - 2024 — McMap. All rights reserved.