Software Archive
Read-only legacy content
17061 Discussions

Offload error (error code 13)

Severin_G_
Beginner
661 Views

Hi, I try to run a stencil computation on the MIC but sometimes during the offload I get a:

offload error: cannot execute function on the device 0 (error code 13)

Unfortunately I did not found what the error code 13 means. Do you have any clue?

Thanks

0 Kudos
1 Reply
Kevin_D_Intel
Employee
661 Views

The application ran out of memory.

It is my understanding the error code from this message is from COI and maps to COIRESULT from COIResult_common.h located at:

MPSS 2.x:  /opt/intel/mic/coi/include/common
MPSS 3.x:  /usr/include/intel-coi/common/COIResult_common.h

0 Kudos
Reply