mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r10509]
Purpose: Bug fix Description: Header was expecting SRB headers to be installed. Solution: Only try to include SRB header if SRB is enabled. Platforms tested: sleipnir
This commit is contained in:
parent
680fa675fb
commit
354bcd9b7f
@ -48,7 +48,9 @@
|
||||
#include "H5FDmpi.h" /* MPI-based file drivers */
|
||||
#include "H5FDmulti.h" /* Usage-partitioned file family */
|
||||
#include "H5FDsec2.h" /* POSIX unbuffered file I/O */
|
||||
#ifdef H5_HAVE_LIBSRBCLIENT
|
||||
#include "H5FDsrb.h" /* Remote access using SRB */
|
||||
#endif
|
||||
#include "H5FDstdio.h" /* Standard C buffered I/O */
|
||||
#include "H5FDstream.h" /* In-memory files streamed via sockets */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user