Skip to content
Snippets Groups Projects
Commit 3dbfa559 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Add example w.r.t. searching software

parent 4ac6c6c2
No related branches found
No related tags found
2 merge requests!938Automated merge from preview to main,!936Update to Five-Cluster-Operation
......@@ -40,6 +40,41 @@ certain module, you can use `module avail softwarename` and it will display the
### Examples
???+ example "Searching for software"
The process of searching for a particular software you want to use on an HPC system consits of
two steps: Login to the target HPC system and invoke `module spider` command to search for the
software and list available versions.
For example, if you want to search for available Matlab versions on `Barnard`, the steps might
be:
```console
marie@login.barnard module spider matlab
  • Noah Löwer @notr584d--tu-dresden.de ·
    Developer

    fehlt hier noch ein $ beim Prompt?

  • Martin Schroschk @mflehmig--tu-dresden.de ·
    Author Owner

    Danke für den Hinweis. Ist gefixt.

    Am Donnerstag, dem 07.12.2023 um 11:20 +0100 schrieb Noah Trumpik (@notr584d--tu- dresden.de):

  • Please register or sign in to reply
---------------------------------------------------------------------------------------------------------------------------------------------------------
MATLAB: MATLAB/2022b
---------------------------------------------------------------------------------------------------------------------------------------------------------
Description:
MATLAB is a high-level language and interactive environment that enables you to perform computationally intensive tasks faster than with
traditional programming languages such as C, C++, and Fortran.
You will need to load all module(s) on any one of the lines below before the "MATLAB/2022b" module is available to load.
release/23.04
release/23.10
[...]
```
As you can see, `MATLAB` in version `2022b` is available on Barnard within the releases `23.04`
and`23.10`. Additonally, the output provides the information how to load it:
```console
marie@login.barnard$ module load release/23.10 MATLAB/2022b
Module MATLAB/2022b and 1 dependency loaded.
```
???+ example "Finding available software"
This examples illustrates the usage of the command `module avail` to search for available Matlab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment