Difference between revisions of "Purging all modules"
From ALICE Documentation
(Tag: Visual edit) |
(Tag: Visual edit) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==== Purging all modules ==== | ==== Purging all modules ==== | ||
In order to unload all modules at once, and hence be sure to start in a clean state, you can use: | In order to unload all modules at once, and hence be sure to start in a clean state, you can use: | ||
− | $ module purge | + | $ '''module purge''' |
This is always safe: the cluster module (the module that specifies which cluster jobs will get submitted to) will not be unloaded (because it’s a so-called “sticky” module). | This is always safe: the cluster module (the module that specifies which cluster jobs will get submitted to) will not be unloaded (because it’s a so-called “sticky” module). | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 14:29, 17 April 2020
Purging all modules
In order to unload all modules at once, and hence be sure to start in a clean state, you can use:
$ module purge
This is always safe: the cluster module (the module that specifies which cluster jobs will get submitted to) will not be unloaded (because it’s a so-called “sticky” module).