Merge pull request #124 from hpc/fix-hdf5

Bugfix for HDF5 plugin; readded collective_md.
master
Glenn K. Lockwood 2019-01-02 10:01:56 -08:00 committed by GitHub
commit e71cded6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,8 @@ typedef struct
char* URI; /* "path" to target object */
size_t part_number; /* multi-part upload increment (PER-RANK!) */
char* UploadId; /* key for multi-part-uploads */
int collective_md; /* use collective metatata optimization */
/* RADOS variables */
rados_t rados_cluster; /* RADOS cluster handle */