https://llvm.org/bugs/show_bug.cgi?id=26434

Tobias Grosser <tob...@grosser.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Tobias Grosser <tob...@grosser.es> ---
This was likely not a miscompile, but rather too many threads running in
parallel as we run LNT with -j16 and then allowed each program to create itself
threads without limitation (which resulted in one thread per core and process).
This issue was resolved by hardcoding the number of parallel threads per
process with OMP_NUM_THREADS=2.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to