Explorar el Código

Fix index ordering

Samuel Thibault hace 7 años
padre
commit
7f3590c0f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/schedulers/starpu_heteroprio.h

+ 1 - 1
include/schedulers/starpu_heteroprio.h

@@ -42,8 +42,8 @@ enum starpu_heteroprio_types
 	STARPU_CUDA_IDX,
 	STARPU_OPENCL_IDX,
 	STARPU_MIC_IDX,
-	STARPU_MPI_MS_IDX,
 	STARPU_SCC_IDX,
+	STARPU_MPI_MS_IDX,
 // This will be the number of archs
 	STARPU_NB_TYPES
 };