Replies: 1 comment 5 replies
-
Are you on MacOS ? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am looking to process a lot of lidar files into CHMs, and I wish to do this with multiple cores. However, I am getting a warning "Number of cores requested 20 but only 1 available.
I have done some digging and see that while parallel::detectCores(logical = TRUE) returns 32, Sys.getenv("OMP_NUM_THREADS") returns 1. It seems openmp is not detecting the correct number of cores?
I have specified 20 cores using the ncores = 20 within the exec() function, in order to take advantage of the concurrent files strategy.
If anyone has any input or wants some additional information, please let me know!
Beta Was this translation helpful? Give feedback.
All reactions