@CoinBuster, interested in what distro you are using and plotter you used?
Thanks
Best posts made by vadirthedark
-
RE: GPU plot generator v4.1.1 (Win/Linux)posted in Plotter
-
RE: GPU plot generator v4.1.1 (Win/Linux)posted in Plotter
Okay - from Readme file,
"Modify the [PLATFORM] variable to one of [32] or [64] depending on the target platform. Modify the [OPENCL_INCLUDE] and [OPENCL_LIB] variables of the Makefile to the correct path."
"OPENCL_INCLUDE = /opt/AMDAPPSDK-2.9-1/include"
"OPENCL_LIB = /opt/AMDAPPSDK-2.9-1/lib/x86_64"I constructed a 'Makefile' from: https://github.com/bhamon/gpuPlotGenerator/blob/master/Makefile
and made modifications as listed above. While looking at the OPENCL_ variables I went to 'opt' to see if 'AMDAPPSDK..' existed, it does not - looked in Package Manager in Ubuntu to see if packet is listed, it is not. I will try to install AMDAPPSDK... in /opt.First ? - Is it ok to use the 'Makefile'?
Second ? - Is the /opt the one in root? Not sure how to set this up to get correct path from 'OPENCL_'.Thanks for any help available.