-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
multithreadingBase.Threads and related functionalityBase.Threads and related functionality
Description
A lot of people have an exported value for JULIA_NUM_THREADS
that doesn't specify a second number (because they set this up prior to 1.9). Julia 1.9 added interactive threads, but they are disabled by this line unless JULIA_NUM_THREADS
manually sets a number of interactive threads. This isn't exactly a bug, but I think the better behavior would be to default to 1 interactive thread unless JULIA_NUM_THREADS=X,0
is used.
Seelengrab, johnnychen94 and visr
Metadata
Metadata
Assignees
Labels
multithreadingBase.Threads and related functionalityBase.Threads and related functionality