Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2229 Discussions

Poor performance of MPI even with Infiniband

seongyun_k_
Beginner
779 Views

Hi,

I am benchmarking how much network bandwidth MPI can exploit for my use cases.

I tested the bandwidth between two machines using TCP socket communication and confirmed that they could send/receive 2~3GB of data per sec.

However, I cannot see those numbers from the MPI benchmark results (Intel MPI Benchmark, MPIVCH Benchmark ...) and also in my application.

In my use case, each machine has one MPI process dedicated for the network communication and performs only inter-machine communication.

How can I fully exploit network bandwidth of inter-machine communication?

 

0 Kudos
1 Reply
Artem_R_Intel1
Employee
779 Views

Hi,

You can try IMB uniband/biband benchmarks. See the Intel® MPI Benchmarks User Guide and Methodology Description for details. You can download IMB source files and documentation here.

0 Kudos
Reply