1
1

Usefull to allow the tree to compile ... The definition of the external32 convertor and the initialization function.

This commit was SVN r4478.
Этот коммит содержится в:
George Bosilca 2005-02-22 07:37:44 +00:00
родитель 6640e334dc
Коммит 40d42f38d4

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

@ -65,3 +65,9 @@ uint32_t ompi_ddt_external32_arch_id = OMPI_ARCH_LDEXPSIZEIS15 | OMPI_ARCH_LDMAN
OMPI_ARCH_LONGDOUBLEIS128 | OMPI_ARCH_ISBIGENDIAN |
OMPI_ARCH_HEADERMASK | OMPI_ARCH_HEADERMASK2;
ompi_convertor_t* ompi_mpi_external32_convertor = NULL;
int32_t ompi_ddt_external32_init( void )
{
return OMPI_SUCCESS;
}