flow-physics / flow-physics.github.io

Source of flowphysics.com
https://www.flowphysics.com/
0 stars 0 forks source link

hpc/2022/10/17/reading-data-in-parallel-using-mpi-i-o #1

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

Reading data in parallel using MPI I/O | Flow Physics

In the previous post “First steps in parallel file access using MPI I/O”, we discussed how to write some simple data in parallel using MPI I/O. Here we shall read back that data in parallel. The entire code is given in my GitHub repo MPI_Notes. Essentially, we have the following text data in a file:

https://flow-physics.github.io//hpc/2022/10/17/reading-data-in-parallel-using-mpi-i-o.html

rajesh-ae commented 9 months ago

Test comment