Difference between revisions of "Helix/Software"

From bwHPC Wiki
Jump to: navigation, search
(Documentation)
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Environment Modules ==
 
== Environment Modules ==
Most software is provided as Modules.
+
Most software is provided as [[Environment Modules]].
 
Required reading to use: [[Environment Modules]]
 
   
 
== Available Software ==
 
== Available Software ==
Line 9: Line 7:
 
On cluster: <code>module avail</code>
 
On cluster: <code>module avail</code>
   
== Documentation ==
+
== Documentation on the Cluster ==
Documentation by the cluster operators:
+
Documentation for environment modules is available on the cluster:
  +
* with command <code>module help</code>
{| style="width:100%;"
 
|- style="background:#eeeeee;" |
 
| <code>module help</code> || See section: [[Environment_Modules#module_help]]
 
|- style="background:#dddddd; " |
 
| examples in <code>$SOFTNAME_EXA_DIR</code> || See section: [[Environment_Modules#Software_job_examples]]
 
|- style="background:#eeeeee; " |
 
| this wiki || See below
 
|}
 
 
Availabe documentation for environment modules:
 
* <code>module help</code>
 
 
* examples in <code>$SOFTNAME_EXA_DIR</code>
 
* examples in <code>$SOFTNAME_EXA_DIR</code>
* additional docu in this wiki
 
   
 
== Documentation in the Wiki ==
 
== Documentation in the Wiki ==
Modules with additional documentation here in the wiki:
+
For some environment modules additional documentation is provided here.
  +
  +
* [[Helix/Software/Conda | Conda]]
  +
* [[Helix/Software/Matlab | Matlab]]
  +
* [[Helix/Software/R | R]]
  +
* [[Helix/Software/SAS | SAS ]]
  +
* [[Helix/Software/Singularity | Singularity]] (containers)
  +
* [[Helix/Software/Stata | Stata]]

Revision as of 17:25, 28 October 2022

1 Environment Modules

Most software is provided as Environment Modules.

2 Available Software

Visit https://www.bwhpc.de/software.php, select Cluster → bwForCluster Helix

On cluster: module avail

3 Documentation on the Cluster

Documentation for environment modules is available on the cluster:

  • with command module help
  • examples in $SOFTNAME_EXA_DIR

4 Documentation in the Wiki

For some environment modules additional documentation is provided here.