Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CrayzeeWulf
Xdmf
Commits
05907663
Commit
05907663
authored
Sep 16, 2013
by
Andrew J. Burns (Cont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved includes around for compatibility with hdf5 1.8.11
parent
d0cfaf91
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
core/dsm/XdmfDSMDriver.cpp
core/dsm/XdmfDSMDriver.cpp
+11
-13
No files found.
core/dsm/XdmfDSMDriver.cpp
View file @
05907663
...
...
@@ -104,6 +104,17 @@ XdmfDSMManager *dsmManager = NULL;
(size_t)((A)+(Z))<(size_t)(A))
extern
"C"
{
#include "H5FDprivate.h"
/* File drivers */
#include "H5private.h"
/* Generic Functions */
#include "H5ACprivate.h"
/* Metadata cache */
#include "H5Dprivate.h"
/* Dataset functions */
#include "H5Eprivate.h"
/* Error handling */
#include "H5Fprivate.h"
/* File access */
#include "H5FDmpi.h"
/* MPI-based file drivers */
#include "H5Iprivate.h"
/* IDs */
#include "H5Pprivate.h"
/* Property lists */
/* Private Prototypes */
static
void
*
XDMF_dsm_fapl_get
(
H5FD_t
*
_file
);
static
void
*
XDMF_dsm_fapl_copy
(
const
void
*
_old_fa
);
...
...
@@ -123,7 +134,6 @@ static herr_t XDMF_dsm_flush(H5FD_t *_file, hid_t dxpl_id, unsigned closing);
static
int
XDMF_dsm_mpi_rank
(
const
H5FD_t
*
_file
);
static
int
XDMF_dsm_mpi_size
(
const
H5FD_t
*
_file
);
static
MPI_Comm
XDMF_dsm_communicator
(
const
H5FD_t
*
_file
);
}
/* The DSM file driver information */
static
const
H5FD_class_mpi_t
XDMF_dsm_g
=
{
...
...
@@ -171,20 +181,8 @@ static const H5FD_class_mpi_t XDMF_dsm_g = {
XDMF_dsm_communicator
/* get_comm */
};
extern
"C"
{
#define H5_INTERFACE_INIT_FUNC XDMF_dsm_init_interface
#include "H5FDprivate.h"
/* File drivers */
#include "H5private.h"
/* Generic Functions */
#include "H5ACprivate.h"
/* Metadata cache */
#include "H5Dprivate.h"
/* Dataset functions */
#include "H5Eprivate.h"
/* Error handling */
#include "H5Fprivate.h"
/* File access */
#include "H5FDmpi.h"
/* MPI-based file drivers */
#include "H5Iprivate.h"
/* IDs */
#include "H5Pprivate.h"
/* Property lists */
static
herr_t
XDMF_dsm_init_interface
(
void
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment