Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
2275 Discussions

MPI between two nodes that are not directly connected

yossiamat
Beginner
643 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
643 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
0 Kudos
Reply