If hdf5 is built with mpi, then files can be written using hdf5 in mpi mode. I was wondering if an option should be made available to also read files in mpi mode in load_state if available?
I guess this would involve checking the config file and then specifying driver='mpio' when opening the file?
If hdf5 is built with mpi, then files can be written using hdf5 in mpi mode. I was wondering if an option should be made available to also read files in mpi mode in load_state if available?
I guess this would involve checking the config file and then specifying
driver='mpio'when opening the file?