We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Somewhere on the else if branch (i.e., see below) we need to set the maximum number of cores that can be used, e.g.,:
else if
# Set the cores. private$.cores <- private$.allowed_cores
powerly/R/Backend.R
Lines 38 to 43 in d6be4e6
The text was updated successfully, but these errors were encountered:
Merge pull request #12 from mihaiconstantin/fix/backend-cores
452ec70
Fix: limit cores when too many are requested (#2)
mihaiconstantin
Successfully merging a pull request may close this issue.
Somewhere on the
else if
branch (i.e., see below) we need to set the maximum number of cores that can be used, e.g.,:powerly/R/Backend.R
Lines 38 to 43 in d6be4e6
The text was updated successfully, but these errors were encountered: