Skip to content

Commit efa1d35

Browse files
author
Joe Petviashvili
committed
silent startup
1 parent 121653e commit efa1d35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/util.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ function __init__()
6363
end
6464

6565
afinit()
66-
afinfo()
66+
if !haskey(ENV, "JULIA_ARRAYFIRE_SILENT")
67+
afinfo()
68+
end
6769
set_seed(rand(RandomDevice(), UInt64))
6870
nothing
6971
end

0 commit comments

Comments
 (0)