Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] htcondor gpu numbering
- Date: Sat, 06 Apr 2019 18:00:08 +0200
- From: Valerio Bellizzomi <valerio@xxxxxxxxxx>
- Subject: [HTCondor-users] htcondor gpu numbering
Greetings,
I have read in the manual that gpu numbering for the variable
AssigneGPUs is or CUDAx or OCLx.
My program can get the device via a -device command line parameter,
which is an Integer starting from zero.
The question is how to strip the OCL part in order to pass the parameter
to my program via -device x.
Thanks.