Skip to content

Commit

Permalink
Intel(R) MPI Benchmarks 2021.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir.vinnitski committed Oct 1, 2021
1 parent 09929a3 commit 8ba5d96
Show file tree
Hide file tree
Showing 165 changed files with 794 additions and 510 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#*****************************************************************************
# * *
# * Copyright 2016-2021 Intel Corporation. *
# * Copyright Intel Corporation. *
# * *
# *****************************************************************************
#
Expand Down
2 changes: 1 addition & 1 deletion Makefile_win
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#*****************************************************************************
# * *
# * Copyright 2016-2021 Intel Corporation. *
# * Copyright Intel Corporation. *
# * *
# *****************************************************************************
#
Expand Down
8 changes: 7 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.2](https://img.shields.io/badge/v.2021.2-Update-orange.svg)
![v2021.3](https://img.shields.io/badge/v.2021.3-Update-orange.svg)
--------------------------------------------------

--------
Expand Down Expand Up @@ -63,6 +63,12 @@ files and folders appear on your system:
----------
What's New
----------
New in Intel(R) MPI Benchmarks 2021.3
----------------------------------------
- Change default value for mem_alloc_type to device
- License update
- Bug fixes.

New in Intel(R) MPI Benchmarks 2021.2
----------------------------------------
- New IMB-MPI1-GPU benchmarks (Technical Preview).
Expand Down
8 changes: 7 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.2
Intel(R) MPI Benchmarks 2021.3
README
--------------------------------------

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

New in Intel(R) MPI Benchmarks 2021.3
----------------------------------------
- Change default value for mem_alloc_type to device
- License update
- Bug fixes.

New in Intel(R) MPI Benchmarks 2021.2
----------------------------------------
- New IMB-MPI1-GPU benchmarks (Technical Preview).
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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-EXT"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-EXT.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-EXT"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-EXT.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-EXT"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-EXT.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-IO"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-IO.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-IO"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-IO.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-IO"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-IO.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-MPI1"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-MPI1.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-MPI1"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-MPI1.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-MPI1"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-MPI1.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-MT"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-MT.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-MT"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-MT.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions WINDOWS/IMB-MT_VS_2017/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,2,0,0
PRODUCTVERSION 2021,2,0,0
FILEVERSION 2021,3,0,0
PRODUCTVERSION 2021,3,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.2"
VALUE "FileVersion", "2021.3"
VALUE "InternalName", "IMB-MT"
VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation."
VALUE "LegalCopyright", "Copyright Intel Corporation."
VALUE "OriginalFilename", "IMB-MT.exe"
VALUE "ProductName", "Intel(R) MPI Benchmarks"
VALUE "ProductVersion", "2021.2"
VALUE "ProductVersion", "2021.3"
END
END
BLOCK "VarFileInfo"
Expand Down
Loading

0 comments on commit 8ba5d96

Please sign in to comment.