- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hiii
During offloading a particular function of a application on intel Xeon phi, I am facing a problem while running.Plese provide any details what is the reason of this error and How can I resolve it ????
Here is the details of the ERROR
On the sink, dlopen() returned NULL. The result of dlerror() is "/tmp/coi_procs/1/16068/load_lib/cambMIC: undefined symbol: modelparams_mp_grhok_"
On the remote process, dlopen() failed. The error message sent back from the sink is /tmp/coi_procs/1/16068/load_lib/cambMIC: undefined symbol: modelparams_mp_grhok_
offload error: cannot load library to the device 0 (error code 20).
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The error suggests a reference to module procdure grhok inside offloaded code; however, the routine lacks declaration for such use.
In module modelparams, near the declaration for grhok, try adding the line below and building your app:
!DIR$ ATTRIBUTES OFFLOAD : mic :: grhok

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