Skip to content
New issue

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

option map.useParallel should allow num cpus to be specified #5

Open
Tracked by #11
achubaty opened this issue Mar 15, 2019 · 0 comments
Open
Tracked by #11

option map.useParallel should allow num cpus to be specified #5

achubaty opened this issue Mar 15, 2019 · 0 comments

Comments

@achubaty
Copy link
Contributor

Currently, this option can be TRUE or FALSE only. If TRUE, all CPUs are used, which can cause all the memory to be used up and system swapping out.

Attempting to pass an numeric value produces an error:

Running prepInputs for: CC VTM
Error in (function (nnodes = getOption("mc.cores", 2L), ...)  : 
  'nnodes' must be >= 1

even though getOption(".mc.cores") returns 4 (and even if it were NULL the default is 2)

@achubaty achubaty mentioned this issue Aug 10, 2023
39 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant