Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run pow-miner-opencl on all available GPUs. #3

Closed
Suhar777777 opened this issue Sep 19, 2021 · 1 comment
Closed

Can't run pow-miner-opencl on all available GPUs. #3

Suhar777777 opened this issue Sep 19, 2021 · 1 comment

Comments

@Suhar777777
Copy link

Hi! I try to run pow-miner-opencl with options - g 0,1,2 or -g 0;1;2 or -g 012 or -g 0+1+2 or -g 0&1&2 or -g 0&&1&&2. But can't run all GPU the same on one instance of pow-miner-opencl.
May be it's run only on multiple instances of PMO (pow-miner-opencl)?
For example 1st instance of PMO GPU0 with option -g0, 2nd inst. of PMO GPU1 with option -g1 and 3rd inst. of PMO GPU2 with option -g2. Only that or conditionally maybe ran with -g All?

@tontechio
Copy link
Owner

tontechio commented Sep 20, 2021

This is not an issue, this is a feature.
Every instance of pow-miner is dedicated to GPU. If you have more than one GPU you have to run as much precesses as much GPUs you want to use.

For example, you have 4 GPUs in a system and you want to use first, second and fourth GPU for mining, lets suppose that third GPU already used by different task:

$ pow-miner-opencl ... -g 0 ... &
$ pow-miner-opencl ... -g 1 ... &
$ pow-miner-opencl ... -g 3 ... &

You can make it in a "nohup" way like in example or run it in a screen sessions, tmux session or even make a simple systemctl service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants