Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7873 Discussions

xilink error when traying to use OpenMP and offload to GFX

Armando_L_A_
New Contributor I
291 Views

I am experimenting by first time with target and offload to Intel Graphics Technology.

Following this sample code: https://github.com/jeffhammond/HPCInfo/blob/master/openmp/offload/test_vadd.c

I commented  __cilk portions to avoid deprecated tools.

I installed all IPP libraries (single threaded, multithreaded, etc), but I always get the following error code:

1>xilink: : error #10414: problem extracting library 'libsvml' needed for GFX offload linking
1>Done building project "test_vadd
.vcxproj" -- FAILED.

I am compiling with Intel Parallel Studio XE 2018, update 2,using Visual Studio 2017.

Any advice?

Thanks,

Armando

0 Kudos
1 Reply
Viet_H_Intel
Moderator
291 Views

is libsvml* corrupted for some reasons?

0 Kudos
Reply