[Openmp-commits] [PATCH] D66351: Force runtime to honor nthreads-var and thread-limit-var inside the teams construct on host.

Simone via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 2 13:14:43 PDT 2019


simoatze added a comment.

I think this can wait at this point. I noticed the problem on Power when I was doing performance tests. On Power using all the available threads (including HT) was causing slow downs with SPEC Accel OMP, so I had to set the OMP_THREAD_LIMIT and noticed the seg faults. I can patch my own runtime and wait for the next release that will integrate this fix. Thanks!


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66351/new/

https://reviews.llvm.org/D66351





More information about the Openmp-commits mailing list