Explorar el Código

Make sure default value is STARPU_SEQ

Samuel Thibault hace 11 años
padre
commit
8f4d0b449f
Se han modificado 1 ficheros con 1 adiciones y 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
 };