We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a67b7d commit a36afe6Copy full SHA for a36afe6
utils/hwloc/test-hwloc-thread-bind.c
@@ -283,8 +283,8 @@ int main(void)
283
#if HWLOC_HAVE_SYS_GETTID
284
#if HWLOC_HAVE_PTRACE
285
#ifdef _OPENMP
286
- test_parallel(check_strategy_openmp);
287
- test_attach_parallel(check_strategy_openmp);
+ //test_parallel(check_strategy_openmp);
+ //test_attach_parallel(check_strategy_openmp);
288
// OpenMP doesn't like to fork and hangs..
289
/* test_attach_parallel(check_strategy_openmp, cpuaffinity_round_robin); */
290
0 commit comments