or_buildresults

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
or_buildresults [2026/02/12 16:56] – created beckmanfor_buildresults [2026/02/13 15:50] (current) – add build time 58 minutes on old lab computer beckmanf
Line 274: Line 274:
 -- Configuring incomplete, errors occurred! -- Configuring incomplete, errors occurred!
 </code> </code>
 +
 +The build fails on the lab computer when 8 cores are used with cmake. The whole computer is stuck due to missing memory and needs to be rebooted. The build works when only 4 cores are used. The following build command works:
 +
 +<code>
 +cmake --build build -- -j 4
 +</code>
 +
 +The build takes 59 minutes.
  
 === Results === === Results ===
Line 418: Line 426:
         libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007f4d92e12000)         libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007f4d92e12000)
  
 +</code>
 +
 +The regression test takes 136 Minutes. The "tinyRocket_nangate45" test fails with an error. I suspect that the test fails due to the limited 8GB system memory.
 +
 +<code>
 +caeuser@CAE-Tools-OS:~/OpenROAD$ time test/regression flow
 +------------------------------------------------------
 +Flow
 +gcd_nangate45 (tcl) pass
 +gcd_sky130hd (tcl) pass
 +gcd_sky130hs (tcl) pass
 +gcd_asap7 (tcl) pass
 +ibex_sky130hd (tcl) pass
 +ibex_sky130hs (tcl) pass
 +aes_nangate45 (tcl) pass
 +aes_sky130hd (tcl) pass
 +aes_sky130hs (tcl) pass
 +aes_asap7 (tcl) pass
 +tinyRocket_nangate45 (tcl) *ERROR* 
 +jpeg_sky130hs (tcl) pass
 +jpeg_sky130hd (tcl) pass
 +------------------------------------------------------
 +Errored 1/13
 +See /home/caeuser/OpenROAD/test/results for log files
 +------------------------------------------------------
 +Found 1 tool regression failures.
 +
 +real    136m3.659s
 +user    795m56.516s
 +sys     1m47.455s
 +caeuser@CAE-Tools-OS:~/OpenROAD$ 
 </code> </code>
  • or_buildresults.1770911766.txt.gz
  • Last modified: 2026/02/12 16:56
  • by beckmanf