How do I deal with too few internal PCIe power connectors for a GPU?

4

I have an HP Z820 workstation and currently I have an Nvidia Quadro 600 (for display) and a GFX Titan (for CUDA computing) installed. The Titan takes up all the available internal PCI-Express auxiliary power cables. Now, I would to add another GPU (such as a second Titan or K40) and take out the Quadro 600, but there are no more PCIe power connectors. The workstation has a 1125W power supply and my UPS shows the whole system consuming max 550W when under load and performing computations on the Titan, so I am quite confident that the power supply could handle another GPU.

Is there a (safe) way to power two GPUs using the available PCIe power connectors, e.g. by using splitter cables?

oceanhug

Posted 2014-10-30T20:27:34.587

Reputation: 181

Answers

3

[Post editted with more information as it came available from comments]

According to the specs here the GFX Titan draws up to 250 Watt of power. It draw that via:

  • The motherboard PCIe slot (up to 75 Watt)
  • One 6 pin PEG (which allows up to 6¼ amp @ +12v)
  • One 8 pin PEG (which allows up to 12½ amp @ +12v)

The sum of max supplied power: 75W + 75W + 150 W == 300 Watt.
The card uses up to 250W of the available 300 Watt.

Two Titan cards would draw up to 500 Watt. Most of that from +12v lines.


Now a typical power supply has several outputs which match different internal circuits. E.g. it provides +3.3v, +5v, +12v, -12v etc etc. Most of these are connected to the motherboard via a 24 pins connector.

In addition to that a typical motherboard has molex connectors with +5v and +12v options. (Some of them in the traditional molex form. some of them instead ending in a SATA powersupply connector which uses/provides the same +5v and +12v).

Lastly since graphics cards starting consuming large amounts of power (more than the mazx 75 Watt supplied via the PCI-e connector) we gained additional power connectors on the PSU. These supply only +12v, but at rather large amperages.

Picture with Molex, SATA power, PEG8 and PEG 6+2

Given that rather large currents from though these extra connectors it seems desired to connect those without lots of extra contact points (read: as few conversion cables as possible. Any of these might have bad contacts and might add resistance. Large currents plus resistance is heat).

For this reason I previously adviced not to split/change the original cable set.


Up tow I just mentioned connectors and voltages. There is a reason for this. A computer PSU is not supposed to have overcurrent protection build in. E.g. on the yellow 12v lines it should not deliver more than 20 Ampere. Should something attemp to draw more power then a short circuit is assumed the the PSU shuts itself down.

This means max. 240 Watt (20 amp at +12v).

If we want to draw more power than that we either need:

  1. Multiple power supplies.
  2. Or a 'single' PSU box which contains multiple power supplies in one box.

There multiple powersupplies we call rails.

Thes rails can be properly build as real independend parts with their own control circuits and overcurrent protection, or they may be a mix where the PSU implements part of this. Regardless, for huge (>= 1125Watt) PSU something like this must be in use.

If there are trulue separate rails then you do not want to draw power from one rail to both graphics cards. (Remember, max 240 Watt, which plenty for about one PEG 6 and one PEG 8), but not for twice that.

So you want to check the PSU for rails and if possible connect one Titan to one rail and the other to a different rails. There rails are likely marked +12v-1, +12v-2 etc etc.

You wrote that your PSU has three PEG6's. Those are likely to be part of one rail. Using thoese three (as PEG6 and [2xPEG6->PEG8 cable] should be OK. Leaving the other parts for supplying power to the other Titan using cables like these:

Example found by googling Molex to 6 pins

Note that a 1250 Watt PSU (which your 1125 is provided it has enough AC in) probably has 4 rails. But I still cannot find any good documentation on that.

Hennes

Posted 2014-10-30T20:27:34.587

Reputation: 60 739

I am actually already using molex-to-6pin adapters, so I have no more free PCIe or molex cables. – oceanhug – 2014-10-30T20:51:23.877

Any specs on the PSU? If it is one big rail then molex splitters should work, though I am not happy with pushing large currents though unneeded connectors. Which means use as few of those as possible. – Hennes – 2014-10-30T20:52:47.207

if it is this PSU then it has two +12v parts. (link followed from here).

– Hennes – 2014-10-30T20:57:19.320

The Z820 specs are here: http://www8.hp.com/h20195/v2/GetDocument.aspx?docname=c04111177 (power supply specs on p21 - I have the 1125W one).

– oceanhug – 2014-10-30T21:02:14.077

Well, thanks a lot - I actually just opened the case and it turns out I didn't remember the situation quite correctly. In total there are 3x 6pin PCIe and 2x molex cables. I'm using the three 6pin cables with a 2x-6pin-to-8pin adapter to power the Titan (needs one 6pin and one 8pin), the two molex are unused. Which adapters would you recommend to end up with 2x 6pin and 2x 8pin? – oceanhug – 2014-10-30T21:46:10.593

-2

Just use a VisionTek Juicebox. It's a dedicated graphics powersupply that fits in a vacant 5.25" bay. (ie. CD/DVD-ROM Slot).

ImpartialTech

Posted 2014-10-30T20:27:34.587

Reputation: 1

1Product isn't even sold anymore. – Ramhound – 2016-04-23T13:15:10.033