I am trying to read an integer array from a file. the file format is as follows: 893 410 243 264 357 33 793 … … I will later split that array into 4 and calculate it’s sum using MPI, but i can’t seem to be able to read the file. I get this exception: So from what i understand,