Pārlūkot izejas kodu

fix build without hwloc

Corentin Salingue 7 gadi atpakaļ
vecāks
revīzija
ededd56178
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      tests/main/hwloc_cpuset.c

+ 2 - 1
tests/main/hwloc_cpuset.c

@@ -76,10 +76,11 @@ int main(int argc, char **argv)
 	{
 		status = STARPU_TEST_SKIPPED;
 	}
+
+	starpu_shutdown();	
 #else
 	status = STARPU_TEST_SKIPPED;
 #endif
-	starpu_shutdown();	
 
 	return status;
 }