Skip to content

Commit

Permalink
Stop calling Extrae_init on library load
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed May 8, 2024
1 parent b1e7df7 commit eef3db2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Extrae.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export Event, typecode, valuecode, description
export version, init, isinit, finish, flush, instrumentation, emit, register, previous_hwc_set, next_hwc_set, set_tracing_tasks, setoption, network_counters, network_routes, user_function

function __init__()
FFI.Extrae_init()

get!(ENV, "EXTRAE_HOME", Extrae_jll.artifact_dir)
get!(ENV, "EXTRAE_DISABLE_OMP", true)
get!(ENV, "EXTRAE_DISABLE_PTHREAD", false)
Expand Down

0 comments on commit eef3db2

Please sign in to comment.