Large parallel hdf5
Compare changes
+ 159
− 67
@@ -51,24 +51,19 @@
@@ -183,36 +178,34 @@ void readArray(hid_t grp, const struct io_props prop, size_t N,
@@ -259,29 +252,19 @@ void writeArray(struct engine* e, hid_t grp, char* fileName, FILE* xmfFile,
@@ -293,34 +276,147 @@ void writeArray(struct engine* e, hid_t grp, char* fileName, FILE* xmfFile,
@@ -340,12 +436,10 @@ void writeArray(struct engine* e, hid_t grp, char* fileName, FILE* xmfFile,
@@ -355,25 +449,23 @@ void writeArray(struct engine* e, hid_t grp, char* fileName, FILE* xmfFile,
I take this code is now of no use, if so let's remove it altogether.
I was going to play with the chunking at some point to explore the effect it has on the performance for our filesystem so I'd rather keep it in for now.