llnl / llnl/GOTCHA

Intel compiler mkl wrapping dgemm_: undefined symbol: ompt_start_tool

Open
#94 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
88
Forks
31
PR merge metrics
No merged PRs in 30d

Description

This bug might be linked to #70 Intel OpenMP breaks Gotcha bug.
Intel version used: intel/19.0.3.199
Trying to wrap dgemm_ from mkl I got:

[...]
[44825/44825][gotcha.c:343] - Gotcha wrap completed successfully
Before wrappee dgemm call
./a.out: symbol lookup error: /opt/intel/compilers_and_libraries_2019.3.199/linux/compiler/lib/intel64/libiomp5.so: undefined symbol: ompt_start_tool

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with gotcha.c around line 343 and reproduce the dgemm_ wrapping case using Intel 19.0.3.199 and the reported libiomp5.so error. Read the related Intel OpenMP issue in #70 and trace the wrap completion through the failing symbol lookup. Done means the reported undefined ompt_start_tool failure is resolved or its supported configuration and limitation are documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.