Custom loop layout question
Go to solution
Solved by DirkW,
Let's put it that way: you should only ever connect identical blocks in parallel. So 2-4 GPUs (with the same block): fine. Completely separate loop or the parallel GPUs put in serial with the CPU in one loop: both ok. But GPU with CPU in parallel... just don't. Water will follow the path of least resistance, resulting in one of the (very different) blocks not getting enough flow. So, OP, no U-turn from CPU back through the GPUs other side.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now