1
1
openmpi/ompi/dpm
Ralph Castain bd29ab0ae9
Update dpm to handle deprecation of MPI_Info keys
Deprecate the current OMPI-specific MPI_Info key definitions for
MPI_Comm_spawn and replace them with their PMIx equivalents. Issue a
deprecation/conversion warning as this is done. Also issue deprecation
warnings for options such as "ompi_non_mpi" that are no longer used.

Handle both cases where the user might pass either the PMIx attribute
name itself (e.g., "PMIX_MAPBY") or the string value of the attribute
(e.g., PMIX_MAPBY, which translates to "pmix.mapby"). This can only be
done for PMIx v4 and above, so protect that code.

Silence a couple of Coverity warnings and add a test along the way.

Signed-off-by: Ralph Castain <rhc@pmix.org>
2020-04-29 14:56:38 -07:00
..
dpm.c Update dpm to handle deprecation of MPI_Info keys 2020-04-29 14:56:38 -07:00
dpm.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
help-dpm.txt Update dpm to handle deprecation of MPI_Info keys 2020-04-29 14:56:38 -07:00
Makefile.am Update dpm to handle deprecation of MPI_Info keys 2020-04-29 14:56:38 -07:00