Controlling nested parallelism with environmental variables #362
-
I finally made the plunge and switched my BLAS implementation to the Intel MKL library. This creates a small problem when running I can set the MKL to serial evaluation by setting the environment variable |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
Maybe(see correction below)Sys.setenv(MKL_NUM_THREADS = 1)
somewhere in_targets.R
?_targets.R
is kind of like its own.Rprofile
fortar_make()
,tar_visnetwork()
, etc.