ThunderGP icon indicating copy to clipboard operation
ThunderGP copied to clipboard

Example of implementing the accelerator for PageRank on Alveo U250 platform

Open ashuthosh-mr opened this issue 4 years ago • 0 comments

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:

  1. Run the commands as :
  2. 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

ashuthosh-mr avatar Aug 02 '21 07:08 ashuthosh-mr