diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2012-09-17 22:56:39 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2012-09-17 22:56:39 (GMT) |
commit | 7be1d4edaff602701589add47dae3cb92af5791c (patch) | |
tree | 905d2e2710c142b4e74b63d5c5f983f2912a9b0c /src/H5FDmpiposix.h | |
parent | 5188e7a61773c8a72a8f228d8dc4c68eaef9b7d4 (diff) | |
download | hdf5-7be1d4edaff602701589add47dae3cb92af5791c.zip hdf5-7be1d4edaff602701589add47dae3cb92af5791c.tar.gz hdf5-7be1d4edaff602701589add47dae3cb92af5791c.tar.bz2 |
[svn-r22781] Propagated r22703 and 22748 from the trunk. Fixes HDFFV-8058.
Tested on:
jam and ostrich w/ parallel and fortran enabled
Diffstat (limited to 'src/H5FDmpiposix.h')
-rw-r--r-- | src/H5FDmpiposix.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/H5FDmpiposix.h b/src/H5FDmpiposix.h index 832839e..a435924 100644 --- a/src/H5FDmpiposix.h +++ b/src/H5FDmpiposix.h @@ -14,7 +14,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Quincey Koziol <koziol@ncsa.uiuc.edu> + * Programmer: Quincey Koziol <koziol@hdfgroup.org> * Thursday, July 11, 2002 * * Purpose: The public header file for the mpiposix driver. @@ -24,14 +24,14 @@ #define __H5FDmpiposix_H #ifdef H5_HAVE_PARALLEL -# define H5FD_MPIPOSIX (H5FD_mpiposix_init()) +# define H5FD_MPIPOSIX (H5FD_mpiposix_init()) #else -# define H5FD_MPIPOSIX (-1) +# define H5FD_MPIPOSIX (-1) #endif /* Macros */ -#define IS_H5FD_MPIPOSIX(f) /* (H5F_t *f) */ \ +#define IS_H5FD_MPIPOSIX(f) /* (H5F_t *f) */ \ (H5FD_MPIPOSIX==H5F_DRIVER_ID(f)) #ifdef H5_HAVE_PARALLEL @@ -53,4 +53,3 @@ H5_DLL herr_t H5Pget_fapl_mpiposix(hid_t fapl_id, MPI_Comm *comm/*out*/, hbool_t #endif /*H5_HAVE_PARALLEL*/ #endif /* __H5FDmpiposix_H */ - |