Intel® oneAPI HPC Toolkit
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
2022 Discussions

MPI between two nodes that are not directly connected

yossiamat
Beginner
152 Views
Hi
Assuming that I have three nodes in the network A, B, C such that A is connected to B and B is connected to C, but A and C are not directly connected but only through B. Will it be possible to send an MPI message from A to C by the Intel MPI framework such that B will route it automatically?
0 Kudos
1 Reply
Dmitry_K_Intel2
Employee
152 Views
No, Intel MPI cannot route it automatically. Intel MPI library relies on OS or a driver or whatever, so direct connection between A and C has to be transparent.

Regards!
Dmitry
Reply