-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
🧩 Feature Request: Add Section on Open MPI
Description
Add a new section to the documentation explaining how to use Open MPI — the open-source Message Passing Interface implementation widely used for parallel computing.
This section will guide users on compiling, running, and optimizing MPI programs on the Lane cluster, including integration with job schedulers and multi-node execution.
🧭 Suggested Content
-
Introduction
- What Open MPI is and how it supports distributed memory parallelism.
- Overview of MPI concepts (processes, communicators, ranks, messages).
-
Loading the Module
- How to load Open MPI on the Lane cluster:
module avail openmpi module load openmpi/latest
- How to load Open MPI on the Lane cluster:
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation