From 6f802ffaf15be16e73d9dde54d34b1a327e932ff Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Sat, 11 Nov 2023 07:43:53 -0800 Subject: [PATCH] flux-environment(7): add PMI client detail Problem: the description of libpmi and libpmi2 client methods fails to mention that an optional PATH can be appended. Add this detail. --- doc/man7/flux-environment.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/man7/flux-environment.rst b/doc/man7/flux-environment.rst index d6c2fa6924b6..f55cd68be5ac 100644 --- a/doc/man7/flux-environment.rst +++ b/doc/man7/flux-environment.rst @@ -196,11 +196,13 @@ affect the broker's PMI client. simple Use the PMI-1 simple wire protocol. - libpmi2 - :func:`dlopen` ``libpmi2.so`` and use the PMI-2 API. + libpmi2[:PATH] + :func:`dlopen` ``libpmi2.so`` and use the PMI-2 API, optionally at + a specific *PATH*. - libpmi - :func:`dlopen` ``libpmi.so`` and use the PMI-1 API. + libpmi[:PATH] + :func:`dlopen` ``libpmi.so`` and use the PMI-1 API, optionally at + a specific *PATH*. single Become a singleton. This always succeeds so should be the last method.