File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -284,15 +284,15 @@ int main(void)
284
284
#if HWLOC_HAVE_PTRACE
285
285
#ifdef _OPENMP
286
286
test_parallel (check_strategy_openmp );
287
- test_attach_parallel (check_strategy_openmp );
287
+ // test_attach_parallel(check_strategy_openmp);
288
288
// OpenMP doesn't like to fork and hangs..
289
289
/* test_attach_parallel(check_strategy_openmp, cpuaffinity_round_robin); */
290
290
// OpenMP doesn't like to fork and hangs..
291
291
/* test_attach_parallel(check_strategy_openmp, cpuaffinity_scatter); */
292
292
#endif // _OPENMP
293
293
#if HWLOC_HAVE_PTHREAD
294
294
test_parallel (check_strategy_pthread );
295
- test_attach_parallel (check_strategy_pthread );
295
+ // test_attach_parallel(check_strategy_pthread);
296
296
#endif // HWLOC_HAVE_PTHREAD
297
297
#endif // HWLOC_HAVE_PTRACE
298
298
#endif // HWLOC_HAVE_SYS_GETTID
You can’t perform that action at this time.
0 commit comments