Hi! I did a clean install of Ubuntu 20.04.2 LTS on a Gigabyte Aorus X570 I Pro Wifi with a AMD Ryzen 5950x CPU and a Radeon VII card. The instructions worked fine, except for diff below, and it is now churning its first PRP's (both gpuowl and mprime).
Quote:
Originally Posted by ewmayer
o sudo apt install -y gcc gdb python libgmp-dev git ssh openssh-server clinfo libncurses5 libnuma-dev
|
Please add 'make' here -- as it is not installed by default or anything else.
Quote:
Originally Posted by ewmayer
o Add yourself to the video group. There are 2 options for doing this:
1. The AMD rocm installation guide suggests using the command 'sudo usermod -a -G video $LOGNAME'
|
Option 1 worked fine, after logout/login (or reboot).
However, after following all those instructions above, and building gpuowl fine, 'clinfo' would not find the GPU. I read some instructions here:
https://rocmdocs.amd.com/en/latest/I...de.html#ubuntu
And indeed after doing the following, everything worked:
Quote:
sudo apt install rocm-dkms
reboot
|
I'm using -maxAlloc 16GB since I'm only using one runner, is this pushing anything or is this fine?
Thanks,
Simon