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

About specifying GPU to run software gerbil #23

Open
lkiko opened this issue Jun 26, 2022 · 2 comments
Open

About specifying GPU to run software gerbil #23

lkiko opened this issue Jun 26, 2022 · 2 comments

Comments

@lkiko
Copy link

lkiko commented Jun 26, 2022

If my device has more than two Gpus and I want to specify software gerbil to run on one GPU, how do I set the parameters?

@srechner
Copy link
Collaborator

srechner commented Jul 1, 2022

Gerbil will automatically use all CUDA capable GPUs it detects on the system. It has no option to specify which GPUs to use.

However, you should be able to hide GPUs from gerbil by specifying the CUDA_VISIBLE_DEVICES environment variable. Look here: https://stackoverflow.com/questions/39649102/how-do-i-select-which-gpu-to-run-a-job-on

@lkiko
Copy link
Author

lkiko commented Jul 1, 2022

Thank you for your advice, very applicable.

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