Trying to GPU plot
-
@iKnow0
I'm on ubuntu 16.10./gpuPlotGenerator generate buffer /media/ziomar/Maxtor/test_gpu_plot/10901550065498858982_0_3815000_381500
-
@ccminer use 0 0 12288 192 8192 and change the last number of the command line to 3815
-
@iKnow0
Nope back to -61 error
-
@ccminer change the last two numbers to 4096
-
@ccminer -61 error relates to the stagger size
-
@iKnow0
-61 is solved we have to solve -11
-
@ccminer not sure if this will help you any http://stackoverflow.com/questions/9464190/error-code-11-what-are-all-possible-reasons-of-getting-error-cl-build-prog
-
@ccminer i have not seen the -11 error ever before
-
@iKnow0
I'll study it tomorrow thank you for your time and I'll keep you updated!
-
@ccminer ok, no worries
-
@ccminer you are using 64 bit java?
-
@iKnow0 I have to check why?
-
@ccminer the GPU plotter only works with 64bit java as far as i know.
-
First thing tomorrow morning I'll check it ;)
I wrote an issue on github I hope the developer will reply.
Trying to use this gpu plotter is getting a complicated matter @_@. .
-
@iKnow0
Yes I have 64 bits
-
for devices.txt try
0 0 4096 128 8192 (if screen freezes or crashes drivers decrease 8192 to 4096)this is the numbers for your card (4096 = 4GB RAM)
considering your logged error you should see about this:Install the build-essential and g++ packets. Install OpenCL (available in the manufacturer SDKs). You may have to install the opencl headers ([apt-get install opencl-headers] on Ubuntu). 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. Example: OPENCL_INCLUDE = /opt/AMDAPPSDK-2.9-1/include OPENCL_LIB = /opt/AMDAPPSDK-2.9-1/lib/x86_64 Run the following commands : cd <this directory> make dist The [dist] folder contains all the necessary files to launch the GPU plotter.this is from readme file on building with linux, you might have build for a wrong platform.
-
@iKnow0 New error
[ERROR][-1001][CL_UNKNOWN] Unable to retrieve the OpenCL platforms number
I'm getting crazy!!!
-
@ccminer check how your card appears on a system
List platforms
This command lists and describes the OpenCL platforms on your system. Each platform contains one or more devices
that can be used by the generation process.Example usage:
./gpuPlotGenerator listPlatformsList devices
This command lists and describes the OpenCL devices for a specific platform.
Example usage:
./gpuPlotGenerator listDevices 0
-
Thank you for your help I'm working with the developer on github.
If we will be able to sove I'll write a post to explain how I did step by step.Now I get this error
[ERROR] std::bad_allocI hope we are close by a solution
-
@ccminer Ok it started!!!!

