[OMPI users] Wrong values when reading file with MPI IO
Hello, Here is a simple `C` program reading a file in parallel with `MPI IO`: #include #include #include "mpi.h" #define N 10 main( int argc, char **argv ) { int rank, size; MPI_Init(&argc, &argv); MPI_Comm_rank( MPI_COMM_WORLD, &rank );
Re: [OMPI users] Wrong values when reading file with MPI IO
What version of Open MPI did you execute your test with? mpirun (Open MPI) 1.8.6