Forum Discussion
Eddie_H_Intel
New Contributor
6 years agoCannot connect to arria10 node
Hello!
I'm attempting to follow the instructions in this repo: (https://github.com/intel/FPGA-Devcloud/tree/master/main/QuickStartGuides/OpenCL_Program_PAC_Quickstart/Arria%2010) but I'm stuck at s...
Dr_FPGA
New Contributor
6 years agoI had the same issue using these instructions. I suspect these are outdated because the node numbers are different in this script and what shows on DevCloud:
pbsnodes | grep -B 4 fpga
I was able to connect to an FPGA node to compile with the following command:
qsub -I -l nodes=1:fpga_compile:ppn=2 -d .
I think to run it you have to have another node with actual FPGA:
qsub -I -l nodes=1:fpga_runtime:ppn=2 -d .