In the following section we give a short overview over the properties you can set for a H5hut file. For more details please read the http://amas.web.psi.ch/H5hut/index.html[H5hut API documentation].
Collective I/O:: Set property for collective I/O and pass MPI communicator to the H5hut library.
+
*Note:* Collective I/O is the default.
+
----
h5_err_t
H5SetPropFileMPIOCollective (
...
...
@@ -92,6 +96,8 @@ H5SetPropFileMPIOCollective (
);
----
Independent I/O:: Set property for independent I/O and pass MPI communicator to the H5hut library.