浏览代码

Do not shutdown when starpu_init failed with ENODEV

Samuel Thibault 10 年之前
父节点
当前提交
4077663169
共有 1 个文件被更改,包括 0 次插入1 次删除
  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");