Hello… I have a mining platform, organized from 7 AMD graphics cards and 5 Nvidia graphics cards… THE PROBLEM is that I got a little stuck writing extra arguments for the 5 nvidia cards. I want to write separately the values for:
–gpu-cclock0 (A0 - set fixed core clock (in MHZ), separate values with ‘,’ [NVIDIA only])
–gpu-mclock0 (A0 - set fixed memory clock (in MHZ), separate values with ‘,’ [NVIDIA only])
–gpu-coffset0 (A0 - set core clock offset (in MHZ), separate values with ‘,’ [NVIDIA only])
–gpu-moffset0 (A0 - set memory clock offset (in MHZ), separate values with ‘,’ [NVIDIA only])
–gpu-plimit0 (A0 - set power management limit (in W), separate values with ‘,’ [NVIDIA only])
–gpu-fan0 (A0 - set fan speed (in %), separate values with ‘,’ [NVIDIA only])
–gpu-cclock1 (A1 - set fixed core clock (in MHZ), separate values with ‘,’ [NVIDIA only])
–gpu-mclock1 (A1 - set fixed memory clock (in MHZ), separate values with ‘,’ [NVIDIA only])
–gpu-coffset1 (A1 - set core clock offset (in MHZ), separate values with ‘,’ [NVIDIA only])
–gpu-moffset1 (A1 - set memory clock offset (in MHZ), separate values with ‘,’ [NVIDIA only])
–gpu-plimit1 (A1 - set power management limit (in W), separate values with ‘,’ [NVIDIA only])
–gpu-fan1 (A1 - set fan speed (in %), separate values with ‘,’ [NVIDIA only])
–zil-cclock (ZIL - set fixed core clock (in MHZ), separate values with ‘,’ [NVIDIA only])
–zil-mclock (ZIL - set fixed memory clock (in MHZ), separate values with ‘,’ [NVIDIA only])
–zil-coffset (ZIL - set core clock offset (in MHZ), separate values with ‘,’ [NVIDIA only])
–zil-moffset (ZIL - set memory clock offset (in MHZ), separate values with ‘,’ [NVIDIA only])
–zil-plimit (ZIL - set power management limit (in W), separate values with ‘,’ [NVIDIA only])
–zil-fan (ZIL - set f
As you can see in the pictures, I don’t know exactly how I should write them?