I want to using MPI MPI_File_read_all to read a file input.txt which contains binary integers 0,1,2,...,1000.
MPI_File_read_all
input.txt
0,1,2,...,1000
In my implementation,