Development: Difference between revisions
Jump to navigation
Jump to search
S Richling (talk | contribs) |
S Richling (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== Software Development and Parallel Programming |
|||
⚫ | |||
⚫ | |||
== Environment Modules == |
== Environment Modules == |
||
Many tools for software development are provided as Modules. |
Many tools for software development are provided as Modules. |
||
Line 20: | Line 24: | ||
== Documentation in the Wiki == |
== Documentation in the Wiki == |
||
⚫ | |||
⚫ | |||
Software modules with additional documentation here in the wiki: |
Software modules with additional documentation here in the wiki: |
||
* [[GCC]] |
* [[GCC]] |
Revision as of 20:00, 20 March 2022
== Software Development and Parallel Programming Parallel programming with OpenMP and MPI:
Environment Modules
Many tools for software development are provided as Modules.
Required reading to use: Environment Modules
Available Development Tools
Visit https://www.bwhpc.de/software.php
- For compiler select
Category → compiler
- For MPI select
Category → mpi
- For numerical libraries select
Category → numlib
- For further development tools select
Category → devel
On cluster: module avail <Category>
Documentation
Availabe documentation:
module help
(See section: Environment_Modules#module_help)- examples in
$SOFTNAME_EXA_DIR
(See section: Environment_Modules#module_help) - additional docu in this wiki (See below)
Documentation in the Wiki
Software modules with additional documentation here in the wiki: