kevin-tang
New Contributor
4 years agoCannot run program on Stratix 10
Hi,
I'm running into issues running one of the OneAPI tutorial programs (link) on Stratix 10 board. It had been running successfully a few days ago. I am getting this issue on node s001-n144 for example.
1. I tried running "aocl initialize acl0 pac_s10_usm" to initialize the correct board variant, it recently gives this error:
Error enumerating AFCs: not found Error enumerating AFCs: not found Error enumerating AFCs: not found Error enumerating AFCs: not found Error enumerating AFCs: not found Error enumerating AFCs: not found Error parsing device name '' aocl initialize: Running initialize from /opt/intel/inteloneapi/intelfpgadpcpp/latest/board/intel_s10sx_pac/linux64/libexec Error parsing device name '' Error enumerating AFCs: not found Error programming device aocl initialize: Program failed.
Instead I expect this output:
aocl initialize: Running initialize from /opt/intel/inteloneapi/intelfpgadpcpp/latest/board/intel_s10sx_pac/linux64/libexec Program succeed.
2. Running the tutorial program I get this output.
Error enumerating AFCs: not found Error enumerating AFCs: not found Error enumerating AFCs: not found Error enumerating AFCs: not found Segmentation fault
I'm wondering what might be the issue.
Thanks,
Kevin