Przeglądaj źródła

mpi/src/starpu_mpi.c: more informative message

Nathalie Furmento 12 lat temu
rodzic
commit
cbbb9e90e2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      mpi/src/starpu_mpi.c

+ 1 - 1
mpi/src/starpu_mpi.c

@@ -1272,7 +1272,7 @@ static void *_starpu_mpi_progress_thread_func(void *arg)
 				 * the data handle, then submit the corresponding receive with _starpu_mpi_handle_new_request. */
 				else
 				{
-					_STARPU_MPI_DEBUG(3, "Found !\n");
+					_STARPU_MPI_DEBUG(3, "A matching receive has been found for the incoming data with tag %d\n", recv_env->mpi_tag);
 
 					delete_req(found_req);