Forum Discussion
Hi @AbenezerWudenhe,
Thank you for posting in Intel community forum and hope all is well.
My guess is there seems to be some issues with the node mention (i.e. s001-n090) as status are down/offline, hence the failure.
Would suggest to submit a command to specifically target a particular working node to see if that helps, example command as below:
- qsub -q batch@v-qsvr-fpga -l nodes=s001-n081:ppn=2 -d . job.s
Please do let us know if that helps.
Best Wishes
BB
Hello BB,
No I have not tried this method, thank you for the suggestion. I have been using the simple command below
devcloud_login -b A10OAPI (walltime=12:00:00) batch.sh
I will try using your method and report back.
Just to note for anyone else who may be having a similar issue, I found that using the sycl-ls command for OneAPI A10 Nodes differs from node to node, and working ones will typically be able to show more devices in general. I am not sure what to make of this but found it interesting.
# Inside A10 ONEAPI Node Where test FPGA synthesis worked $ sycl-ls [opencl:0] ACC : Intel(R) FPGA Emulation Platform for OpenCL(TM) 1.2 [2021.13.11.0.23_160000] [opencl:0] ACC : Intel(R) FPGA SDK for OpenCL(TM) 1.0 [2022.1] [opencl:1] ACC : Intel(R) FPGA SDK for OpenCL(TM) 1.0 [2022.1] [opencl:0] CPU : Intel(R) OpenCL 3.0 [2021.13.11.0.23_160000] [host:0] HOST: SYCL host platform 1.2 [1.2] # Inside A10 ONEAPI Node Where test FPGA synthesis failed $ sycl-ls [opencl:0] ACC : Intel(R) FPGA Emulation Platform for OpenCL(TM) 1.2 [2021.13.11.0.23_160000] [opencl:0] CPU : Intel(R) OpenCL 3.0 [2021.13.11.0.23_160000] [host:0] HOST: SYCL host platform 1.2 [1.2]