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
See here JuliaInterop/JuliaCall#193 (comment) for a work around on Windows. Either set JULIA_NUM_THREADS from CMD (as an administrator) and launch R/RStudio from the same CMD session or modify the JULIA_NUM_THREADS environment variable globally. If you don't have administrator privileges, it seems that JULIA_NUM_THREADS is still recognised if you set it in 'User variables for {user}' rather than 'System variables'.
In R/RStudio, you can then run:
library(patter)
julia_connect()
in the usual way and the Julia process will be started with JULIA_NUM_THREADS.
On Windows, setting threads via
.threads
injulia_connect()
or viaJULIA_NUM_THREADS
does not work.See also: JuliaInterop/JuliaCall#193
The text was updated successfully, but these errors were encountered: