Преглед на файлове

Make message even more user-friendly

Samuel Thibault преди 10 години
родител
ревизия
82f483436b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)