Skip to content
Snippets Groups Projects
Commit 8934a804 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Code formatting.

parent 2d165a9d
No related branches found
No related tags found
No related merge requests found
......@@ -1256,8 +1256,8 @@ void write_output_parallel(struct engine* e, const char* baseName,
#if H5_VERSION_GE(1, 10, 0)
h_err = H5Pset_all_coll_metadata_ops(plist_id, 1);
if (h_err < 0) error("Error setting collective meta-data on all ops");
// h_err = H5Pset_coll_metadata_write(plist_id, 1);
// if (h_err < 0) error("Error setting collective meta-data writes");
// h_err = H5Pset_coll_metadata_write(plist_id, 1);
// if (h_err < 0) error("Error setting collective meta-data writes");
#endif
#ifdef IO_SPEED_MEASUREMENT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment