Hi,
I am very new to Intel Xeon/Phi. I have tried to do programming with the card on Ubuntu 16.04. I have successfully installed MPSS and run the native program. However, when I tried to run as offload method. It's failed.
The error message is
The remote process indicated that the following libraries could not be loaded: libiomp5.so liboffload.so.5 libcilkrts.so.5
offload error: cannot start process on the device 0 (error code 19)
I have NFS mount /opt/intel... with the card and also set LD_LIBRARY_PATH to the libraries folder.
What should I do to solve this problem?