How can I control the amount of submitted FP tasks ? #466
Answered
by
njzjz
DingChangjie
asked this question in
Q&A
-
During the Labeling process, sometimes a relatively large amount of frames will be labeled (for example, there are 51 candidate frames in my first iteration). To some extent this is a burden on a many-users-shared HPC system. Except for decreasing the "fp_task_max" in one iteration, is there any way to control the amount of submitted tasks ? (i.e. let the 51 candidates be calculated in turn, so that they will not consume too much computing resources concurrently. ) |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Jul 17, 2021
Replies: 1 comment
-
Adjust |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DingChangjie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adjust
fp_group_size
:dpgen/examples/machine/DeePMD-kit-1.0/machine-pbs-gaussian.json
Line 58 in cc816d5