Disable parallel hdf5 interface. In parallel simulations, one h5 file is...
Disable parallel hdf5 interface. In parallel simulations, one h5 file is written by each process, and joined through xmf 'JOIN' function on dataitems. It can be enabled with WITH_PARALLEL_HDF5 cmake flag
Showing
- CMakeLists.txt 13 additions, 1 deletionCMakeLists.txt
- ci/docker_images/ubuntu/bionic/Dockerfile 3 additions, 3 deletionsci/docker_images/ubuntu/bionic/Dockerfile
- hysop/__init__.py.in 1 addition, 0 deletionshysop/__init__.py.in
- hysop/operator/hdf_io.py 73 additions, 36 deletionshysop/operator/hdf_io.py
- hysop/tools/io_utils.py 30 additions, 14 deletionshysop/tools/io_utils.py
Loading