- 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: Difference between revisions
No edit summary |
No edit summary |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== | == Introduction == | ||
To ensure maximum compatibility and security, '''RHEL (Red Hat Enterprise Linux)''' or the compatible '''Rocky Linux'''' are used as the operating system on HLRS's HPC systems. Updates follow scheduled release cycles and regular security patches. Operations are conducted in compliance with the '''ISO 27001''' standard for information security management. | |||
You can switch from the default software stack | ==== Provision of Additional Software ==== | ||
To provide an optimal environment for users, HLRS offers additional software, including: | |||
* '''communication libraries (MPI, ...)''' | |||
* '''compilers''' | |||
* '''I/O 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 ===== | |||
{{Warning|text=The following release lifecycle and status refers currently to the HAWK system only. The other systems at HLRS will adapt this scheme in the future, too.}} | |||
HLRS uses a lifecycle for software releases that includes three statuses: | |||
* '''<code>next</code>''': The upcoming version currently in the testing stage. | |||
** Users are encouraged to test this version and report issues via the [[HLRS Software Stacks#ticket-system|ticket system]]. | |||
* '''<code>current</code>''': The current production version, which is stable and intended for general use. | |||
* '''<code>previous</code>''': The previous version, which remains available for use but is '''no longer supported'''. | |||
When the testing phase for the '''<code>next</code>''' release is successfully completed: | |||
# The '''<code>next</code>''' release becomes the new '''<code>current</code>''' release. | |||
# The existing '''<code>current</code>''' release transitions to the '''<code>previous</code>''' status. | |||
# The existing '''<code>previous</code>''' release is removed and no longer available. | |||
This structured progression ensures stability while providing users with access to the latest software features. | |||
==== Switching between HLRS software releases ==== | |||
HLRS's software releases are managed using the '''[[Module command|Module System]]''', which allows users to easily configure their software environment. | |||
You can switch from the stable default software stack (<code>hlrs-software-stack/current</code>) to the upcoming stack (<code>hlrs-software-stack/next</code>) with: | |||
{{Command|command=module load hlrs-software-stack/next}} | {{Command|command=module load hlrs-software-stack/next}} | ||
<!--- INSERT_START ---> | <!--- INSERT_START ---> | ||
{| class="wikitable" cellspacing="0" border="1" | {| class="wikitable" cellspacing="0" border="1" | ||
|+ Compiler and | |+ Current Compiler and MPI versions in the software stacks on HAWK as of Jan. 2025 | ||
|- | |- | ||
! style="background: #e0e0e0;" | Stack | ! style="background: #e0e0e0;" | Stack | ||
Line 26: | Line 62: | ||
| 4.0.4 | | 4.0.4 | ||
|- | |- | ||
| current | | current | ||
| 10.2.0 | | 10.2.0 | ||
| 19.1.3 | | 19.1.3 | ||
Line 41: | Line 77: | ||
|} | |} | ||
<!--- INSERT_END ---> | <!--- INSERT_END ---> | ||
==== Reporting Issues ==== | |||
HLRS values user feedback. Issues with the '''<code>next</code>''' release or other software packages can be reported via the [https://www.hlrs.de/for-users/trouble-ticket-submission ticket system]. This feedback helps improve software quality and stability. |
Latest revision as of 12:53, 3 December 2024
Introduction
To ensure maximum compatibility and security, RHEL (Red Hat Enterprise Linux) or the compatible Rocky Linux' are used as the operating system on HLRS's HPC systems. 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:
- communication libraries (MPI, ...)
- compilers
- I/O 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:
- The
next
release becomes the newcurrent
release. - The existing
current
release transitions to theprevious
status. - 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.
Switching between HLRS software releases
HLRS's software releases are managed using the Module System, which allows users to easily configure their software environment.
You can switch from the stable default software stack (hlrs-software-stack/current
) to the upcoming stack (hlrs-software-stack/next
) with:
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 |
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.