Software Archive
Read-only legacy content
17061 Discussions

Cryptic error msg: offload error: cannot offload to MIC - device is not available

Mikalai_K_Intel
Employee
344 Views

"offload error: cannot offload to MIC - device is not available" Could anyone please help me understand what this error message means? Code attempts to offload execution using "pragma offload": Sample code posted by Naik Sumedh in the thread below. http://software.intel.com/en-us/forums/topic/369458 Compilation succeeds: $ source ${path_to_icc}/compilervars.sh intel64 $ icc test1.cpp -o test1 KNC card is up and running: $ /usr/sbin/micctrl -w mic0: online SSH to MIC works alright. I can run native code on the KNC card. Yet, when I attempt to run the executable with offload pragmas on the host I get: $ ./test1 offload error: cannot offload to MIC - device is not available Any ideas why the device appears to be unavailable? Thanks, Nick

0 Kudos
1 Reply
Kevin_D_Intel
Employee
344 Views
0 Kudos
Reply