Skip to content

Commit d1da3f8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,15 +284,15 @@ int main(void)
284284
#if HWLOC_HAVE_PTRACE
285285
#ifdef _OPENMP
286286
test_parallel(check_strategy_openmp);
287-
test_attach_parallel(check_strategy_openmp);
287+
//test_attach_parallel(check_strategy_openmp);
288288
// OpenMP doesn't like to fork and hangs..
289289
/* test_attach_parallel(check_strategy_openmp, cpuaffinity_round_robin); */
290290
// OpenMP doesn't like to fork and hangs..
291291
/* test_attach_parallel(check_strategy_openmp, cpuaffinity_scatter); */
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)