Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2929eb3f authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

we don't need this condition anymore thanks to fixes in starpu

parent 9c263144
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ void MORSE_TASK_dataflush(MORSE_option_t *options,
if (*ptrtile != NULL)
{
#if defined(CHAMELEON_USE_MPI) && !defined(CHAMELEON_SIMULATION)
#if defined(CHAMELEON_USE_MPI)
starpu_mpi_cache_flush(MPI_COMM_WORLD, *ptrtile);
#endif
......@@ -77,7 +77,7 @@ void MORSE_TASK_dataflush(MORSE_option_t *options,
void MORSE_TASK_dataflush_all()
{
#if defined(CHAMELEON_USE_MPI) && !defined(CHAMELEON_SIMULATION)
#if defined(CHAMELEON_USE_MPI)
starpu_mpi_cache_flush_all_data(MPI_COMM_WORLD);
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment