Skip to content

Commit 0f4c7c2

Browse files
ndenoyelleNicolasDenoyelle
authored andcommitted
Attempt to debug CI
1 parent d1da3f8 commit 0f4c7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/hwloc/test-hwloc-thread-bind.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ int main(void)
292292
#endif // _OPENMP
293293
#if HWLOC_HAVE_PTHREAD
294294
test_parallel(check_strategy_pthread);
295-
//test_attach_parallel(check_strategy_pthread);
295+
test_attach_parallel(check_strategy_pthread);
296296
#endif // HWLOC_HAVE_PTHREAD
297297
#endif // HWLOC_HAVE_PTRACE
298298
#endif // HWLOC_HAVE_SYS_GETTID

0 commit comments

Comments
 (0)