ContributionsMost RecentMost LikesSolutionsRe: Cannot run program on Stratix 10 Hi BB, I think there is some miscommunication, I'm trying to run a oneAPI example on the FPGA itself (not simulation). I believe the issue is independent of the oneAPI program I'm trying to run, as some 'aocl' commands will also show these errors. I saw some threads from other users over the last few weeks with similar issues to mine, are you able to investigate whether it is an issue with DevCloud? https://community.intel.com/t5/Intel-High-Level-Design/Unable-to-run-on-FPGA-hardware-Error-enumerating-AFCs-not-found/m-p/1283182#M1739 https://community.intel.com/t5/Intel-High-Level-Design/cannot-run-on-fpga-hardware/m-p/1281525#M1717 Thanks, Kevin Cannot 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