- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -
HPE Hawk: Difference between revisions
No edit summary |
(→MPI) |
||
Line 26: | Line 26: | ||
In order to use the MPI implementation provided by HPE, please load the Message Passing Toolkit (MPT) module ''mpt'' (not ABI-compatible to other MPI implementations) or ''hmpt'' (ABI-compatible to MPICH-derivatives). | In order to use the MPI implementation provided by HPE, please load the Message Passing Toolkit (MPT) module ''mpt'' (not ABI-compatible to other MPI implementations) or ''hmpt'' (ABI-compatible to MPICH-derivatives). | ||
For detailed information see the [http://www.hpe.com/support/mpi-ug-036 HPE Message Passing Interface (MPI) User Guide]. | For detailed information see the [http://www.hpe.com/support/mpi-ug-036 HPE Message Passing Interface (MPI) User Guide]. | ||
Furthermore, please us the compiler wrappers mpif77 / mpif90 / mpif08 / mpicc / mpicxx. | |||
<br> | <br> | ||
== Tutorial slides == | == Tutorial slides == | ||
[http://fs.hlrs.de/~hpcbjdic/Hawk/Hawk_Slides.pdf Tutorial Slides from HLRS Results & Review Workshop 2019] | [http://fs.hlrs.de/~hpcbjdic/Hawk/Hawk_Slides.pdf Tutorial Slides from HLRS Results & Review Workshop 2019] |
Revision as of 16:47, 11 October 2019
Hawk is the next generation HPC system at HLRS. It will replace the existing HazelHen system. The installation is planed to take place in Q4 2019. For more detailed information see the Hawk installation schedule.
This Page is under construction!
Best Practises for Software Installation
Best practices for software installation on Hawk is describe on a separate (internal) wiki page Software Installation on Hawk.
Access
Login-Node: hawk-tds-login2.hww.hlrs.de
Batch System
Compiler
MPI
In order to use the MPI implementation provided by HPE, please load the Message Passing Toolkit (MPT) module mpt (not ABI-compatible to other MPI implementations) or hmpt (ABI-compatible to MPICH-derivatives). For detailed information see the HPE Message Passing Interface (MPI) User Guide. Furthermore, please us the compiler wrappers mpif77 / mpif90 / mpif08 / mpicc / mpicxx.