ThunderGP
ThunderGP copied to clipboard
Example of implementing the accelerator for PageRank on Alveo U250 platform
While running the commands as listed in the github page for pagerank application on u250 platform, the make process fails A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Run the commands as :
- git clone https://github.com/Xtra-Computing/ThunderGP.git $ cd ./ $ vim ThunderGP.mk $ # configure the DEVICE as DEVICES := xilinx_u250_xdma_201830_2; configure TARGETS := hw $ make app=pr all 3 error.txt . See error
Expected behavior The make process should pass.
Screenshots The resulting logs have been attached to this issue.
Desktop :
- OS: Ubuntu 18.04
- Xilinx SDx 2018.3
- Gcc version 7.5(this might be the problem that might be causing since required is 9.3)
- Device-Alveo u250
Thank you