From a7d689aef28633852a38aa96aa1dc34cd89192f5 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: Wed, 1 Feb 2017 07:18:36 +0100 Subject: [PATCH 1/7] update lmod --- docs.it4i/software/lmod.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index f911a2f4a..77e9ab136 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -7,6 +7,14 @@ Detailed documentation on Lmod is available at [here](http://lmod.readthedocs.io !!! warning All the new modules will be availabe in Lmod environment only. +!!! warning "Important Dates" + + | Date | Action | + | ---------- | ---------------------- | + | 2017-02-01 | Testing phase | + | 2017-03-01 | Global deployment lmod | + + ## How to Activate Testing Lmod Enviroment? Create folder or file `.lmod` into your home folder. Logout and login. New Lmod enviroment will be active now. @@ -31,13 +39,6 @@ $ ml No modules loaded ``` -### Important Dates - -| Date | Action | -| ---------- | ---------------------- | -| 2017-02-01 | Testing phase | -| 2017-03-01 | Global deployment lmod | - ## Benefits * significantly more responsive module commands, in particular module avail (ml av) @@ -270,7 +271,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 +## Unloading Modules To revert the changes to the environment that were made by a particular module, you can use ml -<modname>. For example: -- GitLab From b49f35f3c5ad11e2c6af6c378f53a6f2b9c5adad 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: Wed, 1 Feb 2017 07:21:34 +0100 Subject: [PATCH 2/7] update lmod --- docs.it4i/software/lmod.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index 77e9ab136..28f8e7d70 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -14,21 +14,20 @@ Detailed documentation on Lmod is available at [here](http://lmod.readthedocs.io | 2017-02-01 | Testing phase | | 2017-03-01 | Global deployment lmod | - ## How to Activate Testing Lmod Enviroment? Create folder or file `.lmod` into your home folder. Logout and login. New Lmod enviroment will be active now. ```bash $ mkdir ~/.lmod -$ logout +$ logout Connection to login4.salomon.it4i.cz closed. local~$ ssh vop999@login.it4i.cz - _____ _ - / ____| | | - | (___ __ _| | ___ _ __ ___ ___ _ __ - \___ \ / _` | |/ _ \| '_ ` _ \ / _ \| '_ \ + _____ _ + / ____| | | + | (___ __ _| | ___ _ __ ___ ___ _ __ + \___ \ / _` | |/ _ \| '_ ` _ \ / _ \| '_ \ ____) | (_| | | (_) | | | | | | (_) | | | | |_____/ \__,_|_|\___/|_| |_| |_|\___/|_| |_| -- GitLab From 120aa11efd02a1cf933a88365acdcaeff5180873 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: Wed, 1 Feb 2017 07:23:27 +0100 Subject: [PATCH 3/7] update lmod --- docs.it4i/software/lmod.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index 28f8e7d70..e4f5b68df 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -25,8 +25,8 @@ Connection to login4.salomon.it4i.cz closed. local~$ ssh vop999@login.it4i.cz _____ _ - / ____| | | - | (___ __ _| | ___ _ __ ___ ___ _ __ + / ____| | | + | (___ __ _| | ___ _ __ ___ ___ _ __ \___ \ / _` | |/ _ \| '_ ` _ \ / _ \| '_ \ ____) | (_| | | (_) | | | | | | (_) | | | | |_____/ \__,_|_|\___/|_| |_| |_|\___/|_| |_| -- GitLab From 4294b7b083a3b2ba8d26f4b3d296d78f114dbec4 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: Wed, 1 Feb 2017 07:29:16 +0100 Subject: [PATCH 4/7] update lmod --- docs.it4i/software/lmod.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index e4f5b68df..be80c1757 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -2,18 +2,15 @@ Lmod is a modules tool, a modern alternative to the oudated & no longer actively maintained Tcl-based environment modules tool. +!!! warning "Important Dates" + 2017-02-01 Testing phase + 2017-03-01 Global deployment lmod + Detailed documentation on Lmod is available at [here](http://lmod.readthedocs.io). !!! warning All the new modules will be availabe in Lmod environment only. -!!! warning "Important Dates" - - | Date | Action | - | ---------- | ---------------------- | - | 2017-02-01 | Testing phase | - | 2017-03-01 | Global deployment lmod | - ## How to Activate Testing Lmod Enviroment? Create folder or file `.lmod` into your home folder. Logout and login. New Lmod enviroment will be active now. -- GitLab From 378228269acc431e511a0081f5192a2b6f5176cf 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: Wed, 1 Feb 2017 07:30:56 +0100 Subject: [PATCH 5/7] update lmod --- docs.it4i/software/lmod.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index be80c1757..f5ebf4490 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -3,8 +3,8 @@ Lmod is a modules tool, a modern alternative to the oudated & no longer actively maintained Tcl-based environment modules tool. !!! warning "Important Dates" - 2017-02-01 Testing phase - 2017-03-01 Global deployment lmod + \* 2017-02-01 Testing phase + \* 2017-03-01 Global deployment lmod Detailed documentation on Lmod is available at [here](http://lmod.readthedocs.io). -- GitLab From 0825fd121fefbbaeee57f347c6fc2f0c4f2dd95e 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: Wed, 1 Feb 2017 07:38:36 +0100 Subject: [PATCH 6/7] update lmod --- docs.it4i/software/lmod.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index f5ebf4490..df5b857b5 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -2,15 +2,18 @@ Lmod is a modules tool, a modern alternative to the oudated & no longer actively maintained Tcl-based environment modules tool. -!!! warning "Important Dates" - \* 2017-02-01 Testing phase - \* 2017-03-01 Global deployment lmod - Detailed documentation on Lmod is available at [here](http://lmod.readthedocs.io). !!! warning All the new modules will be availabe in Lmod environment only. +## Important Dates + +| Date | Action | +| ---------- | ---------------------- | +| 2017-02-01 | Testing phase | +| 2017-03-01 | Global deployment lmod | + ## How to Activate Testing Lmod Enviroment? Create folder or file `.lmod` into your home folder. Logout and login. New Lmod enviroment will be active now. -- GitLab From f03624fd22d75cf6fe500b3a97f87c30b634ed6c 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: Wed, 1 Feb 2017 07:39:09 +0100 Subject: [PATCH 7/7] update lmod --- 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 df5b857b5..3ddd5cc1d 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -7,7 +7,7 @@ Detailed documentation on Lmod is available at [here](http://lmod.readthedocs.io !!! warning All the new modules will be availabe in Lmod environment only. -## Important Dates +## Important Dates | Date | Action | | ---------- | ---------------------- | -- GitLab