HDF5 openPMD output too slow with MPI #4764
Replies: 2 comments
-
Hi @zhazhajust, Can you share more details about your system, run size and input options? Guessing into the blue, I would say you need probably more system-specific I/O hints. But please share more details so we can take a look. Alternatively, simply use ADIOS2 ( |
Beta Was this translation helpful? Give feedback.
-
This is the machine information.
The simulation is a simple LWFA simulation of 2432*896 grids with 1 particle in each cell.
And i had test the adios2, it works well, costing about 5% in the profile output file. |
Beta Was this translation helpful? Give feedback.
-
When utilizing HDF5 as the backend for OpenPMD in MPI mode, the writing speed of the output file is approximately 0.1 MB/s, which is significantly slower compared to its performance in OpenMP mode. Despite numerous attempts to recompile the HDF5 and OpenMPI libraries, the efficiency of MPI HDF5 file output speed remains subpar. Conversely, when testing the output speed of ADIOS, it performs admirably with almost negligible waiting time.
Beta Was this translation helpful? Give feedback.
All reactions