Development: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
Line 3: Line 3:
Overview of [[General compiler usage]]
Overview of [[General compiler usage]]


== Software Development and Parallel Programming ==
== Parallel Programming ==
Overview on [[BwHPC_BPG_for_Parallel_Programming | parallel programming with OpenMP and MPI]].
Overview on [[BwHPC_BPG_for_Parallel_Programming | parallel programming with OpenMP and MPI]].



Revision as of 18:28, 11 November 2022

Compiling Software

Overview of General compiler usage

Parallel Programming

Overview on parallel programming with OpenMP and MPI.

Environment Modules

Compiler, libraries and development tools are provided as environment modules.

Required reading to use: Environment Modules

Available Development Software

Visit https://www.bwhpc.de/software.php select your cluster and

  • For compiler select Category → compiler
  • For MPI select Category → mpi
  • For libraries select Category → lib
  • For numerical libraries select Category → numlib
  • For further development tools select Category → devel

On a cluster use: module avail <Category>

Documentation

Availabe documentation for environment modules:

  • module help
  • examples in $SOFTNAME_EXA_DIR
  • additional docu in this wiki

Documentation in the Wiki

Environment modules for software development and parallel programming with additional documentation here in the wiki:

Compiler and Debugger

Development Tools

Libraries and Numerical Libraries

Development Environments