1
1

Define the constants needed by ROMIO to activate support code for

DARRAY / SUBARRAY.

This commit was SVN r9851.
Этот коммит содержится в:
Brian Barrett 2006-05-08 16:33:31 +00:00
родитель 462849d88c
Коммит 7dddc6d54c

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

@ -16,6 +16,12 @@
a the types to be names that conform to the prefix rule */
#include "io_romio_conv.h"
#define MPIIMPL_HAVE_MPI_COMBINER_DARRAY 1
#define MPIIMPL_HAVE_MPI_TYPE_CREATE_DARRAY 1
#define MPIIMPL_HAVE_MPI_COMBINER_SUBARRAY 1
#define MPIIMPL_HAVE_MPI_TYPE_CREATE_DARRAY 1
#define MPIIMPL_HAVE_MPI_COMBINER_DUP 1
#if defined(__cplusplus)
extern "C" {
#endif