Skip to content
Snippets Groups Projects
Commit a10bfd62 authored by Lars Jitschin's avatar Lars Jitschin
Browse files

More linting in modules.md

parent 517d1f07
No related branches found
No related tags found
3 merge requests!412Manual attempt to merge preview into main,!402Solved issue-194. Added missing information regarding usage of SSH config for...,!347Review environment section
...@@ -66,7 +66,6 @@ Usage of software on HPC systems is managed by a **modules system**. ...@@ -66,7 +66,6 @@ Usage of software on HPC systems is managed by a **modules system**.
Module Python/3.8.6-GCCcore-10.2.0 and 11 dependencies unloaded. Module Python/3.8.6-GCCcore-10.2.0 and 11 dependencies unloaded.
``` ```
??? hint "Being lazy in typing" ??? hint "Being lazy in typing"
`ml` \ `ml` \
...@@ -210,11 +209,16 @@ For writing your own Modulefiles please have a look at the [Guide for writing pr ...@@ -210,11 +209,16 @@ For writing your own Modulefiles please have a look at the [Guide for writing pr
### When I log in, the wrong modules are loaded by default ### When I log in, the wrong modules are loaded by default
Reset your currently loaded modules with `module purge` (or `module purge --force` if you also want to unload your basic `modenv` module). Then run `module save` to overwrite the list of modules you load by default when logging in. Reset your currently loaded modules with `module purge`
(or `module purge --force` if you also want to unload your basic `modenv` module).
Then run `module save` to overwrite the
list of modules you load by default when logging in.
### I can't load module TensorFlow ### I can't load module TensorFlow
Check the dependencies by e.g. calling `module spider TensorFlow/2.4.1` it will list a number of modules that need to be loaded before the TensorFlow module can be loaded. Check the dependencies by e.g. calling `module spider TensorFlow/2.4.1`
it will list a number of modules that need to be loaded
before the TensorFlow module can be loaded.
??? example "Loading the dependencies" ??? example "Loading the dependencies"
...@@ -316,4 +320,4 @@ Check the dependencies by e.g. calling `module spider TensorFlow/2.4.1` it will ...@@ -316,4 +320,4 @@ Check the dependencies by e.g. calling `module spider TensorFlow/2.4.1` it will
Wo: Wo:
S: Das Modul ist angeheftet. Verwenden Sie "--force", um das Modul zu entladen. S: Das Modul ist angeheftet. Verwenden Sie "--force", um das Modul zu entladen.
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment