Explorar o código

Fix compilation if glpk is not available

Cédric Augonnet %!s(int64=15) %!d(string=hai) anos
pai
achega
47f493f0b0
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/core/dependencies/implicit_data_deps.c

+ 2 - 0
src/core/dependencies/implicit_data_deps.c

@@ -146,7 +146,9 @@ void _starpu_detect_implicit_data_deps_with_handle(struct starpu_task *pre_sync_
 						free(prev);
 					}
 					handle->last_submitted_ghost_readers_id = NULL;
+#ifndef STARPU_USE_FXT
 				}
+#endif
 
 				handle->last_submitted_readers = NULL;
 				handle->last_submitted_writer = post_sync_task;