Weekly Progress of DeePMD-kit 20221024 #2018
HuangJiameng
started this conversation in
Show and tell
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.
-
What's new
Discussion
If the CPU behaved strangely, one can list the CPU usage by
ps -L -eo pcpu,psr,pid,lwp,user,args
. Also, to enforce the CPU to balance all the threads, a possible method is to manually set an environment variableexport KMP_AFFINITY=scatter
according to Intel's official manual.Beta Was this translation helpful? Give feedback.
All reactions