Hello. I am trying to build a simple MPI program but I am always getting 6 errors for the six functions of MPI : MPI_Send, MPI_Recv, MPI_Init, MPI_Comm_size, MPI_Comm_rank, MPI_Finalize. The error I get is for example : unresovled external symbol MPI_Send.
If anyone could help me please !! Thanks in advance!