diff --git a/src/init.jl b/src/init.jl index 492ef85..0dacfba 100644 --- a/src/init.jl +++ b/src/init.jl @@ -2,7 +2,7 @@ function __init__() init_acache() init_bcache() nt = init_num_tasks() - if nt < num_cores() && ("SUPPRESS_OCTAVIAN_WARNING" ∉ keys(ENV)) + if nt < num_cores() && ("OCTAVIAN_WARNING" ∈ keys(ENV)) msg = string( "Your system has $(num_cores()) physical cores, but `Octavian.jl` only has ", "$(nt > 1 ? "$(nt) threads" : "$(nt) thread") available. ",