From 6bd76c8f9180845838956f74c704316cccbf4d83 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Tue, 29 Nov 2005 15:45:00 +0000 Subject: [PATCH] * prefix the newest of the ROMIO MPI interface functions This commit was SVN r8311. --- ompi/mca/io/romio/romio/include/io_romio_conv.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ompi/mca/io/romio/romio/include/io_romio_conv.h b/ompi/mca/io/romio/romio/include/io_romio_conv.h index a010002507..69a6bfafd4 100644 --- a/ompi/mca/io/romio/romio/include/io_romio_conv.h +++ b/ompi/mca/io/romio/romio/include/io_romio_conv.h @@ -106,6 +106,8 @@ /* Section 4.14.5 */ #define MPI_Type_create_darray ROMIO_PREFIX(MPI_Type_create_darray) +#define MPI_Register_datarep ROMIO_PREFIX(MPI_Register_datarep) + /* JMS these don't seem to work... */ #define MPI_File_f2c ROMIO_PREFIX(MPI_File_f2c) #define MPI_File_c2f ROMIO_PREFIX(MPI_File_c2f)