From eef3db2dd1a9b2bf40c104887b0d2343ce048b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Wed, 8 May 2024 18:28:21 +0200 Subject: [PATCH] Stop calling `Extrae_init` on library load --- src/Extrae.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Extrae.jl b/src/Extrae.jl index 901d5cb..cea7b97 100644 --- a/src/Extrae.jl +++ b/src/Extrae.jl @@ -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)