The key MPI functions used are MPI_Init, MPI_Comm_rank, MPI_Comm_size, and MPI_Finalize. Q1.2: Sending and Receiving with MPI_Send and MPI_Recv This program demonstrates point-to-point communication ...