User Profile
adarsh_m
Joined 5 years ago
User Widgets
Contributions
Re: Issue in using FPGA nodes on devcloud
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 steps Makefile 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 "2.5KViews0likes0Commentsfpga on devcloud always give some or other error
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 directory691Views0likes1CommentIssue 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 directory2.6KViews0likes7CommentsError enumerating AFCs: not found on dev cloud
Error enumerating AFCs: not found on dev cloud hello , i have again started facing error 139 and Error enumerating AFCs: not found in all my jobs submitted on fpgas. Please look into it ,why the similar issue keeps coming and going again and again1.6KViews0likes3Comments