-
|
I use openroad with 2 systems: Between these 2 systems, I just noticed that under the VM on the laptop with Ubuntu the gui is slower. When I run the implementation flow on these systems I got the followings durations: Laptop / VM / Ubuntu: 22.04 Redhat 8.9 / Container: I see for detailed_route that on LSF farm it is twice faster which is expected. That 's not normal. What could explain such a difference? Is there some acceleration used in global placement that could work only on Ubuntu and not in LSF RedHat? Something's wrong and I could find where it comes from. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
|
Do you get identical results in both cases? How much memory and how many cpus on each machine? |
Beta Was this translation helpful? Give feedback.
-
|
Global placement does use threads so that could explain the difference. Its possible your smaller machine is thrashing due to insufficient memory. |
Beta Was this translation helpful? Give feedback.
-
|
You could run vtune on it to get a runtime profile. At this point its all guess work. |
Beta Was this translation helpful? Give feedback.
Thanks for the info.
Actually I don't have the slowness issue with OR compiled on RHEL8.