services:cluster:important
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:cluster:important [2025/02/07 15:25] – add notes on home and SSH access behrmj87 | services:cluster:important [2025/02/07 16:43] (current) – Add note on modules behrmj87 | ||
---|---|---|---|
Line 28: | Line 28: | ||
- | < | + | < |
- | Usable space below ''/ | + | Usable space below ''/ |
</ | </ | ||
Line 48: | Line 48: | ||
</ | </ | ||
- | Assuming a key file '' | + | Assuming a key file '' |
+ | |||
+ | ==== Modules ==== | ||
+ | |||
+ | Modules are a staple in the HPC world. They are a way to change your environment to include paths that are not normally in your binary (~PATH~) or library search paths (~LD_LIBRARY_PATH~) so that you can use a wider variety/ | ||
+ | |||
+ | < | ||
+ | These are the most important commands | ||
+ | #+BEGIN_SRC bash | ||
+ | # show available modules | ||
+ | module avail | ||
+ | # load a module | ||
+ | module load name_of_module | ||
+ | # e.g. module load gromacs/ | ||
+ | # | ||
+ | # unload a module (usually not necessary in a job script, but you can use | ||
+ | # modules interactively, | ||
+ | module unload name_of_module | ||
+ | </ | ||
+ | |||
+ | Somebody has to build the software. This is done by us and interested users, e.g. the GROMACS packages are mostly built by users in AG Netz. The software modules can be found in ~/net/opt~. If you want to contribute, let us know! | ||
+ |
services/cluster/important.1738941920.txt.gz · Last modified: 2025/02/07 15:25 by behrmj87