You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(RhpcBLASctl)
# Detect the number of physical cores on this computer using RhpcBLASctl.cl=parallel::makeCluster(get_num_cores())
plan("cluster", workers=cl)
…
Hi, in the README, there's the following example:
That can be replaced with:
plan(multisession)
or if you prefer
get_num_cores()
instead of the defaultparallelly::availableCores()
, then:will the equivalent to the above.
The text was updated successfully, but these errors were encountered: