From a3a35af27047b690f243dd9d0335964861c56e40 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Wed, 20 Mar 2019 13:10:45 +0200 Subject: [PATCH 1/2] Update README to reflect location of guide Guide moved to online only, no longer in doc folder --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e24b82eb..9f4067fc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ You can run all of the supported benchmarks, or a subset specified in the command line using one executable file. Use command-line parameters to specify various settings, such as time measurement, message lengths, and selection of communicators. For details, see the Intel(R) MPI Benchmarks User's Guide -located in the /doc directory. +located at: +https://software.intel.com/en-us/articles/creating-custom-benchmarks-for-imb-2019. By default, Intel(R) MPI Benchmarks is installed at: - C:\Program Files (x86)\IntelSWTools\imb on Windows* OS From ed504e182dda52985b621d8647fe8c604a80fb9f Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Mon, 25 Mar 2019 12:02:58 +0200 Subject: [PATCH 2/2] Update README.md Put in correct link to online guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f4067fc..5621ab8f 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ You can run all of the supported benchmarks, or a subset specified in the command line using one executable file. Use command-line parameters to specify various settings, such as time measurement, message lengths, and selection of communicators. For details, see the Intel(R) MPI Benchmarks User's Guide -located at: -https://software.intel.com/en-us/articles/creating-custom-benchmarks-for-imb-2019. +located at: +https://software.intel.com/en-us/imb-user-guide. By default, Intel(R) MPI Benchmarks is installed at: - C:\Program Files (x86)\IntelSWTools\imb on Windows* OS