Explorar el Código

mpi/src/starpu_mpi_insert_task.c: call _STARPU_DEBUG instead of _STARPU_MPI_DEBUG as MPI has already been shutdown

Nathalie Furmento hace 12 años
padre
commit
3bdd2292ef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mpi/src/starpu_mpi_insert_task.c

+ 1 - 1
mpi/src/starpu_mpi_insert_task.c

@@ -70,7 +70,7 @@ void _starpu_mpi_cache_empty_tables(int world_size)
 
 	if (_cache_enabled == 0) return;
 
-	_STARPU_MPI_DEBUG("Clearing htable for cache\n");
+	_STARPU_DEBUG("Clearing htable for cache\n");
 
 	for(i=0 ; i<world_size ; i++)
 	{