Samuel Thibault il y a 11 ans
Parent
commit
5ac25e5658
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/core/sched_policy.c

+ 1 - 1
src/core/sched_policy.c

@@ -594,8 +594,8 @@ pick:
 			been_here[i] = 0;
 
 		while(!task)
-		{
 #endif
+		{
 			if(worker->nsched_ctxs == 1)
 				sched_ctx = _starpu_get_initial_sched_ctx();
 			else