[Openmp-commits] [openmp] [openmp] Fix bug63197.c test with 3 cores (PR #183269)

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Wed Feb 25 06:07:55 PST 2026


shiltian wrote:

I don't remember what the exact intention of this test, but it looks like a better fix would be, to pick a number that is not number of threads the system has, use it for the first parallel region, and then in the second parallel region, check the value is not the one it picks.

https://github.com/llvm/llvm-project/pull/183269


More information about the Openmp-commits mailing list