parallel
to accept fraction number
#30238
Closed
ianzone
started this conversation in
Feature Requests
Replies: 1 comment
-
if the number is bigger than 1, then it's the exact number of tasks. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I want to run tasks based on the number of CPU cores. Let's say there are 20 cores and
parallel
is0.7
, then the parallelized tasks should be20 * 0.7 = 14
.Beta Was this translation helpful? Give feedback.
All reactions