Thanks evilmog. One question
As you said, you use gtx980 exclusively, but if I have 5x9tx970 and 5xgtx1080 in 2 computing nodes the array would look like:
?
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?
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?