소스 검색

TODO: fix cache flush all

Samuel Thibault 11 년 전
부모
커밋
9db743dee2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      mpi/src/starpu_mpi_task_insert.c

+ 2 - 1
mpi/src/starpu_mpi_task_insert.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011-2013  Université de Bordeaux 1
+ * Copyright (C) 2011-2014  Université de Bordeaux 1
  * Copyright (C) 2014 INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
@@ -108,6 +108,7 @@ void starpu_mpi_cache_flush_all_data(MPI_Comm comm)
 
 	MPI_Comm_size(comm, &nb_nodes);
 	_starpu_mpi_cache_empty_tables(nb_nodes);
+	/* TODO: also invalidate all data */
 }
 
 void starpu_mpi_cache_flush(MPI_Comm comm, starpu_data_handle_t data_handle)