pmix

Process management interface for HPC job launchers and parallel applications.

brewmacoslinux
Try with needOr install directly
Source

About

Process Management Interface for HPC environments

Commands

pmixpmix-infopmixccpmixcxx

Examples

check installed pmix version and features$ pmix-info
see available pmix configuration options$ pmix-info --all
compile C code with pmix support$ pmixcc -o myapp myapp.c
compile C++ code with pmix support$ pmixcxx -o myapp myapp.cpp
get pmix library and header paths for linking$ pmix-info --parsable | grep -E 'libs|headers'