How to set the maximum number of CPU cores for the Dpgen main program? #1205
Answered
by
njzjz
h840473807
asked this question in
Q&A
-
I am running Dpgen on a login node of a supercomputer cluster. When generating “02.fp", it automatically uses all available cores, causing the login node to become slow. Is it possible to set the maximum number of CPU cores to be used, similar to "make -j n"? |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
May 5, 2023
Replies: 1 comment 1 reply
-
DP-GEN uses NumPy to process data so you can refer to NumPy documentation. Note: We do not recommend any program running on the login node of the cluster. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
h840473807
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DP-GEN uses NumPy to process data so you can refer to NumPy documentation.
Note: We do not recommend any program running on the login node of the cluster.