|
@@ -1,7 +1,7 @@
|
|
|
/*
|
|
|
* This file is part of the StarPU Handbook.
|
|
|
* Copyright (C) 2009--2011 Universit@'e de Bordeaux
|
|
|
- * Copyright (C) 2010, 2011, 2012, 2013, 2014 Centre National de la Recherche Scientifique
|
|
|
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Centre National de la Recherche Scientifique
|
|
|
* Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
|
|
|
* See the file version.doxy for copying conditions.
|
|
|
*/
|
|
@@ -191,8 +191,13 @@ todo
|
|
|
@name Communication Cache
|
|
|
\ingroup API_MPI_Support
|
|
|
|
|
|
+\fn void starpu_mpi_cache_is_enabled()
|
|
|
+\ingroup API_MPI_Support
|
|
|
+Return 1 if the communication cache is enabled, 0 otherwise
|
|
|
+
|
|
|
\fn void starpu_mpi_cache_flush(MPI_Comm comm, starpu_data_handle_t data_handle)
|
|
|
\ingroup API_MPI_Support
|
|
|
+
|
|
|
Clear the send and receive communication cache for the data
|
|
|
\p data_handle and invalidate the value. The function has to be called synchronously by all the
|
|
|
MPI nodes. The function does nothing if the cache mechanism is
|