Mentions légales du service

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

does not build with starpu/simgrid if symbols starpu_mpi_cache_flush and...

does not build with starpu/simgrid if symbols starpu_mpi_cache_flush and starpu_mpi_cache_flush_all_data
parent b7d72817
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, ...@@ -56,7 +56,7 @@ void MORSE_TASK_dataflush(MORSE_option_t *options,
if (*ptrtile != NULL) if (*ptrtile != NULL)
{ {
#if defined(CHAMELEON_USE_MPI) #if defined(CHAMELEON_USE_MPI) && !defined(CHAMELEON_SIMULATION)
starpu_mpi_cache_flush(MPI_COMM_WORLD, *ptrtile); starpu_mpi_cache_flush(MPI_COMM_WORLD, *ptrtile);
#endif #endif
...@@ -77,7 +77,7 @@ void MORSE_TASK_dataflush(MORSE_option_t *options, ...@@ -77,7 +77,7 @@ void MORSE_TASK_dataflush(MORSE_option_t *options,
void MORSE_TASK_dataflush_all() void MORSE_TASK_dataflush_all()
{ {
#if defined(CHAMELEON_USE_MPI) #if defined(CHAMELEON_USE_MPI) && !defined(CHAMELEON_SIMULATION)
starpu_mpi_cache_flush_all_data(MPI_COMM_WORLD); starpu_mpi_cache_flush_all_data(MPI_COMM_WORLD);
#endif #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