Thanks for the answer
On Mon, Dec 14, 2020 at 4:20 PM Jeff Squyres (jsquyres)
wrote:
> On Dec 12, 2020, at 4:58 AM, Lesiano 16 via users <
> users@lists.open-mpi.org> wrote:
> >
> > My question is, can I assume that when skipping the beginning of the
> file that MPI
Hi,
for the following code:
#include
int main() {
MPI_Init(NULL, NULL);
int world_rank, world_size;
MPI_Comm_rank(MPI_COMM_WORLD, &world_rank);
MPI_Comm_size(MPI_COMM_WORLD, &world_size);
MPI_Offset offset;
MPI_Status status;
MPI_File fh;
MPI_File_open(MPI_COMM