1
1

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
Этот коммит содержится в:
George Bosilca 2009-01-28 21:50:01 +00:00
родитель 25b25aef41
Коммит d0a05e90ba
3 изменённых файлов: 0 добавлений и 10 удалений

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

@ -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 */