printf(" stride = [%llu, %llu, %llu] \n", (unsigned long long)stride_out[0], (unsigned long long)stride_out[1], (unsigned long long)stride_out[2]);
#include "hdf5.h"
#include <stdio.h>
#include <stdlib.h>
#define FILE "vds-percival.h5"
#define DATASET "VDS-Percival"
#define VDSDIM0 40
#define VDSDIM1 10
#define VDSDIM2 10
#define DIM0 10
#define DIM1 10
#define DIM2 10
#define RANK 3
#define PLANE_STRIDE 4
const char *SRC_FILE[] = {
"a.h5",
"b.h5",
"c.h5",
"d.h5"
};
const char *SRC_DATASET[] = {
"A",
"B",
"C",
"D"
};
int
main (void)
{
hid_t file, src_space, vspace,