bd29ab0ae9
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>
22 строки
427 B
Makefile
22 строки
427 B
Makefile
# -*- makefile -*-
|
|
#
|
|
# Copyright (c) 2015-2020 Intel, Inc. All rights reserved.
|
|
# Copyright (c) 2016 IBM Corporation. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# This makefile.am does not stand on its own - it is included from ompi/Makefile.am
|
|
|
|
dist_ompidata_DATA += dpm/help-dpm.txt
|
|
|
|
headers += \
|
|
dpm/dpm.h
|
|
|
|
lib@OMPI_LIBMPI_NAME@_la_SOURCES += \
|
|
dpm/dpm.c
|
|
|