Explorar o código

Make message even more user-friendly

Samuel Thibault %!s(int64=10) %!d(string=hai) anos
pai
achega
82f483436b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mpi/src/starpu_mpi_early_data.c

+ 1 - 1
mpi/src/starpu_mpi_early_data.c

@@ -42,7 +42,7 @@ void _starpu_mpi_early_data_init(int world_size)
 
 void _starpu_mpi_early_data_check_termination()
 {
-	STARPU_ASSERT_MSG(_starpu_mpi_early_data_handle_hashmap_count == 0, "Number of copy requests left is not zero, did you forget to post a receive corresponding to a send?");
+	STARPU_ASSERT_MSG(_starpu_mpi_early_data_handle_hashmap_count == 0, "Number of unexpected received messages left is not zero, did you forget to post a receive corresponding to a send?");
 }
 
 void _starpu_mpi_early_data_free(int world_size)