Ver código fonte

Make sure default value is STARPU_SEQ

Samuel Thibault 11 anos atrás
pai
commit
8f4d0b449f
1 arquivos alterados com 1 adições e 1 exclusões
  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
 };