need guidance when running abacus with openmp #2211
Satinelamp
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running a large system like an Au cluster, I'd like to use OpenMP to accelerate the performance, but I tried to set
OMP_NUM_THREADS=2
andmpirun -n 32 abacus
, which would double the time that needs to finish each electronic step compared with when I useOMP_NUM_THREADS=1
andmpirun -n 64 abacus
.Is there some guidance about how to use OpenMP to improve performance?
Beta Was this translation helpful? Give feedback.
All reactions