Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
2929eb3f
Commit
2929eb3f
authored
Dec 17, 2015
by
PRUVOST Florent
Browse files
we don't need this condition anymore thanks to fixes in starpu
parent
9c263144
Changes
1
Hide whitespace changes
Inline
Side-by-side
runtime/starpu/codelets/codelet_dataflush.c
View file @
2929eb3f
...
...
@@ -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
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment