Forum Discussion
Issue in using FPGA nodes on devcloud
hello ,
i keep getting these errors can someone help me out.
Makefile:14: *** Set INTELFPGAOCLSDKROOT to the root directory of the Intel(R) FPGA SDK for OpenCL(TM) software installation. Stop.
/usr/sbin/kill-illegit-procs: line 6: /etc/kill-illegit-procs.cfg: No such file or directory
/usr/sbin/kill-illegit-procs: line 6: /etc/kill-illegit-procs.cfg: No such file or directory
7 Replies
- BoonBengT_Altera
Moderator
Hi @adarsh_m,
Thank you for posting in Intel community forum and hope all is well.
Mind if I ask on which node that you are facing the error? As well as which example design are you compiling with which command?
Hope to hear from you soon.Best Wishes
BB - adarsh_m
New Contributor
Thanks for responding @BoonBengT_Altera
hello ,i am submitting Jobs on FPGA nodes available on Devcloud . i am compiling using Makefile and submitting using qsub as shown below part of Makefile and submission stepsMakefile part____________________________________________________________ _____________________ fpga : CXXFLAGS += -DFPGA
fpga : cleanfpga \
$(TARGET_DIR)/$(TARGETHfpga)
aoc -v ${CLFILENAME}.cl -o bin/${CLFILENAME}.aocx
d=$$(date +%s%N)\
; cd $(TARGET_DIR) && ./$(TARGETHfpga) \
&& echo " ______________________$@ Build took $$(($$(($$(date +%s%N)-d))/1000000)) mili seconds____________________"____________________________________________________________ _________________________ Submission using :____________________________________________________________ ___________________________ " qsub -l walltime=24:00:00 -l nodes=1:fpga:ppn=2 -d . fpga " - BoonBengT_Altera
Moderator
Hi @adarsh_m,
Thanks for the details, is it correct to say that you are trying to execute a Opencl kernel design on an FPGA?
I am still trying to understand the situation or to simulate the issues, will it be possible for you to share the example design you are building and makefile that you using to compile.Best Wishes
BB- adarsh_m
New Contributor
HELLO @BoonBengT_Altera yes i am trying to run OpenCL kernel design on FPGA
- adarsh_m
New Contributor
PFA ,Makefile and kernel file nbody.cl also can you tell why only one job gets to run previously 3-5 jobs would start running .These days except one all remain in queue waiting.
- BoonBengT_Altera
Moderator
Hi @adarsh_m,
Apologies for the hold up, if above qsub command are run in the headnode, sometimes it might cause error such as missing files/dependencies.
Hence, recommended steps for that is to use the devcloud_login command to access the desire nodes with kits, and run the batch command.
Please do try and let us know if that helps.Best Wishes
BB
- BoonBengT_Altera
Moderator
Hi @adarsh_m,
Greetings, as we do not receive any further clarification on what is provided, we would assume challenge are resolved. Hence thread will no longer monitor this thread. For new queries, please feel free to open a new thread and we will be right with you. Pleasure having you here.
Best Wishes
BB