CMD + K

psmpi

Community

ParaStation MPI is an MPIch based implementation of the Message-Passing Interface (MPI) Standard.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::psmpi

Usage Tracking

5.13.0
5.12.1
5.10.0
4.3.2
4 / 8 versions selected
Downloads (Last 6 months): 0

Description

ParaStation MPI relies on a low-level communication layer called pscom and provides full MPI-4 compliance.

Since it is configured with the Process Management Interface for Exascale (PMIx), an external job launcher is required to run MPI jobs spawning multiple nodes, typically in a high-performance computing environment.

For instance using the Slurm Workload Manager, applications would be executed with:

srun --mpi=pmix mpi_application

For single-node jobs (here with 2 processes) use instead prterun :

prterun -np 2 ./mpi_application"

About

Summary

ParaStation MPI is an MPIch based implementation of the Message-Passing Interface (MPI) Standard.

Last Updated

Jan 14, 2026 at 15:58

License

QPL-1.0

Supported Platforms

linux-64
linux-aarch64