Whenever I compile my program, I get the error above.
I need to define a (Open MPI) MPI_Datatype in a header file so that all other files that include it can find it. I also try to use extern to do ...