mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r9766] Purpose:
Code cleanup Description: Transition FPHDF5 to use skip lists for various internal data structures, instead of threaded, balanced binary trees. Also, simplify some of FPHDF5 code some, etc. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel & fphdf5 Too minor to require h5committest
This commit is contained in:
parent
e9109df3f2
commit
60316f893a
@ -12,20 +12,20 @@
|
||||
* access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
|
||||
/* Pablo mask */
|
||||
/* (Put before include files to avoid problems with inline functions) */
|
||||
#define PABLO_MASK H5FP_mask
|
||||
|
||||
/* Private header files */
|
||||
#include "H5private.h" /* Generic Functions */
|
||||
#include "H5Eprivate.h" /* Error Handling */
|
||||
#include "H5MMprivate.h" /* Memory management */
|
||||
#include "H5Oprivate.h" /* Object Headers */
|
||||
#include "H5TBprivate.h" /* Threaded, Balanced, Binary Trees */
|
||||
|
||||
#ifdef H5_HAVE_FPHDF5
|
||||
|
||||
#include "H5FPprivate.h" /* Flexible Parallel Functions */
|
||||
|
||||
/* Pablo mask */
|
||||
#define PABLO_MASK H5FP_mask
|
||||
|
||||
MPI_Datatype H5FP_request; /* MPI datatype for the H5FP_request_t type */
|
||||
MPI_Datatype H5FP_reply; /* MPI datatype for the H5FP_reply_t type */
|
||||
MPI_Datatype H5FP_read; /* MPI datatype for the H5FP_read_t type */
|
||||
|
@ -15,6 +15,10 @@
|
||||
#define H5S_PACKAGE /*suppress error about including H5Spkg */
|
||||
#define H5G_PACKAGE /*suppress error about including H5Gpkg */
|
||||
|
||||
/* Pablo mask */
|
||||
/* (Put before include files to avoid problems with inline functions) */
|
||||
#define PABLO_MASK H5FP_client_mask
|
||||
|
||||
#include "H5private.h" /* Generic Functions */
|
||||
#include "H5ACprivate.h" /* Metadata Cache */
|
||||
#include "H5Dprivate.h" /* Dataset Functions */
|
||||
@ -27,16 +31,12 @@
|
||||
#include "H5Oprivate.h" /* Object Headers */
|
||||
#include "H5Rprivate.h" /* References */
|
||||
#include "H5Spkg.h" /* Dataspace Functions */
|
||||
#include "H5TBprivate.h" /* Threaded, Balanced, Binary Trees */
|
||||
|
||||
#ifdef H5_HAVE_FPHDF5
|
||||
|
||||
#include "H5FDfphdf5.h" /* File Driver for FPHDF5 */
|
||||
#include "H5FPprivate.h" /* Flexible Parallel Functions */
|
||||
|
||||
/* Pablo mask */
|
||||
#define PABLO_MASK H5FPclient_mask
|
||||
|
||||
/* local functions */
|
||||
static unsigned H5FP_gen_request_id(void);
|
||||
static herr_t H5FP_dump_to_file(H5FD_t *file, hid_t dxpl_id);
|
||||
|
820
src/H5FPserver.c
820
src/H5FPserver.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user