Why is my MPI program not compiling?
Why is my MPI program not compiling? Please I am trying to run a Message Passing Interface (MPI) program with C language. I have installed GNU Compiler Collection compiler and the openmpi libraries. I am running Ubuntu and Netbeans interactive development environment (IDE). My challenge is that after including “mpi.h” in my header file and compiling the application, the complian i get is: “fatal error : cannot find file mpi.c”.








