gitea-pages/pages/merlin7/02-How-To-Use-Merlin/software-repositories.md
germann_e 45941cb243
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 11s
FIX: Spack PSI README.md link
2025-04-28 12:00:16 +02:00

2.6 KiB

title, keywords, last_updated, summary, sidebar, permalink
title keywords last_updated summary sidebar permalink
Software repositories modules, software, stable, unstable, deprecated, spack, repository, repositories 16 January 2024 This page contains information about the different software repositories merlin7_sidebar /merlin7/software-repositories.html

Module Systems in Merlin7

Merlin7 provides a modular environment to ensure flexibility, compatibility, and optimized performance. The system supports three primary module types: PSI Environment Modules (PModules), Spack Modules, and Cray Environment Modules.

PSI Environment Modules (PModules)

The PModules system, developed by PSI, is the officially supported module system on Merlin7. It is the preferred choice for accessing validated software across a wide range of applications.

Key Features:

  • Expert Deployment: Each package is deployed and maintained by specific experts to ensure reliability and compatibility.
  • Broad Availability: Commonly used software, such as OpenMPI, ANSYS, MATLAB, and other, is provided within PModules.
  • Custom Requests: If a package, version, or feature is missing, users can contact the support team to explore feasibility for installation.

{{site.data.alerts.tip}} For further information about Pmodules on Merlin7 please refer to the PSI Modules chapter. {{site.data.alerts.end}}

Spack Modules

Merlin7 also provides Spack modules, offering a modern and flexible package management system. Spack supports a wide variety of software packages and versions. For more information, refer to the external PSI Spack documentation.

{{site.data.alerts.tip}} For further information about Spack on Merlin7 please refer to the Spack chapter. {{site.data.alerts.end}}

Cray Environment Modules

Merlin7 also supports Cray Environment Modules, which include compilers, MPI implementations, and libraries optimized for Cray systems. However, Cray modules are not recommended as the default choice due to potential backward compatibility issues when the Cray Programming Environment (CPE) is upgraded to a newer version.

Recommendations:

  • Compiling Software: Cray modules can be used when optimization for Cray hardware is essential.
  • General Use: For most applications, prefer PModules, which ensure stability, backward compatibility, and long-term support.

{{site.data.alerts.tip}} For further information about CPE on Merlin7 please refer to the Cray Modules chapter. {{site.data.alerts.end}}