Hello,<div><br></div><div>I have an implementation in which I have to distribute the same data across all processes. Because of concurrent access issues, a master process is responsible for reading the file and, after, distribute its content using MPI_BCAST.</div>

<div>Now I have a new file in the same situation.</div><div><br></div><div>I have read a little about MPI-IO and I am considering to use it.</div><div>Is it suitable to situations like this? Can someone please point me out what I should expect comparing my current implementation with MPI-IO?</div>

<div><br></div><div>Thanks in advance,</div><div>Luiz</div>