Revert the prior change out from the individual .h files - the problem was in the Makefile.am's, causing the make dist to fail.
This commit was SVN r21414.
Этот коммит содержится в:
родитель
91ab2b3e4f
Коммит
4881cd0df3
@ -21,7 +21,8 @@
|
||||
# This makefile.am does not stand on its own - it is included from ompi/Makefile.am
|
||||
|
||||
headers += \
|
||||
group/group.h
|
||||
group/group.h \
|
||||
group/group_dbg.h
|
||||
|
||||
libmpi_la_SOURCES += \
|
||||
group/group.c \
|
||||
|
@ -118,7 +118,7 @@ typedef struct ompi_predefined_group_t ompi_predefined_group_t;
|
||||
* For more information on why we do this see the Notice to developers
|
||||
* comment at the top of the ompi_msgq_dll.c file.
|
||||
*/
|
||||
#include "ompi/group/group_dbg.h"
|
||||
#include "group_dbg.h"
|
||||
|
||||
#define OMPI_GROUP_IS_INTRINSIC(_group) ((_group)->grp_flags&OMPI_GROUP_INTRINSIC)
|
||||
#define OMPI_GROUP_IS_DENSE(_group) ((_group)->grp_flags & OMPI_GROUP_DENSE)
|
||||
|
@ -21,7 +21,8 @@ headers += \
|
||||
base/pml_base_bsend.h \
|
||||
base/pml_base_request.h \
|
||||
base/pml_base_recvreq.h \
|
||||
base/pml_base_sendreq.h
|
||||
base/pml_base_sendreq.h \
|
||||
base/pml_base_request_dbg.h
|
||||
|
||||
libmca_pml_la_SOURCES += \
|
||||
base/pml_base_bsend.c \
|
||||
|
@ -48,7 +48,7 @@ OMPI_DECLSPEC extern ompi_free_list_t mca_pml_base_recv_requests;
|
||||
* For more information on why we do this see the Notice to developers
|
||||
* comment at the top of the ompi_msgq_dll.c file.
|
||||
*/
|
||||
#include "ompi/mca/pml/base/pml_base_request_dbg.h"
|
||||
#include "pml_base_request_dbg.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -22,7 +22,8 @@
|
||||
headers += \
|
||||
request/grequest.h \
|
||||
request/request_default.h \
|
||||
request/request.h
|
||||
request/request.h \
|
||||
request/request_dbg.h
|
||||
|
||||
libmpi_la_SOURCES += \
|
||||
request/grequest.c \
|
||||
|
@ -47,7 +47,7 @@ OMPI_DECLSPEC OBJ_CLASS_DECLARATION(ompi_request_t);
|
||||
* comment at the top of the ompi_msgq_dll.c file.
|
||||
*/
|
||||
|
||||
#include "ompi/request/request_dbg.h"
|
||||
#include "request_dbg.h"
|
||||
|
||||
struct ompi_request_t;
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user