Skip & Limit Calculator
#3
Thanks evilmog. One question

Code:
# Enter in the GPU count per node seperated by spaces
gpunodes=(8 8 4 4 4 4 4 4);

As you said, you use gtx980 exclusively, but if I have 5x9tx970 and 5xgtx1080 in 2 computing nodes the array would look like:
Code:
gpunodes=(5 12);

?

I treat whole system as gtx970 power, and looking at benchmarks gtx1080 is about ~2.5 times faster than 970. So my second node would act like it was built with 12 gpus, right?


Messages In This Thread
Skip & Limit Calculator - by evilmog - 09-09-2016, 12:37 AM
RE: Skip & Limit Calculator - by atom - 09-10-2016, 09:53 AM
RE: Skip & Limit Calculator - by d2 - 09-10-2016, 08:51 PM
RE: Skip & Limit Calculator - by atom - 09-12-2016, 12:12 AM