소스 검색

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

Nathalie Furmento 12 년 전
부모
커밋
3bdd2292ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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++)
 	{