Skip to content
Snippets Groups Projects
Commit db2d036a authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Merge branch 'lmod' into 'master'

Lmod

See merge request !86
parents c9ede4f7 f03624fd
No related branches found
Tags
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!86Lmod
Pipeline #
...@@ -7,20 +7,27 @@ Detailed documentation on Lmod is available at [here](http://lmod.readthedocs.io ...@@ -7,20 +7,27 @@ Detailed documentation on Lmod is available at [here](http://lmod.readthedocs.io
!!! warning !!! warning
All the new modules will be availabe in Lmod environment only. 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? ## 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. Create folder or file `.lmod` into your home folder. Logout and login. New Lmod enviroment will be active now.
```bash ```bash
$ mkdir ~/.lmod $ mkdir ~/.lmod
$ logout $ logout
Connection to login4.salomon.it4i.cz closed. Connection to login4.salomon.it4i.cz closed.
local~$ ssh vop999@login.it4i.cz local~$ ssh vop999@login.it4i.cz
_____ _ _____ _
/ ____| | | / ____| | |
| (___ __ _| | ___ _ __ ___ ___ _ __ | (___ __ _| | ___ _ __ ___ ___ _ __
\___ \ / _` | |/ _ \| '_ ` _ \ / _ \| '_ \ \___ \ / _` | |/ _ \| '_ ` _ \ / _ \| '_ \
____) | (_| | | (_) | | | | | | (_) | | | | ____) | (_| | | (_) | | | | | | (_) | | | |
|_____/ \__,_|_|\___/|_| |_| |_|\___/|_| |_| |_____/ \__,_|_|\___/|_| |_| |_|\___/|_| |_|
...@@ -31,13 +38,6 @@ $ ml ...@@ -31,13 +38,6 @@ $ ml
No modules loaded No modules loaded
``` ```
### Important Dates
| Date | Action |
| ---------- | ---------------------- |
| 2017-02-01 | Testing phase |
| 2017-03-01 | Global deployment lmod |
## Benefits ## Benefits
* significantly more responsive module commands, in particular module avail (ml av) * significantly more responsive module commands, in particular module avail (ml av)
...@@ -270,7 +270,7 @@ For example, once you have loaded one or more modules that were installed with t ...@@ -270,7 +270,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. 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>. To revert the changes to the environment that were made by a particular module, you can use ml -<modname>.
For example: For example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment