AMD Error initializing context: clCreateCommandQueue (-6)

It seems that a lot of GPU problems revolve around specific versions of drivers. Though AMD has their own support structure, you can often learn from information reported by others who fold.

Moderators: Site Moderators, FAHC Science Team

Post Reply
lovett1991
Posts: 3
Joined: Sun Mar 29, 2020 9:49 am

AMD Error initializing context: clCreateCommandQueue (-6)

Post by lovett1991 »

CPU has been folding fine however finally got some GPU WU's and they all fail with the following:

*Edit put the wrong log line in

Code: Select all

15:00:05:WU00:FS01:0x22:ERROR:exception: Error initializing context: clCreateCommandQueue (-6)
System specs:

Code: Select all

08:40:58:******************************* System ********************************
08:40:58:            CPU: Intel(R) Pentium(R) CPU G3258 @ 3.20GHz
08:40:58:         CPU ID: GenuineIntel Family 6 Model 60 Stepping 3
08:40:58:           CPUs: 2
08:40:58:         Memory: 7.71GiB
08:40:58:    Free Memory: 7.37GiB
08:40:58:        Threads: POSIX_THREADS
08:40:58:     OS Version: 5.4
08:40:58:    Has Battery: false
08:40:58:     On Battery: false
08:40:58:     UTC Offset: 1
08:40:58:            PID: 864
08:40:58:            CWD: /opt/fah
08:40:58:             OS: Linux 5.4.28-1-MANJARO x86_64
08:40:58:        OS Arch: AMD64
08:40:58:           GPUs: 1
08:40:58:          GPU 0: Bus:1 Slot:0 Func:0 AMD:5 R575A [Radeon R7 250X/HD 7700/8760]
08:40:58:           CUDA: Not detected: Failed to open dynamic library 'libcuda.so':
08:40:58:                 libcuda.so: cannot open shared object file: No such file or
08:40:58:                 directory
08:40:58:OpenCL Device 0: Platform:0 Device:0 Bus:1 Slot:0 Compute:1.2 Driver:3004.6
08:40:58:***********************************************************************
I've tried to install opencl drivers from the arch OpenCL page (new user can't post direct links)

I've installed
  • opencl-mesa
    opencl-amd
Tried to install 'opencl-amdgpu-pro-orca' but I get an error:

Code: Select all

Error: Failed to commit transaction:
conflicting files:
opencl-amdgpu-pro-orca: /etc/OpenCL/vendors/amdocl-orca64.icd already exists in filesystem
Tried to install 'rocm-opencl-runtime' but I get depdency errors, am currently trying to resolve those.

Can anyone help, is there anything else I can try?
Joe_H
Site Admin
Posts: 7870
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: AMD Error initializing context: clCreateCommandQueue (-6

Post by Joe_H »

Another person posted an How-To on AMD drivers for Linux - viewtopic.php?f=81&t=33353&p=318278&hilit=AMD+Linux+install#p318278. Perhaps that can give you some pointers. There are some other posts on doing this, it may take a little searching to find them among all of the new topics and posts.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
Post Reply