Skip to content

Commit 062607c

Browse files
authored
Added link to the article on how to create the custom benchmarks.
1 parent 51686f0 commit 062607c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ New in Intel(R) MPI Benchmarks 2019
6767
- New IMB-MT benchmarks.
6868
The benchmarks implement the multi-threaded version of IMB-MPI1 benchmarks
6969
using the OpenMP* paradigm.
70-
- New benchmarks infrastructure implemented in C++.
70+
- New benchmarks infrastructure for easier benchmarks extension is
71+
implemented in C++ (See the guide:
72+
https://software.intel.com/en-us/articles/creating-custom-benchmarks-for-imb-2019).
7173
The IMB-MPI1, IMB-RMA, IMB-NBC, IMB-EXT, IMB-IO, and IMB-MT implementation
72-
is now based on the new C++ infrastructure.
73-
The legacy infrastructure is preserved in the src_c subdirectory.
74+
is now based on the new C++ infrastructure. The legacy infrastructure is
75+
preserved in the src_c subdirectory.
7476
- Syntax changes for the -include and -exclude options.
7577
Benchmarks to include and exclude now must be separated by a comma rather
7678
than a space. Benchmarks to launch can be separated by a comma or a space.

0 commit comments

Comments
 (0)