Forum Discussion
giulio2
New Contributor
4 years agoFPGA Build fail on Devcloud
Hello,
I'm trying to compile a project on FPGA Hardware on Devcloud.
following these steps:
qsub -I -l nodes=1:fpga_compile:ppn=2 -l walltime=24:00:00
source /opt/intel/inteloneapi/setvars.sh...
BoonBengT_Altera
Moderator
4 years agoHi giulio2,
Thank you for posting in Intel community forum and hope all is well.
My guess is that the command is submitted in the headnodes and did not specify the desire node.
Hence would suggest to use the devcloud_cloud command to access the specific desire node and try to compile the project again.
Hope that helps.
Note: more details of the queue management in devcloud can be found here --> https://devcloud.intel.com/oneapi/documentation/advanced-queue/
Best Wishes
BB