[llvm-bugs] [Bug 28038] nbench.execution_time failure after recent instcombine reminder changes
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jun 7 08:17:14 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28038
Tobias Grosser <tobias at grosser.es> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Tobias Grosser <tobias at grosser.es> ---
This was just a buildbot configuration problem. After the cmake update I
restarted the buildbot and accidentally overwrote the export OMP_NUM_THREADS=2
setting that ensured that not too many threads are run in parallel. As a
result, the execution time increased for the individual test cases and we run
into timeouts.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160607/5c4d8fc1/attachment.html>
More information about the llvm-bugs
mailing list