Skip to content

Commit

Permalink
Intel(R) MPI Benchmarks 2021.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir.vinnitski committed Apr 9, 2021
1 parent a384ba4 commit 09929a3
Show file tree
Hide file tree
Showing 163 changed files with 780 additions and 279 deletions.
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#*****************************************************************************
# * *
# * Copyright 2016-2020 Intel Corporation. *
# * Copyright 2016-2021 Intel Corporation. *
# * *
# *****************************************************************************
#
Expand Down Expand Up @@ -77,6 +77,10 @@ IMB-P2P:
make -C src_c/P2P -f Makefile TARGET=P2P
@cp src_c/P2P/IMB-P2P .

IMB-MPI1-GPU:
make -C src_cpp -f Makefile TARGET=MPI1 GPU_ENABLE=1
@cp src_cpp/IMB-MPI1 ./IMB-MPI1-GPU


clean:
make -C src_cpp -f Makefile TARGET=MPI1 clean
Expand All @@ -86,4 +90,5 @@ clean:
make -C src_cpp -f Makefile TARGET=IO clean
make -C src_cpp -f Makefile TARGET=MT clean
make -C src_c/P2P -f Makefile TARGET=P2P clean
rm -f IMB-MPI1 IMB-NBC IMB-RMA IMB-EXT IMB-IO IMB-MT IMB-P2P
make -C src_cpp -f Makefile TARGET=MPI1 clean GPU_ENABLE=1
rm -f IMB-MPI1 IMB-NBC IMB-RMA IMB-EXT IMB-IO IMB-MT IMB-P2P IMB-MPI1-GPU
2 changes: 1 addition & 1 deletion Makefile_win
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#*****************************************************************************
# * *
# * Copyright 2016-2020 Intel Corporation. *
# * Copyright 2016-2021 Intel Corporation. *
# * *
# *****************************************************************************
#
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intel(R) MPI Benchmarks
[![Common Public License Version 1.0](https://img.shields.io/badge/license-Common%20Public%20License%20Version%201.0-green.svg)](license/license.txt)
![v2021.1](https://img.shields.io/badge/v.2021.1-Update-orange.svg)
![v2021.2](https://img.shields.io/badge/v.2021.2-Update-orange.svg)
--------------------------------------------------

--------
Expand Down Expand Up @@ -63,6 +63,14 @@ files and folders appear on your system:
----------
What's New
----------
New in Intel(R) MPI Benchmarks 2021.2
----------------------------------------
- New IMB-MPI1-GPU benchmarks (Technical Preview).
The benchmarks implement the GPU version of the IMB-MPI1
- Added -msg_pause option.
- Changed default window_size 64 -> 256
- Bug fixes.

New in Intel(R) MPI Benchmarks 2021.1
----------------------------------------
- Added -window_size option for IMB-MPI1
Expand Down
11 changes: 10 additions & 1 deletion ReadMe_IMB.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------
Intel(R) MPI Benchmarks 2021.1
Intel(R) MPI Benchmarks 2021.2
README
--------------------------------------

Expand Down Expand Up @@ -63,6 +63,15 @@ files and folders appear on your system:
What's New
----------

New in Intel(R) MPI Benchmarks 2021.2
----------------------------------------
- New IMB-MPI1-GPU benchmarks (Technical Preview).
The benchmarks implement the GPU version of the IMB-MPI1
- Added -msg_pause option.
- Changed default window_size 64 -> 256
- Bug fixes.


New in Intel(R) MPI Benchmarks 2021.1
----------------------------------------
- Added -window_size option for IMB-MPI1
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-EXT_VS_2013/IMB-EXT.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2021,1,0,0
PRODUCTVERSION 2021,1,0,0
FILEVERSION 2021,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel Corporation"
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
VALUE "FileVersion", "2021.1"
VALUE "FileVersion", "2021.2"
VALUE "InternalName", "IMB-EXT"
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "OriginalFilename", "IMB-EXT.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.1"
VALUE "ProductVersion", "2021.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-EXT_VS_2015/IMB-EXT.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2021,1,0,0
PRODUCTVERSION 2021,1,0,0
FILEVERSION 2021,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel Corporation"
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
VALUE "FileVersion", "2021.1"
VALUE "FileVersion", "2021.2"
VALUE "InternalName", "IMB-EXT"
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "OriginalFilename", "IMB-EXT.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.1"
VALUE "ProductVersion", "2021.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-EXT_VS_2017/IMB-EXT.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2021,1,0,0
PRODUCTVERSION 2021,1,0,0
FILEVERSION 2021,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel Corporation"
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
VALUE "FileVersion", "2021.1"
VALUE "FileVersion", "2021.2"
VALUE "InternalName", "IMB-EXT"
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "OriginalFilename", "IMB-EXT.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.1"
VALUE "ProductVersion", "2021.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-IO_VS_2013/IMB-IO.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2021,1,0,0
PRODUCTVERSION 2021,1,0,0
FILEVERSION 2021,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel Corporation"
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
VALUE "FileVersion", "2021.1"
VALUE "FileVersion", "2021.2"
VALUE "InternalName", "IMB-IO"
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "OriginalFilename", "IMB-IO.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.1"
VALUE "ProductVersion", "2021.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-IO_VS_2015/IMB-IO.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2021,1,0,0
PRODUCTVERSION 2021,1,0,0
FILEVERSION 2021,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel Corporation"
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
VALUE "FileVersion", "2021.1"
VALUE "FileVersion", "2021.2"
VALUE "InternalName", "IMB-IO"
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "OriginalFilename", "IMB-IO.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.1"
VALUE "ProductVersion", "2021.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-IO_VS_2017/IMB-IO.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2021,1,0,0
PRODUCTVERSION 2021,1,0,0
FILEVERSION 2021,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel Corporation"
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
VALUE "FileVersion", "2021.1"
VALUE "FileVersion", "2021.2"
VALUE "InternalName", "IMB-IO"
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "OriginalFilename", "IMB-IO.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.1"
VALUE "ProductVersion", "2021.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-MPI1_VS_2013/IMB-MPI1.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2021,1,0,0
PRODUCTVERSION 2021,1,0,0
FILEVERSION 2021,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel Corporation"
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
VALUE "FileVersion", "2021.1"
VALUE "FileVersion", "2021.2"
VALUE "InternalName", "IMB-MPI1"
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "OriginalFilename", "IMB-MPI1.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.1"
VALUE "ProductVersion", "2021.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-MPI1_VS_2015/IMB-MPI1.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2021,1,0,0
PRODUCTVERSION 2021,1,0,0
FILEVERSION 2021,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel Corporation"
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
VALUE "FileVersion", "2021.1"
VALUE "FileVersion", "2021.2"
VALUE "InternalName", "IMB-MPI1"
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "OriginalFilename", "IMB-MPI1.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.1"
VALUE "ProductVersion", "2021.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-MPI1_VS_2017/IMB-MPI1.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2021,1,0,0
PRODUCTVERSION 2021,1,0,0
FILEVERSION 2021,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel Corporation"
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
VALUE "FileVersion", "2021.1"
VALUE "FileVersion", "2021.2"
VALUE "InternalName", "IMB-MPI1"
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "OriginalFilename", "IMB-MPI1.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.1"
VALUE "ProductVersion", "2021.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-MT_VS_2013/IMB-MT.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2021,1,0,0
PRODUCTVERSION 2021,1,0,0
FILEVERSION 2021,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel Corporation"
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
VALUE "FileVersion", "2021.1"
VALUE "FileVersion", "2021.2"
VALUE "InternalName", "IMB-MT"
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "OriginalFilename", "IMB-MT.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.1"
VALUE "ProductVersion", "2021.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-MT_VS_2015/IMB-MT.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2021,1,0,0
PRODUCTVERSION 2021,1,0,0
FILEVERSION 2021,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Intel Corporation"
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
VALUE "FileVersion", "2021.1"
VALUE "FileVersion", "2021.2"
VALUE "InternalName", "IMB-MT"
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "OriginalFilename", "IMB-MT.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.1"
VALUE "ProductVersion", "2021.2"
END
END
BLOCK "VarFileInfo"
Expand Down
Loading

0 comments on commit 09929a3

Please sign in to comment.