MPI_File_write_shared(MPI_File fh, void *buf, int count,
MPI_Datatype datatype, MPI_Status *status)
-
can be used seperately by every task
-
order of data depends on runtime behaviour
MPI_File_write_ordered(MPI_File fh, void *buf, int count,
MPI_Datatype datatype, MPI_Status *status)
-
collective operation
-
ordered by ascending rank