Hi,
I am putting together a quiet system for my research (quiet = watercooled); mostly Monte Carlo simulations. I am no where near finished porting my code. I would like to utilise multiple GPUs. So far I have two water cooled 9800GX2 on my workbench setup. I would like to put everything in the case and am wondering about additional cards. I have two open PCIe (x8) slots and a flex cable thingy so I could add one or two more cards. I’ve searched for power specs on these cards but found nothing. A little experimenting gives:
One 9800GX2 at system idle consumes 90 watts air cooled or 67 watts water cooled (no fan load).
Running the SDK nbody program adds 63 watts at 258 GFLOP/sec; this uses only one of the two G92’s. So a similarly active program using both G92’s would consume 67+63+63=193 watts.
My power supply is rated 1250 watts continuous and 1375 watts peak.
My system with an old VGA card consumes 310 watts with a heavy computational load. So, other things being equal, I could run a similarly active program on 4 cards at 310+193*4=1082 watts. But, other thing are never equal!
First, I am only measuring average power. Transient peaks can be much higher.
Second, how close is the nbody program to “full load”? Does power scale linearly with GFLOP’s?
I don’t want to do this assembly twice. I have to build a substructure to support the weight of the WC cards in a horizontal position and if I buy too many cards, I can’t really return them after modifying them.
An alternative plan is to have the two 9800GX2’s on the x16 slots and two 8800GTS(G92) on the 8x slots; sort of balance the memory bandwidth load.
Another other plan is for 2 x 9800GX2 and 2 x 280 cards (they seem to be dropping in price). Are there potential problems with this mix of cards?
Does anyone have power load data on these cards; either factory specs or personal experience?
Does anyone know of a free or open source program that would give a maximum or near maximum load on these cards?
I realize that maximum utilization of these cards is difficult to achieve but I would rather be prepared for near maximum loads.
Any advice appreciated, Liz