- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Team, I ma faced with the problem below:
We have a third-party** executable compiled using icc v9.0
and when we run it we get the runtime error:
"undefined symbol: __intel_cpu_indicator"
So what do we need to do to be able to run this
executable.
Your Help is much so appreciated
Paul
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Find out which exact version of icc was used to build, including whether they may have linked first against a performance library such as MKL, and 32-/64- bit. Install the corresponding .so in a directory and put that directory on LD_LIBRARY_PATH (or ldconfig). A full license covering that version (even if since expired) entitles that person to tar up the correct .so set together with the application, so you shouldn't have to go search.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page