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

HLRS Software Stacks

From HLRS Platforms
Revision as of 09:04, 3 December 2024 by Hpctobei (talk | contribs) (Beschrieben warum man das braucht und was da für ein Sinn dahinter steckt)
Jump to navigationJump to search

Introduction

To ensure maximum compatibility and security, REHL (Red Hat Enterprise Linux) is used as the operating system. Updates follow scheduled release cycles and regular security patches. Operations are conducted in compliance with the ISO 27001 standard for information security management.

Provision of Additional Software

To provide an optimal environment for users, HLRS offers additional software, including:

  • additional communication libraries (MPI, ...)
  • Compilers
  • IO Libraries
  • Languages and Development Environments:
    • Python (including essential modules such as NumPy, SciPy, Matplotlib, pandas, TensorFlow, etc.)
    • R (with important packages for statistical analysis and visualization)
    • Cray Programming Environment (CPE) for high-performance computing
  • Applications for specific scientific and technical needs

HLRS updates these software packages twice a year to deliver new features and performance improvements.

Software Releases as Bundled Packages

Additional software packages are provided as bundled releases due to their interdependencies. Each release includes all necessary components, carefully configured to ensure a stable and reliable working environment.

Release Lifecycle and Status

HLRS uses a lifecycle for software releases that includes three statuses:

  • next: The upcoming version currently in the testing stage.
    • Users are encouraged to test this version and report issues via the ticket system.
  • current: The current production version, which is stable and intended for general use.
  • previous: The previous version, which remains available for use but is no longer supported.

When the testing phase for the next release is successfully completed:

  1. The next release becomes the new current release.
  2. The existing current release transitions to the previous status.
  3. The existing previous release is removed and no longer available.

This structured progression ensures stability while providing users with access to the latest software features.

Managing and Using Modules

Software packages are managed using the Module System, which allows users to easily configure their software environment.

new software stack available

A new software stack hlrs-software-stack/next on Hawk is available.

You can switch from the default software stack hlrs-software-stack/current to the hlrs-software-stack/next with:

module load hlrs-software-stack/next


The supported compiler and mpi versions are listed in the table below:

Compiler and mpi versions overview
Stack gcc intel aocc mpt openmpi
previous 9.2.0 19.1.0 2.1.0 2.23 4.0.4
current 10.2.0 19.1.3 3.0.0 2.26 4.1.4
next 12.3.0 2021.9.0 4.1.0 2.30 5.0.5

The default Open MPI version was updated to Open MPI 5.0.5. Open MPI supports MPI 4 and brings also many performance improvements, especially for collective operations.

Note: If you encounter issues with the parsing of your program arguments, please make sure that you provide the number of MPI processes to the mpirun command using the "-n" option explicitly.

Reporting Issues

HLRS values user feedback. Issues with the next release or other software packages can be reported via the ticket system. This feedback helps improve software quality and stability.