Software Archive
Read-only legacy content
17061 Discussions

An error occurs when I use micnativeloadex

xiang_x_
Beginner
400 Views

  hello,everyone.

  First, I use "icc -mmic" to compile a project.then ,I use "make install" to install it,there is no problem until now. But when i use micnativeloadex to run the project excutable binary file(micnativeloadex project_name) ,something wrong happens.The log is like this: 

"Unable to create remote process.
ssh to the coprocessor and run ps to verify the coi_daemon
is executing.
It may be necessary to restart the mpss service."

and i am sure that the coi_daemon is executing on the coprocessor.

However, when i use the absolute path of the project_name(micnativeloadex /../.../project_name), the project outputs the right results.

Who can tell me why? Thank you !

0 Kudos
2 Replies
Andrey_Vladimirov
New Contributor III
400 Views

I have gotten this error message, too, and is very misleading. What happens is micnativeloadex just cannot find the executable "project_name". The solution is, as you figured out, to specify the full path to the executable when you run "micnativeloadex".

It would save people some head scratching time if this error message was more accurate.

0 Kudos
Sumedh_N_Intel
Employee
400 Views

I  understand that the error message is not what you would expect to see. I will get in touch with the development teams to figure out if micnativeloadex could display a more accurate message. 

0 Kudos
Reply