Helix/Software: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
No edit summary
m (updated conda link)
 
(20 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 ==
Availabe documentation for environment modules:
Documentation for environment modules is available on the cluster:
* <code>module help</code>
* with command <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.

* [[Development/Conda | Conda]]
* [[Helix/Software/Matlab | Matlab]]
* [[Helix/Software/R | R]]
** [[Helix/Software/R/Rstan | Rstan]]
* [[Helix/Software/SAS | SAS ]]
* [[Helix/Software/Singularity | Singularity]] (containers)
* [[Helix/Software/Stata | Stata]]

Latest revision as of 14:29, 4 November 2024

Environment Modules

Most software is provided as Environment Modules.

Available Software

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

On cluster: module avail

Documentation on the Cluster

Documentation for environment modules is available on the cluster:

  • with command module help
  • examples in $SOFTNAME_EXA_DIR

Documentation in the Wiki

For some environment modules additional documentation is provided here.