JasperW99
New Contributor
4 years agoUnable to run on FPGA hardware (Error enumerating AFCs: not found)
I've tried to follow numerous DPC++ tutorials to run code on the FPGA hardware, but everytime it seems to fail. I have seen other posts on this forum regarding the same issue, but there doesn't seem to be a solution for it yet. Are the tutorials/documentation outdated or am I doing something structurally wrong? Here's an example of the output I get after trying to run on an fpga_runtime:arria10 node when explicitly compiling for this acceleration card:
Error enumerating AFCs: not found Error enumerating AFCs: not found Error enumerating AFCs: not found Error enumerating AFCs: not found /var/spool/torque/mom_priv/jobs/868910.v-qsvr-1.aidevcloud.SC: line 4: 20874 Segmentation fault ./fpga_hardware /usr/sbin/kill-illegit-procs: line 6: /etc/kill-illegit-procs.cfg: No such file or directory /usr/sbin/kill-illegit-procs: line 108: /dev/shm/kip-procs-1621517224.tmp: No such file or directory /usr/sbin/kill-illegit-procs: line 108: /dev/shm/kip-procs-1621517284.tmp: No such file or directory /usr/sbin/kill-illegit-procs: line 108: /dev/shm/kip-procs-1621517344.tmp: No such file or directory /usr/sbin/kill-illegit-procs: line 108: /dev/shm/kip-procs-1621517404.tmp: No such file or directory /usr/sbin/kill-illegit-procs: line 108: /dev/shm/kip-procs-1621517464.tmp: No such file or directory
Especially the "Error enumerating AFCs: not found" is an error that seem to come back everytime. It seems that it doesn't matter what source file or template makefile I use, I always get the same error. I hope someone can help/fix this.