| Port details |
- pmix Process Management Interface for Exascale (PMIx)
- 5.0.10 net
=1 5.0.9Version of this port present on the latest quarterly branch. - Maintainer: laurent@FreeBSD.org
 - Port Added: 2025-11-03 21:30:05
- Last Update: 2026-04-08 16:47:06
- Commit Hash: 024afd2
- People watching this port, also watch:: py311-pycparser, p5-Net-HTTP, py311-pymilter, tmux, python
- Also Listed In: devel parallel
- License: BSD3CLAUSE
- WWW:
- https://openpmix.org/
- Description:
- OpenPMIx is an open source, non-copy-left licensed, and independent (i.e., not
affiliated with any specific programming model code base) standalone library
that supports application interactions with Resource Managers (RMs). It retains
transparent compatibility with existing PMI-1 and PMI-2 definitions, and any
future PMI releases.
OpenPMIx also supports the Instant On initiative for rapid startup of
applications at exascale and beyond, and works with the HPC community to define
and implement new APIs that support evolving programming model requirements for
application-RM interactions.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/net/pmix/ && make install clean
- To add the package, run one of these commands:
- pkg install net/pmix
- pkg install pmix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pmix
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: armv6 armv7 i386 powerpc
- distinfo:
- TIMESTAMP = 1773751503
SHA256 (pmix-5.0.10.tar.bz2) = 78663f6b932589d68e24feaf7f8a948d60be68d91965f3effbacb4cd88cf9a95
SIZE (pmix-5.0.10.tar.bz2) = 10261200
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libevent.so : devel/libevent
- libhwloc.so : devel/hwloc2
- libmunge.so : security/munge
- libz-ng.so : archivers/zlib-ng
- This port is required by:
- for Libraries
-
- net/openmpi
- net/prrte
Configuration Options:
- ===> The following configuration options are available for pmix-5.0.10:
BINARIES=on: Build PMIx tools
DOCS=on: Build and/or install documentation
IPV6=on: Enable IPv6 support
MUNGE=on: Enable authentication via Munge
ZLIBNG=on: Use zlib-ng
===> Use 'make config' to modify these settings
- Options name:
- net_pmix
- USES:
- gmake libtool localbase:ldflags pathfix pkgconfig tar:bz2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
5.0.10 08 Apr 2026 16:47:06
    |
Laurent Chardon (laurent)  |
net/openmpi: Update to version 5.0.10
Changelog:
https://docs.open-mpi.org/en/v5.0.x/release-notes/changelog/v5.0.x.html
net/openmpi -> 5.0.10
net/pmix -> 5.0.10
net/prrte -> 3.0.13
Reviewed by: thierry (mentor)
Approved by: thierry (mentor)
Differential Revision: https://reviews.freebsd.org/D56272 |
5.0.9 03 Nov 2025 21:26:12
    |
Thierry Thomas (thierry)  Author: Laurent Chardon |
net/pmix: new port, Process Management Interface for Exascale
This port has been split out of the bundled PMIx sources in net/openmpi
for better HPC integration in FreeBSD (potential reuse by prrte,
openmpi, mpich, slurm-wlm).
PR: 290736
Reported by: Laurent Chardon |