We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a95eeb commit 0123f39Copy full SHA for 0123f39
src/init.jl
@@ -2,7 +2,7 @@ function __init__()
2
init_acache()
3
init_bcache()
4
nt = init_num_tasks()
5
- if nt < num_cores() && ("SUPPRESS_OCTAVIAN_WARNING" ∉ keys(ENV))
+ if nt < num_cores() && ("OCTAVIAN_WARNING" ∈ keys(ENV))
6
msg = string(
7
"Your system has $(num_cores()) physical cores, but `Octavian.jl` only has ",
8
"$(nt > 1 ? "$(nt) threads" : "$(nt) thread") available. ",
0 commit comments