MPI Quiz
Jun 06,2013
A fun scenario was proposed in the MPI Forum today. What do you think this code will do? MPI_Comm comm, save;MPI_Request req;MPI_Init(NULL, NULL);MPI_Comm_dup(MPI_COMM_WORLD, &comm);MPI_Comm_rank(comm, &rank);save = comm;MPI_Isend(smsg,...
Read More >