PMIX_PROC_LAUNCHER_ACT 76 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_LAUNCHER (PMIX_PROC_TOOL | PMIX_PROC_SERVER | PMIX_PROC_LAUNCHER_ACT) PMIX_PROC_LAUNCHER_ACT 90 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/ptl_types.h #define PMIX_PROC_IS_LAUNCHER(p) (PMIX_PROC_LAUNCHER_ACT & (p)->proc_type) PMIX_PROC_LAUNCHER_ACT 405 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c if (PMIX_PROC_LAUNCHER_ACT & ptype) {