Browse Source

src/core/workers.c: typo

Nathalie Furmento 8 years ago
parent
commit
669099768b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/workers.c

+ 1 - 1
src/core/workers.c

@@ -896,7 +896,7 @@ static void _starpu_launch_drivers(struct _starpu_machine_config *pconfig)
 		struct _starpu_worker *workerarg = &pconfig->workers[worker];
 
 		_STARPU_DEBUG("waiting for worker %u initialization\n", worker);
-#ifndef(STARPU_SIMGRID)
+#ifndef STARPU_SIMGRID
 		if (!workerarg->run_by_starpu)
 			break;
 #endif