From b6c39020a655929f2b29e157f6d3f6af84aa7dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Fri, 27 Jan 2017 13:21:35 +0100 Subject: [PATCH] update --- docs.it4i/software/lmod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index 9198bc6b8..28a404164 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -236,7 +236,7 @@ For example, once you have loaded one or more modules that were installed with t In addition, only **one single version** of each software package can be loaded at a particular time. For example, once you have the Python/3.5.2-intel-2017.00 module loaded, you can not load a different version of Python in the same session/job script, neither directly, nor indirectly as a dependency of another module you want to load. -Unloading modules: ml -modname(s) +### Unloading modules: ml -modname(s To revert the changes to the environment that were made by a particular module, you can use ml -<modname>. For example: -- GitLab