Remove the dependency on datatype_pack.h from the convertor_raw file.
Revert r20381 as two header files are "special". This commit was SVN r20382. The following SVN revision numbers were found above: r20381 --> open-mpi/ompi@25b25aef41
Этот коммит содержится в:
родитель
25b25aef41
Коммит
d0a05e90ba
@ -21,8 +21,6 @@ extern int ompi_pack_debug;
|
||||
#define DO_DEBUG(INST)
|
||||
#endif /* OMPI_ENABLE_DEBUG */
|
||||
|
||||
#include "ompi/datatype/datatype_pack.h"
|
||||
|
||||
/**
|
||||
* This function always work in local representation. This means no representation
|
||||
* conversion (i.e. no heterogeneity) has to be taken into account, and that all
|
||||
|
@ -13,10 +13,6 @@
|
||||
#ifndef DATATYPE_PACK_H_HAS_BEEN_INCLUDED
|
||||
#define DATATYPE_PACK_H_HAS_BEEN_INCLUDED
|
||||
|
||||
#include "ompi_config.h"
|
||||
|
||||
#include "ompi/datatype/datatype_checksum.h"
|
||||
|
||||
static inline void pack_predefined_data( ompi_convertor_t* CONVERTOR,
|
||||
dt_elem_desc_t* ELEM,
|
||||
uint32_t* COUNT,
|
||||
|
@ -13,10 +13,6 @@
|
||||
#ifndef DATATYPE_UNPACK_H_HAS_BEEN_INCLUDED
|
||||
#define DATATYPE_UNPACK_H_HAS_BEEN_INCLUDED
|
||||
|
||||
#include "ompi_config.h"
|
||||
|
||||
#include "ompi/datatype/datatype_checksum.h"
|
||||
|
||||
static inline void unpack_predefined_data( ompi_convertor_t* CONVERTOR, /* the convertor */
|
||||
dt_elem_desc_t* ELEM, /* the element description */
|
||||
uint32_t* COUNT, /* the number of elements */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user