Skip to content

Intel(R) MPI Benchmarks 2019

Choose a tag to compare

@ykiryano ykiryano released this 12 Sep 16:03
· 409 commits to master since this release

What's New:

  • New IMB-MT benchmarks. The benchmarks implement the multithreaded version of some of the IMB-MPI1 benchmarks using the OpenMP* paradigm.
  • New benchmarks infrastructure implemented in C++. The IMB-MPI1, IMB-RMA and IMB-MT implementation is now based on the new C++ infrastructure (IMB-NBC, IMB-EXT and IMB-IO still use the legacy one). The legacy infrastructure is preserved in src_c subdirectory.
  • Changes in syntax for the -include and -exclude options. Benchmarks to include and exclude now must be separated by a comma rather than a space. Benchmarks to launch can be separated by a comma or a space.
  • Iteration policy can no longer be set with the -iter option. Use -iter_policy instead.
  • Added a new option -noheader for IMB-MT to disable printing of benchmark headers.
  • Added a new benchmark BarrierMT for IMB-MT.