Forum Discussion
Dr_FPGA
New Contributor
5 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 .