From cca449e3797f108f21be624d52dc0d1940b2a9bd Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 25 Mar 2008 13:30:48 +0000 Subject: [PATCH] Move an OMPI RML tag to the OMPI layer This commit was SVN r17950. --- ompi/mca/coll/sm2/coll_sm2_module.c | 1 + orte/mca/rml/rml_types.h | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ompi/mca/coll/sm2/coll_sm2_module.c b/ompi/mca/coll/sm2/coll_sm2_module.c index 4df3fdc2b9..1cdcc8eefa 100644 --- a/ompi/mca/coll/sm2/coll_sm2_module.c +++ b/ompi/mca/coll/sm2/coll_sm2_module.c @@ -34,6 +34,7 @@ #include "opal/util/show_help.h" #include "coll_sm2.h" #include "ompi/mca/coll/base/base.h" +#include "ompi/mca/dpm/dpm.h" #include "orte/mca/rml/rml.h" #include "orte/util/proc_info.h" diff --git a/orte/mca/rml/rml_types.h b/orte/mca/rml/rml_types.h index cd1eba6989..af8517119c 100644 --- a/orte/mca/rml/rml_types.h +++ b/orte/mca/rml/rml_types.h @@ -93,9 +93,6 @@ BEGIN_C_DECLS #define ORTE_RML_TAG_DATA_SERVER 27 #define ORTE_RML_TAG_DATA_CLIENT 28 -/* support for shared memory collectives */ -#define OMPI_RML_TAG_COLL_SM2_BACK_FILE_CREATED 40 - #define ORTE_RML_TAG_MAX 100