prog.c:2:17: error: mpi.h: No such file or directory
prog.c: In function ‘main’:
prog.c:11: warning: implicit declaration of function ‘MPI_Init’
prog.c:12: warning: implicit declaration of function ‘MPI_Comm_rank’
prog.c:12: error: ‘MPI_COMM_WORLD’ undeclared (first use in this function)
prog.c:12: error: (Each undeclared identifier is reported only once
prog.c:12: error: for each function it appears in.)
prog.c:13: warning: implicit declaration of function ‘MPI_Comm_size’
prog.c:19: warning: implicit declaration of function ‘MPI_Finalize’