File: H5FDmpi_inline.c

package info (click to toggle)
haskell-hdf5 1.8.15-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 872 kB
  • sloc: haskell: 2,515; ansic: 479; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#include <bindings.cmacros.h>
#include <hdf5.h>

// I would wrap this macro, but despite being in the public headers it uses
// a macro internally that is not...
// BC_INLINE1(IS_H5FD_MPI, hid_t *, int)

#ifdef H5_HAVE_PARALLEL

// BC_INLINE_(H5FD_mpi_native_g, char *)

#endif /* H5_HAVE_PARALLEL */