Category: MPI
-
Message Passing Interface (MPI) : MPI_Recv example
This post talks about a simple MPI sending and receiving operation. To compile this code, use following command – To execute this code, run following command – Output of this code will be something similar to the following –
-
Message Passing Interface (MPI) : MPI_Send example
This post talks about a simple MPI sending and receiving operation. To compile this code, use following command – To execute this code, run following command – Output of this code will be something similar to the following –