Hi,
I have some compiler assisted offload code that when I use a wrapper for the HDF library (v5 1.8.8) breaks with the following error:
On the remote process, dlopen() failed. The error message sent back from the sink is /var/volatile/tmp/coi_procs/1/199062/load_lib/icpcoutRTBEtd: undefined symbol: H5P_CLS_FILE_ACCESS_g
On the sink, dlopen() returned NULL. The result of dlerror() is "/var/volatile/tmp/coi_procs/1/199062/load_lib/icpcoutRTBEtd: undefined symbol: H5P_CLS_FILE_ACCESS_g"
offload error: cannot load library to the device 0 (error code 20)
I do not use the HDF library on the MIC card, so I wonder why it requires the library.
Thanks,
Josh