Development: Difference between revisions
Jump to navigation
Jump to search
S Richling (talk | contribs) |
S Richling (talk | contribs) |
||
Line 8: | Line 8: | ||
== Available Development Software == |
== Available Development Software == |
||
Visit [https://www.bwhpc.de/software.php https://www.bwhpc.de/software.php] |
Visit [https://www.bwhpc.de/software.php https://www.bwhpc.de/software.php] select your cluster and |
||
* For compiler select <code>Category → compiler</code> |
* For compiler select <code>Category → compiler</code> |
||
* For MPI select <code>Category → mpi</code> |
* For MPI select <code>Category → mpi</code> |
Revision as of 20:05, 20 March 2022
Software Development and Parallel Programming
Informations on parallel programming with OpenMP and MPI: BwHPC_BPG_for_Parallel_Programming
Environment Modules
Compiler, libraries and development tools are provided as software 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 numerical libraries select
Category → numlib
- For further development tools select
Category → devel
On a cluster use: 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: