Questions tagged [lmod]

8 questions
3
votes
1 answer

Remove local lmod modules or update local lmod module list on HPC cluster

I am working on a HPC cluster. I successfully created my local openmpi_gpu module (compiled with intel17.2 and cuda 8.0). What I did is that storing a cuda_17.2.lua file in the directory ${HOME}/modulefiles/Core/openmpi_gpu/ And after module use…
Minky J
  • 109
  • 1
  • 6
2
votes
0 answers

Lmod bash completion for the command

Is there a way to achieve a "secure" autocompletion for the command loaded from module? I mean, I load a binary "dothis" and I would like to run "complete -F .... dothis" in module file so users have complete setup. Sourcing a completion file is not…
guma44
  • 23
  • 3
1
vote
1 answer

LMOD TCL execute bash script while loading module

On our new cluster we use LMod as environmental module system. Creating a Module TCL Script for OpenFOAM, a system-dependent bashrc file need to be loaded. This is the TCL script which I am using on another module system, it works fine. I am not…
0
votes
1 answer

Lmod / easybuild categories

I'm having my first tinker with modules. I've installed lmod and easybuild and have built a package (SAMtools) with its dependencies. Running module av shows the modules are available. It lists them twice, once in the 'all' category and also in…
Gaspode
  • 149
  • 1
  • 10
0
votes
0 answers

LMOD Load modules with different toolchian version

I am quite new to module and easybuild. I have been using docker/singularity so far. For my project I need CUDA8.0 and LLVM10 as dependencies together. Looking at the easyconfigs file available on github I…
0
votes
0 answers

`luarocks` fails to install `luaposix` on RHEL 8.7, needed for `Lmod`

I'm trying to ultimately install Lmod so am working my way there. OS is Red Hat 8.7 (RHEL, Ootpa). I'm following the instructions on https://lmod.readthedocs.io/en/latest/030_installing.html I have installed lua: #$ lua --version Lua 5.1.4.9-rtm …
Luke
  • 643
  • 1
  • 10
  • 17
0
votes
0 answers

Install R package from binary within EasyBuild RPackage easyblock

I want to install several R packages within EasyBuild Bundle: Example of .eb file: easyblock = 'Bundle' name = 'Rpackages' homepage = 'Some homepage' description = 'Some description' toolchain = {'name': 'foss', 'version': '2021b'} dependencies…
greenjune
  • 11
  • 1
0
votes
1 answer

How to use lmod with fish?

While lmod support fish from version 7.4 onwards, I have to use servers with an older version. How can I make it work with fish? (Even if in limited capacity.)
Yatharth Agarwal
  • 4,385
  • 2
  • 24
  • 53