Explorar el Código

acquire_release_to: fix function to be called in mpi-ms

Samuel Thibault hace 5 años
padre
commit
c6179e75b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/datawizard/acquire_release_to.c

+ 1 - 1
tests/datawizard/acquire_release_to.c

@@ -70,7 +70,7 @@ static struct starpu_codelet check_cl =
 {
 	.modes = { STARPU_R },
 	.cpu_funcs = {check_cpu},
-	.cpu_funcs_name = {"increment_cpu"},
+	.cpu_funcs_name = {"check_cpu"},
 	.nbuffers = 1
 };