Forum Discussion
ArunJ_Intel
New Contributor
4 years agoHi
Could you please confirm if you are using oneAPI devcloud or FPGA devcloud. Also share with us the qsub command that you are using to request compute node.
Thanks
Arun Jose
Beniel_T
New Contributor
4 years agoHi @ArunJ_Intel,
I'm using intel Devcloud and I'm using job submit script containing bellow line, where the script contains 'make run' the hardware binary.
qsub -l nodes=1:fpga_runtime:ppn=2 -d . $script
also, I print the platform and the device, before launching the kernel in the code and I get the output as,
Platform name: Intel(R) FPGA SDK for OpenCL(TM) Device name: pac_a10 : Intel PAC Platform (pac_ee00000)
After this verbose, at the point I call the kernel, I get the error.