[Openmp-commits] [openmp] [OpenMP] Add num_threads clause list format and strict modifier support (PR #85466)
Martin Storsjö via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jun 25 03:00:32 PDT 2024
mstorsjo wrote:
This change causes failed tests on i386: https://github.com/mstorsjo/llvm-mingw/actions/runs/9654575386/job/26643787120
```
# .---command stderr------------
# | OMP: Error #137: Cannot create thread.
# | OMP: System error #8: (No system error message available)
# `-----------------------------
# error: command failed with exit status: 3
```
I presume the test spawns a very large number of threads? Can it be marked with `UNSUPPORTED` for 32 bit environments somehow?
https://github.com/llvm/llvm-project/pull/85466
More information about the Openmp-commits
mailing list