Forum Discussion
Hi @JasperW99,
Thank you for posting in Intel community forum and hope this message find you well.
May I know which nodes are you login into in the DevCloud?
In which steps in the tutorial mention that you are having the error?
The mention vector-add repo might been deprecated, you may refer to the one here with the latest updates and steps.
Best Wishes
BB
- JasperW994 years ago
New Contributor
Thanks for replying to my problem. I downloaded the vector-add repo again from your link, but I ran into the same problem. Compiling for the hardware goes without trouble, there are no warnings or errors. However, when I try to execute it onto the FPGA I get various errors.
I invoke the execution with the following command:
qsub -l nodes=1:fpga_runtime:arria10:ppn=2 -d . run.shThe run.sh script:
#!/bin/bash source /opt/intel/inteloneapi/setvars.sh ./vector-add-buffers.fpgaThe script executed on the s001-n083 node and gave the following output:
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/874552.v-qsvr-1.aidevcloud.SC: line 4: 27287 Segmentation fault ./vector-add-buffers.fpga /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-1621947161.tmp: No such file or directory /usr/sbin/kill-illegit-procs: line 108: /dev/shm/kip-jobs-1621947281.tmp: No such file or directory /usr/sbin/kill-illegit-procs: line 108: /dev/shm/kip-procs-1621947341.tmp: No such file or directory /usr/sbin/kill-illegit-procs: line 108: /dev/shm/kip-jobs-1621947401.tmp: No such file or directory /usr/sbin/kill-illegit-procs: line 108: 13247 Killed ps --no-headers -eo uid,pid,ppid 13248 | sort -n 13249 | awk '{if ((2000<$1) && ($1<61184)) {print $0}}' >> $TThanks in advance.