1
1

Do not allow redefinition of MPI_MAX_DATAREP_STRING.

This commit was SVN r21307.
Этот коммит содержится в:
George Bosilca 2009-05-28 00:37:19 +00:00
родитель 273c32cb14
Коммит 63118c9beb

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

@ -102,7 +102,11 @@ typedef int MPI_Fint;
#define MPI_SEEK_CUR 602
#define MPI_SEEK_END 604
/* Open MPI: don't define MPI_MAX_DATAREP_STRING here; it's defined in
OMPI's mpi.h. */
#ifndef OPEN_MPI
#define MPI_MAX_DATAREP_STRING 128
#endif
#ifndef HAVE_MPI_DARRAY_SUBARRAY
@HAVE_MPI_DARRAY_SUBARRAY@