Skip to content

Commit a95fcb9

Browse files
Uncomment tests
1 parent 109669d commit a95fcb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,16 +283,16 @@ int main(void)
283283
#if HWLOC_HAVE_SYS_GETTID
284284
#if HWLOC_HAVE_PTRACE
285285
#ifdef _OPENMP
286-
//test_parallel(check_strategy_openmp);
287-
//test_attach_parallel(check_strategy_openmp);
286+
test_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)