Closed dave7895 closed 6 months ago
Switch from the previous reliance on the environment variable JULIA_NUM_THREADS being set to counting the threads that are currently available via Threads.nthreads()
JULIA_NUM_THREADS
Threads.nthreads()
good catch, makes much more sense like this!
Switch from the previous reliance on the environment variable
JULIA_NUM_THREADS
being set to counting the threads that are currently available viaThreads.nthreads()