From 457db6c95a77291b6542078b1543389252f49ec0 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 14 Feb 2022 12:37:31 +0100 Subject: [PATCH] Update lmod.md --- docs.it4i/software/modules/lmod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/software/modules/lmod.md b/docs.it4i/software/modules/lmod.md index 05f451914..66be1ac62 100644 --- a/docs.it4i/software/modules/lmod.md +++ b/docs.it4i/software/modules/lmod.md @@ -204,7 +204,7 @@ setenv("EBEXTSLISTPYTHON","setuptools-20.1.1,pip-8.0.2,nose-1.3.7") !!! warning Always specify the name **and** the version when loading a module. Loading a default module in your script (e.g. `$ ml intel`) will cause divergent results in the case the default module is upgraded. - **IT4Innovations is not responsible for any loss of allocated core-hours resulting from the use of improper modules in your calculations.** + **IT4Innovations is not responsible for any loss of allocated core- or node-hours resulting from the use of improper modules in your calculations.** To effectively apply the changes to the environment that are specified by a module, use `ml` and specify the name of the module. For example, to set up your environment to use Intel: -- GitLab