1
1

Move an OMPI RML tag to the OMPI layer

This commit was SVN r17950.
Этот коммит содержится в:
Ralph Castain 2008-03-25 13:30:48 +00:00
родитель f97130c3aa
Коммит cca449e379
2 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -34,6 +34,7 @@
#include "opal/util/show_help.h" #include "opal/util/show_help.h"
#include "coll_sm2.h" #include "coll_sm2.h"
#include "ompi/mca/coll/base/base.h" #include "ompi/mca/coll/base/base.h"
#include "ompi/mca/dpm/dpm.h"
#include "orte/mca/rml/rml.h" #include "orte/mca/rml/rml.h"
#include "orte/util/proc_info.h" #include "orte/util/proc_info.h"

Просмотреть файл

@ -93,9 +93,6 @@ BEGIN_C_DECLS
#define ORTE_RML_TAG_DATA_SERVER 27 #define ORTE_RML_TAG_DATA_SERVER 27
#define ORTE_RML_TAG_DATA_CLIENT 28 #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 #define ORTE_RML_TAG_MAX 100