Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bcab4577 authored by Thierry's avatar Thierry
Browse files

[fix] suppress double definition

parent 0845030c
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment