A 3D torus interconnect is a network topology having p^3
nodes where p > 2
. A 3D torus is basically a 3D mesh with links connecting nodes on opposite faces (Am I right?).
The bisection width calculated by me comes out to be 2p^2
. However, I am clueless as to how to approach diameter calculation for this. I don't even know where to even begin because I don't understand what purpose the links connecting nodes on opposing faces serve. For those wondering, diameter is the greatest number of hops needed to send a message from one node to another.