Need help for gpuPlotGenerator!!



  • @AnotherDeadBody said in Need help for gpuPlotGenerator!!:

    lol. damn.. no idea. id look back through add device and see if you can find something there.

    I thinking of reinstalling the OS.



  • what do you see when you do ./gpuPlotGenerator setup then choose

    1. Add device config


  • @AnotherDeadBody said in Need help for gpuPlotGenerator!!:

    what do you see when you do ./gpuPlotGenerator setup then choose

    Add device config

    root@Tesla-SuperComputer:/home/tate/gpuPlotGenerator-bin-linux-x64-4.0.2# ./gpuPlotGenerator setup
    -------------------------
    GPU plot generator v4.0.2
    -------------------------
    Author:   Cryo
    Bitcoin:  138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD
    Burst:    BURST-YA29-QCEW-QXC3-BKXDL
    ----
    Loading platforms...
    Loading devices...
    Loading devices configurations...
    [WARNING] No config file found
    ----
    1. List all devices
    2. List configured devices
    3. Add device config
    4. Remove device config
    9. Save config
    0. Quit
    
    > Select an option:
    


  • btw im on discord under same name.
    select option 3 and show me what it says.



  • @AnotherDeadBody

    tate@Tesla-SuperComputer:~/gpuPlotGenerator-bin-linux-x64-4.0.2$ ./gpuPlotGenerator setup
    -------------------------
    GPU plot generator v4.0.2
    -------------------------
    Author:   Cryo
    Bitcoin:  138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD
    Burst:    BURST-YA29-QCEW-QXC3-BKXDL
    ----
    Loading platforms...
    Loading devices...
    Loading devices configurations...
    [WARNING] No config file found
    ----
    1. List all devices
    2. List configured devices
    3. Add device config
    4. Remove device config
    9. Save config
    0. Quit
    
    > Select an option: 3
    
    Platform id: 0
    Device id: 0
    Global work size (8192 recommended): 8192
    Local work size (256 recommended): 256
    Hashes number (8192 recommended): 8192
    ----
    Normalizing config...
    New config added
    
    ----
    1. List all devices
    2. List configured devices
    3. Add device config
    4. Remove device config
    9. Save config
    0. Quit
    
    > Select an option: 
    


  • ok. so that added the cpu in. so its not either seeing your card, or that software doesnt support your card. i dont think installing over again in ubuntu will fix it. I usually use debian or ubuntu for most things.

    what is output of
    lshw -numeric -C display



  • @AnotherDeadBody

    root@Tesla-SuperComputer:/home/tate/gpuPlotGenerator-bin-linux-x64-4.0.2# lshw -numeric -C display
      *-display UNCLAIMED     
           description: 3D controller
           product: GF100GL [Tesla T20 Processor] [10DE:6DE]
           vendor: NVIDIA Corporation [10DE]
           physical id: 0
           bus info: pci@0000:01:00.0
           version: a3
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress cap_list
           configuration: latency=0
           resources: memory:f4000000-f5ffffff memory:e4000000-e7ffffff memory:e0000000-e3ffffff ioport:e000(size=128) memory:f6000000-f607ffff
      *-display
           description: VGA compatible controller
           product: 4th Generation Core Processor Family Integrated Graphics Controller [8086:41E]
           vendor: Intel Corporation [8086]
           physical id: 2
           bus info: pci@0000:00:02.0
           version: 06
           width: 64 bits
           clock: 33MHz
           capabilities: msi pm vga_controller bus_master cap_list rom
           configuration: driver=i915 latency=0
           resources: irq:33 memory:f6400000-f67fffff memory:d0000000-dfffffff ioport:f000(size=64)
    root@Tesla-SuperComputer:/home/tate/gpuPlotGenerator-bin-linux-x64-4.0.2# 
    




  • One issue i ran into setting up the pool on linux was i had to run gnome desktop to run wallet and software ( java ) they ran in terminals. i used vnc to access it. that shows your card but that it unselected as the desktop. The one that yoru selected on is a intergrated card.. but this is my guess. id install X and try to run it from inside x with the nvidia card

    What do you think?



  • @AnotherDeadBody said in Need help for gpuPlotGenerator!!:

    intergrated

    I use the integrated card, because this GPU does not have a display port.

    I'll give it a try.



  • did you do this?
    http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.44-1_amd64.deb

    dpkg -i cuda-repo-ubuntu1604_8.0.44-1_amd64.deb
    apt-get update
    apt-get install cuda



  • @AnotherDeadBody Yes I did.



  • very odd. i noticed he was using ubuntu 14 though.



  • @AnotherDeadBody I starting to hate 16.04, maybe Ill try 14. What you think?



  • @AnotherDeadBody Do you think it will work in vbox?



  • i would use vmware myself. but yes ubuntu 14 is worth a try.



  • Okay I got OpenCL working!

    tate@Nvida-SuperComputer:~$ clinfo
    Number of platforms:                             1
      Platform Profile:                              FULL_PROFILE
      Platform Version:                              OpenCL 1.2 CUDA 8.0.44
      Platform Name:                                 NVIDIA CUDA
      Platform Vendor:                               NVIDIA Corporation
      Platform Extensions:                           cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts
    
    
      Platform Name:                                 NVIDIA CUDA
    Number of devices:                               1
      Device Type:                                   CL_DEVICE_TYPE_GPU
      Device ID:                                     4318
      Max compute units:                             14
      Max work items dimensions:                     3
        Max work items[0]:                           1024
        Max work items[1]:                           1024
        Max work items[2]:                           64
      Max work group size:                           1024
      Preferred vector width char:                   1
      Preferred vector width short:                  1
      Preferred vector width int:                    1
      Preferred vector width long:                   1
      Preferred vector width float:                  1
      Preferred vector width double:                 1
      Native vector width char:                      1
      Native vector width short:                     1
      Native vector width int:                       1
      Native vector width long:                      1
      Native vector width float:                     1
      Native vector width double:                    1
      Max clock frequency:                           1147Mhz
      Address bits:                                  64
      Max memory allocation:                         687390720
      Image support:                                 Yes
      Max number of images read arguments:           128
      Max number of images write arguments:          8
      Max image 2D width:                            16384
      Max image 2D height:                           16384
      Max image 3D width:                            2048
      Max image 3D height:                           2048
      Max image 3D depth:                            2048
      Max samplers within kernel:                    16
      Max size of kernel argument:                   4352
      Alignment (bits) of base address:              4096
      Minimum alignment (bytes) for any datatype:    128
      Single precision floating point capability
        Denorms:                                     Yes
        Quiet NaNs:                                  Yes
        Round to nearest even:                       Yes
        Round to zero:                               Yes
        Round to +ve and infinity:                   Yes
        IEEE754-2008 fused multiply-add:             Yes
      Cache type:                                    Read/Write
      Cache line size:                               128
      Cache size:                                    229376
      Global memory size:                            2749562880
      Constant buffer size:                          65536
      Max number of constant args:                   9
      Local memory type:                             Local
      Local memory size:                             49152
      Error correction support:                      1
      Unified memory for Host and Device:            0
      Profiling timer resolution:                    1000
      Device endianess:                              Little
      Available:                                     Yes
      Compiler available:                            Yes
      Execution capabilities:
        Execute OpenCL kernels:                      Yes
        Execute native function:                     No
      Queue properties:
        Out-of-Order:                                Yes
        Profiling :                                  Yes
      Platform ID:                                   0x17567f0
      Name:                                          Tesla M2050
      Vendor:                                        NVIDIA Corporation
      Device OpenCL C version:                       OpenCL C 1.1
      Driver version:                                367.48
      Profile:                                       FULL_PROFILE
      Version:                                       OpenCL 1.1 CUDA
      Extensions:                                    cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts
    
    
    tate@Nvida-SuperComputer:~$
    
    


  • But when it still does not work.

    tate@Nvida-SuperComputer:~/Downloads/gpuPlotGenerator-bin-linux-x64-4.0.3$ ./gpuPlotGenerator help
    Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!
    tate@Nvida-SuperComputer:~/Downloads/gpuPlotGenerator-bin-linux-x64-4.0.3$
    
    


  • Didnt we fix that in the last setup? Im glad the open cl works. Prehaps you can post what you did here to help other who may run accros the same issues.


Log in to reply
 

Looks like your connection to Burst - Efficient HDD Mining was lost, please wait while we try to reconnect.