Skip to content
Snippets Groups Projects
Commit 10025b12 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

set the correct defines for the thread-safe HDF5 functions.

Former-commit-id: f27a058089062f081bd68ce7ccd6421142047bf2
parent 0dad3216
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@
#include <stddef.h>
#include <hdf5.h>
#include <math.h>
#ifdef WITH_MPI
#include <mpi.h>
#endif
#include "const.h"
#include "cycle.h"
......
......@@ -23,6 +23,9 @@
#if defined(HAVE_HDF5) && defined(WITH_MPI)
/* Tell hdf5 that we intend to use shared-memory parallel stuff. */
#define H5_HAVE_PARALLEL
/* Some standard headers. */
#include <stdio.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment