Bläddra i källkod

Make message even more user-friendly

Samuel Thibault 10 år sedan
förälder
incheckning
82f483436b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)