From bcab4577d7b7bee833f4363d36505fe559d90ed0 Mon Sep 17 00:00:00 2001 From: Thierry <thierry.gautier@inrialpes.fr> Date: Fri, 1 Jun 2018 11:17:28 +0200 Subject: [PATCH] [fix] suppress double definition --- runtime/src/kaapi_ompt.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/runtime/src/kaapi_ompt.c b/runtime/src/kaapi_ompt.c index f04e99f..2f2d7cd 100644 --- a/runtime/src/kaapi_ompt.c +++ b/runtime/src/kaapi_ompt.c @@ -881,22 +881,6 @@ on_ompt_event_thread_schedinfo( #endif } -static void -on_ompt_event_thread_schedinfo( - ompt_thread_id_t thread_id, - uint64_t state, - uint32_t cpu, - uint32_t node -) -{ -#if LOG - printf("%" PRIu64 ": ompt_event_thread_schedinfo: state id=%" PRIu64 ", cpu=%i, node=%i\n", thread_id, state, cpu, node); -#endif -#if USE_KAAPI - kaapi_ompt_thread_info_t* koti = &__kaapi_oth_info[thread_id]; - kaapi_tracelib_thread_state( koti->kproc, 0, cpu, node, state ); -#endif -} static void on_ompt_event_thread_state_begin( -- GitLab