Difference between revisions of "Development"

From bwHPC Wiki
Jump to: navigation, search
(Documentation in the Wiki)
(Documentation in the Wiki)
Line 20: Line 20:
   
 
== Documentation in the Wiki ==
 
== Documentation in the Wiki ==
  +
Modules with additional documentation here in the wiki:
 
  +
Parallel programming with OpenMP and MPI:
  +
* [[BwHPC_BPG_for_Parallel_Programming]]
  +
  +
Software modules with additional documentation here in the wiki:
 
* [[GCC]]
 
* [[GCC]]
 
* [[GDB]]
 
* [[GDB]]
Line 30: Line 34:
 
* [[Vampir_and_VampirServer]]
 
* [[Vampir_and_VampirServer]]
 
* [[Score-P]]
 
* [[Score-P]]
* [[BwHPC_BPG_for_Parallel_Programming]]
 

Revision as of 19:58, 20 March 2022

1 Environment Modules

Many tools for software development are provided as Modules.

Required reading to use: Environment Modules

2 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>

3 Documentation

Availabe documentation:

4 Documentation in the Wiki

Parallel programming with OpenMP and MPI:

Software modules with additional documentation here in the wiki: