Replies: 2 comments 2 replies
-
If you have 2 nodes only and 1024 RAM, you certainly should see some gains if you are plotting with memory specific to a single node. But, CPU affinity is overwritten in the application level currently so it likely overwrote your settings. I have a branch set up (not pushed yet) to make that optional. I'll alert you once that branch is tested and merged so that you can give it a try then. You should make sure that when you test it when the branch is merged, that you give divide actual physical cores evenly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 x Xeon(R) CPU E5-2673 v4 @ 2.30GHz and 1024 Gb RAM. Your plotter's best result was 511 sec. This is amazing! But we always want more... I tried to use all the RAM with two parallel processes (I turned off NUMA and cpu affinity and worked with NUMACTL), but this gave a result of more than 30 minutes each process. Is it possible to speed up the process using more memory than 416 GB?
Beta Was this translation helpful? Give feedback.
All reactions