Does anyone know, in Linux, how to enumerate the GPUs? when using Jean-Luc's script? I am using this, but getting an error:
./kangaroo -gpu gpuId0,gpuId1,gpuId2,gpuId3,gpuId4,gpuId5,gpuId6,gpuId7 -ws savedKangs.txt -wi 30 in.txt
Kangaroo v2.2
Unexpected gpuId0,gpuId1,gpuId2,gpuId3,gpuId4,gpuId5,gpuId6,gpuId7 argument
So the question is, how to enumerate the 8 GPUs on the script commend.
Thank you!
Based on the GitHub README file, how about this?
./kangaroo -gpu -gpuId 0,1,2,3,4,5,6,7