1
1

* prefix the newest of the ROMIO MPI interface functions

This commit was SVN r8311.
Этот коммит содержится в:
Brian Barrett 2005-11-29 15:45:00 +00:00
родитель f35d5d67a8
Коммит 6bd76c8f91

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

@ -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)