USCCACS / RXMD

RXMD : Linear-Scaling Parallel Reactive Molecular Dynamics Simulation Engine
https://magics.usc.edu/rxmd/
GNU General Public License v3.0
23 stars 14 forks source link

multithreading MPI-I/O #13

Open KenichiNomura opened 7 years ago

KenichiNomura commented 7 years ago

1-dumping simulation data is largely affected by the state of filesystem at runtime. Having a dedicated thread for the I/O will remove the I/O stagnation at runtime.

2- Implementation of Collective I/O using individual pointers. (Implement MPI_File_write_all)