From 062607c3a8d2c8856f97ecd6817c88f635f32918 Mon Sep 17 00:00:00 2001 From: ykiryano Date: Thu, 20 Sep 2018 11:24:57 +0300 Subject: [PATCH] Added link to the article on how to create the custom benchmarks. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07b89cfe..e3ea20ee 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,12 @@ New in Intel(R) MPI Benchmarks 2019 - New IMB-MT benchmarks. The benchmarks implement the multi-threaded version of IMB-MPI1 benchmarks using the OpenMP* paradigm. -- New benchmarks infrastructure implemented in C++. +- New benchmarks infrastructure for easier benchmarks extension is + implemented in C++ (See the guide: + https://software.intel.com/en-us/articles/creating-custom-benchmarks-for-imb-2019). The IMB-MPI1, IMB-RMA, IMB-NBC, IMB-EXT, IMB-IO, and IMB-MT implementation - is now based on the new C++ infrastructure. - The legacy infrastructure is preserved in the src_c subdirectory. + is now based on the new C++ infrastructure. The legacy infrastructure is + preserved in the src_c subdirectory. - Syntax changes 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.