Parallel hdf5 writing for python3 (h5py)
Although python is a powerful tools which can link to other modules with trivial effort and understanding of the fundamental processing mechanism. However, the parallel writing hdf5 is not in the default package. That means if you want to write the same file at the same time with multiprocess, you have to compile the source code with the correct compiler. I spent several days to test and finished this notes in order to remind myself how to install it again.
I know reference is everywhere on the Internet, it is horrible to dig again and create the wheel again.
