From 8624dff4d9f84dd22bb8f05e01dbb46a1497de3d Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 24 Oct 2003 14:36:52 -0500 Subject: [svn-r7723] Purpose: Bug fix Description: Change "H5_HAVE_PARALLEL" to "H5_HAVE_FPHDF5" around VFL ID, to prevent daily builds from failing. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel too specialized to require h5committest --- src/H5FDfphdf5.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5FDfphdf5.h b/src/H5FDfphdf5.h index 20a5c83..1e632e0 100644 --- a/src/H5FDfphdf5.h +++ b/src/H5FDfphdf5.h @@ -18,11 +18,11 @@ #include "H5FDmpio.h" #include "H5FDpublic.h" /* for the H5FD_t structure */ -#ifdef H5_HAVE_PARALLEL +#ifdef H5_HAVE_FPHDF5 # define H5FD_FPHDF5 (H5FD_fphdf5_init()) #else # define H5FD_FPHDF5 (-1) -#endif /* H5_HAVE_PARALLEL */ +#endif /* H5_HAVE_FPHDF5 */ /* Macros */ -- cgit v0.12