Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 34bcedea authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

starpu: Remove unused macro TASK_SYNCRHONOUS

parent 118a491d
No related branches found
No related tags found
1 merge request!400Many small warning/bug fixes
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* @author Samuel Thibault * @author Samuel Thibault
* @author Loris Lucido * @author Loris Lucido
* @author Terry Cojean * @author Terry Cojean
* @date 2023-07-05 * @date 2023-07-06
* *
*/ */
#ifndef _chameleon_starpu_h_ #ifndef _chameleon_starpu_h_
...@@ -119,12 +119,6 @@ static inline int cham_to_starpu_access( cham_access_t accessA ) { ...@@ -119,12 +119,6 @@ static inline int cham_to_starpu_access( cham_access_t accessA ) {
/* /*
* MPI Redefinitions * MPI Redefinitions
*/ */
#if defined(CHAMELEON_RUNTIME_SYNC)
#define TASK_SYNCHRONOUS , STARPU_TASK_SYNCHRONOUS, 1
#else
#define TASK_SYNCHRONOUS
#endif
#if defined(CHAMELEON_USE_MPI) #if defined(CHAMELEON_USE_MPI)
#if defined(CHAMELEON_RUNTIME_SYNC) #if defined(CHAMELEON_RUNTIME_SYNC)
......
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