Explorar o código

Do not shutdown when starpu_init failed with ENODEV

Samuel Thibault %!s(int64=10) %!d(string=hai) anos
pai
achega
4077663169
Modificáronse 1 ficheiros con 0 adicións e 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");