[Openmp-commits] [openmp] [openmp] Fix bug63197.c test with 3 cores (PR #183269)
Oliver Hunt via Openmp-commits
openmp-commits at lists.llvm.org
Wed Feb 25 02:25:02 PST 2026
================
@@ -8,6 +8,13 @@ int main(int argc, char *argv[]) {
#pragma omp single
{ printf("BBB %2d\n", omp_get_num_threads()); }
+ // This test relies on the number of available threads
+ // being something other than 3.
----------------
ojhunt wrote:
In the sense that it's testing that only three threads are being created even though the host could provide more than three?
https://github.com/llvm/llvm-project/pull/183269
More information about the Openmp-commits
mailing list