Replies: 3 comments 5 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.
2 replies
-
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.
3 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use openroad with 2 systems:
- laptop HP EliteBook 840 G9 16 Go ram & intel i5 1245U 1.6 GHz with Ubuntu 22.04 under VM (Virtual Box) and Ubuntu 22.04
- LSF farm on REdHat 8.9 with a custom container based on oss-cas-suite some some other libraries
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.
But for global_placement I see that the VM is 180 time faster than LSF on RedHat 8.9 which is huge !!!!
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.
All reactions