Skip to content
Snippets Groups Projects
Commit fdf914c2 authored by adrvara's avatar adrvara
Browse files

a

parent bf26d145
No related branches found
No related tags found
No related merge requests found
......@@ -463,6 +463,7 @@ int main(int argc, char *argv[]) {
//First check if the previous process has finished & have nothing more to do
MPI_CHEK_FUCKTION(MPI_Wait(&request, MPI_STATUS_IGNORE));
MPI_CHEK_FUCKTION(MPI_Recv(recibo_array, 3, MPI_UNSIGNED_LONG, rank-1, MPI_ANY_TAG, MPI_COMM_WORLD, &status));
printf("\n RECIBE(%d) rank=%d desde rank-1=%d pat=%lu con TAG=%d\n", (status.MPI_TAG==TAG_END) ,rank, status.MPI_SOURCE, recibo_array[2], status.MPI_TAG);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment