Explorar o código

Make sure default value is STARPU_SEQ

Samuel Thibault %!s(int64=11) %!d(string=hai) anos
pai
achega
8f4d0b449f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/starpu_task.h

+ 1 - 1
include/starpu_task.h

@@ -46,7 +46,7 @@ extern "C"
 
 enum starpu_codelet_type
 {
-	STARPU_SEQ,
+	STARPU_SEQ = 0,
 	STARPU_SPMD,
 	STARPU_FORKJOIN
 };