Skip to content

Commit 0123f39

Browse files
authored
Disable warning by default. (#77)
1 parent 3a95eeb commit 0123f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function __init__()
22
init_acache()
33
init_bcache()
44
nt = init_num_tasks()
5-
if nt < num_cores() && ("SUPPRESS_OCTAVIAN_WARNING" keys(ENV))
5+
if nt < num_cores() && ("OCTAVIAN_WARNING" keys(ENV))
66
msg = string(
77
"Your system has $(num_cores()) physical cores, but `Octavian.jl` only has ",
88
"$(nt > 1 ? "$(nt) threads" : "$(nt) thread") available. ",

0 commit comments

Comments
 (0)