Browse Source

- fix another wrong ifdef

Olivier Aumage 11 years ago
parent
commit
1ff35b63df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/overlap/gpu_concurrency.c

+ 1 - 1
tests/overlap/gpu_concurrency.c

@@ -50,7 +50,7 @@ static struct starpu_codelet cl =
 
 int main(int argc, char **argv)
 {
-#ifndef STARPU_CUDA
+#ifndef STARPU_USE_CUDA
 	return STARPU_TEST_SKIPPED;
 #else
 	int ret = starpu_initialize(NULL, &argc, &argv);