wilicc / gpu-burn

Multi-GPU CUDA stress test
BSD 2-Clause "Simplified" License
1.37k stars 295 forks source link

`Syntax Error near -i` when trying to execute only one GPU #73

Closed noslin005 closed 1 year ago

noslin005 commented 1 year ago

I wanted to run gpu_burn on a GPU at a time. The option -i N to execute only on GPU N, does not work. I got a Syntax error near -i.

image

wilicc commented 1 year ago

Ah, the space isn't accepted between 'i' and '0'.

uPaymeiFixit commented 5 months ago

It seems like maybe this shouldn't be closed until at least the documentation is fixed, because the documentation shows an incorrect example.

image