Explorar el Código

Do not shutdown when starpu_init failed with ENODEV

Samuel Thibault hace 10 años
padre
commit
4077663169
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tests/main/starpu_init.c

+ 0 - 1
tests/main/starpu_init.c

@@ -55,7 +55,6 @@ static int check_cpu(int env_cpu, int conf_cpu, int expected_cpu, int *cpu)
 
 	if (ret == -ENODEV)
 	{
-		starpu_shutdown();
 		return STARPU_TEST_SKIPPED;
 	}
 	STARPU_CHECK_RETURN_VALUE(ret, "starpu_init");