1
1

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.
Этот коммит содержится в:
Ralph Castain 2009-06-11 03:15:47 +00:00
родитель 91ab2b3e4f
Коммит 4881cd0df3
6 изменённых файлов: 9 добавлений и 6 удалений

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

@ -21,7 +21,8 @@
# This makefile.am does not stand on its own - it is included from ompi/Makefile.am # This makefile.am does not stand on its own - it is included from ompi/Makefile.am
headers += \ headers += \
group/group.h group/group.h \
group/group_dbg.h
libmpi_la_SOURCES += \ libmpi_la_SOURCES += \
group/group.c \ 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 * For more information on why we do this see the Notice to developers
* comment at the top of the ompi_msgq_dll.c file. * 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_INTRINSIC(_group) ((_group)->grp_flags&OMPI_GROUP_INTRINSIC)
#define OMPI_GROUP_IS_DENSE(_group) ((_group)->grp_flags & OMPI_GROUP_DENSE) #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_bsend.h \
base/pml_base_request.h \ base/pml_base_request.h \
base/pml_base_recvreq.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 += \ libmca_pml_la_SOURCES += \
base/pml_base_bsend.c \ 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 * For more information on why we do this see the Notice to developers
* comment at the top of the ompi_msgq_dll.c file. * 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 += \ headers += \
request/grequest.h \ request/grequest.h \
request/request_default.h \ request/request_default.h \
request/request.h request/request.h \
request/request_dbg.h
libmpi_la_SOURCES += \ libmpi_la_SOURCES += \
request/grequest.c \ 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. * 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; struct ompi_request_t;