Skip to content

Commit 2d75254

Browse files
author
vladimir.vinnitski
committed
Intel(R) MPI Benchmarks 2019 Update 6 release
1 parent af4b820 commit 2d75254

File tree

163 files changed

+698
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+698
-255
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#*****************************************************************************
22
# * *
3-
# * Copyright 2016-2019 Intel Corporation. *
3+
# * Copyright 2016-2020 Intel Corporation. *
44
# * *
55
# *****************************************************************************
66
#

Makefile_win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#*****************************************************************************
22
# * *
3-
# * Copyright 2016-2019 Intel Corporation. *
3+
# * Copyright 2016-2020 Intel Corporation. *
44
# * *
55
# *****************************************************************************
66
#

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ files and folders appear on your system:
6363
----------
6464
What's New
6565
----------
66+
New in Intel(R) MPI Benchmarks 2019 Update 6
67+
--------------------------------------------
68+
- New IMB-P2P Stencil2D and Stencil3D benchmarks.
69+
- Bug fixes.
70+
6671
New in Intel(R) MPI Benchmarks 2019 Update 5
6772
----------------------------------------
6873
- Added Visual Studio projects for IMB-P2P

ReadMe_IMB.txt

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------------------------
2-
Intel(R) MPI Benchmarks 2019 Update 5
2+
Intel(R) MPI Benchmarks 2019 Update 6
33
README
44
--------------------------------------
55

@@ -62,26 +62,32 @@ files and folders appear on your system:
6262
----------
6363
What's New
6464
----------
65+
New in Intel(R) MPI Benchmarks 2019 Update 6
66+
--------------------------------------------
67+
- New IMB-P2P Stencil2D and Stencil3D benchmarks.
68+
- Bug fixes.
69+
70+
6571
New in Intel(R) MPI Benchmarks 2019 Update 5
66-
----------------------------------------
72+
--------------------------------------------
6773
- Added Visual Studio projects for IMB-P2P
6874
- Bug fixes.
6975

7076

7177
New in Intel(R) MPI Benchmarks 2019 Update 4
72-
----------------------------------------
78+
--------------------------------------------
7379
- Bug fixes.
7480

7581

7682
New in Intel(R) MPI Benchmarks 2019 Update 3
77-
----------------------------------------
83+
--------------------------------------------
7884
- Added the warm_up option that enabled additional cycles before running benchmark(for all size.)
7985
- Added a new benchmark Reduce_local for IMB-MPI1.
8086
- Bug fixes.
8187

8288

8389
New in Intel(R) MPI Benchmarks 2019 Update 2
84-
----------------------------------------
90+
--------------------------------------------
8591
- New IMB-P2P benchmarks.
8692
- Added the Reduce_local benchmark for IMB-MPI1.
8793
- Deleted the alignment option (-alignment).
@@ -90,7 +96,7 @@ New in Intel(R) MPI Benchmarks 2019 Update 2
9096

9197

9298
New in Intel(R) MPI Benchmarks 2019 Update 1
93-
----------------------------------------
99+
--------------------------------------------
94100
- Added the Reduce_scatter_block benchmark for IMB-MPI1.
95101
- Added the aggregate_mode option that specifies the mode for IMB-IO, IMB-EXT and IMB-RMA.
96102
- Added the alignment option that controls buffer alignment.

WINDOWS/IMB-EXT_VS_2013/IMB-EXT.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 2019,0,5,0
57-
PRODUCTVERSION 2019,0,5,0
56+
FILEVERSION 2019,0,6,0
57+
PRODUCTVERSION 2019,0,6,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Intel Corporation"
7373
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
74-
VALUE "FileVersion", "2019.0.5"
74+
VALUE "FileVersion", "2019.0.6"
7575
VALUE "InternalName", "IMB-EXT"
76-
VALUE "LegalCopyright", "Copyright 2003-2019 Intel Corporation."
76+
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
7777
VALUE "OriginalFilename", "IMB-EXT.exe"
7878
VALUE "ProductName", "Intel(R) MPI Benchmarks"
79-
VALUE "ProductVersion", "2019.0.5"
79+
VALUE "ProductVersion", "2019.0.6"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

WINDOWS/IMB-EXT_VS_2015/IMB-EXT.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 2019,0,5,0
57-
PRODUCTVERSION 2019,0,5,0
56+
FILEVERSION 2019,0,6,0
57+
PRODUCTVERSION 2019,0,6,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Intel Corporation"
7373
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
74-
VALUE "FileVersion", "2019.0.5"
74+
VALUE "FileVersion", "2019.0.6"
7575
VALUE "InternalName", "IMB-EXT"
76-
VALUE "LegalCopyright", "Copyright 2003-2019 Intel Corporation."
76+
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
7777
VALUE "OriginalFilename", "IMB-EXT.exe"
7878
VALUE "ProductName", "Intel(R) MPI Benchmarks"
79-
VALUE "ProductVersion", "2019.0.5"
79+
VALUE "ProductVersion", "2019.0.6"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

WINDOWS/IMB-EXT_VS_2017/IMB-EXT.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 2019,0,5,0
57-
PRODUCTVERSION 2019,0,5,0
56+
FILEVERSION 2019,0,6,0
57+
PRODUCTVERSION 2019,0,6,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Intel Corporation"
7373
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
74-
VALUE "FileVersion", "2019.0.5"
74+
VALUE "FileVersion", "2019.0.6"
7575
VALUE "InternalName", "IMB-EXT"
76-
VALUE "LegalCopyright", "Copyright 2003-2019 Intel Corporation."
76+
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
7777
VALUE "OriginalFilename", "IMB-EXT.exe"
7878
VALUE "ProductName", "Intel(R) MPI Benchmarks"
79-
VALUE "ProductVersion", "2019.0.5"
79+
VALUE "ProductVersion", "2019.0.6"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

WINDOWS/IMB-IO_VS_2013/IMB-IO.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 2019,0,5,0
57-
PRODUCTVERSION 2019,0,5,0
56+
FILEVERSION 2019,0,6,0
57+
PRODUCTVERSION 2019,0,6,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Intel Corporation"
7373
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
74-
VALUE "FileVersion", "2019.0.5"
74+
VALUE "FileVersion", "2019.0.6"
7575
VALUE "InternalName", "IMB-IO"
76-
VALUE "LegalCopyright", "Copyright 2003-2019 Intel Corporation."
76+
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
7777
VALUE "OriginalFilename", "IMB-IO.exe"
7878
VALUE "ProductName", "Intel(R) MPI Benchmarks"
79-
VALUE "ProductVersion", "2019.0.5"
79+
VALUE "ProductVersion", "2019.0.6"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

WINDOWS/IMB-IO_VS_2015/IMB-IO.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 2019,0,5,0
57-
PRODUCTVERSION 2019,0,5,0
56+
FILEVERSION 2019,0,6,0
57+
PRODUCTVERSION 2019,0,6,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Intel Corporation"
7373
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
74-
VALUE "FileVersion", "2019.0.5"
74+
VALUE "FileVersion", "2019.0.6"
7575
VALUE "InternalName", "IMB-IO"
76-
VALUE "LegalCopyright", "Copyright 2003-2019 Intel Corporation."
76+
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
7777
VALUE "OriginalFilename", "IMB-IO.exe"
7878
VALUE "ProductName", "Intel(R) MPI Benchmarks"
79-
VALUE "ProductVersion", "2019.0.5"
79+
VALUE "ProductVersion", "2019.0.6"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

WINDOWS/IMB-IO_VS_2017/IMB-IO.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 2019,0,5,0
57-
PRODUCTVERSION 2019,0,5,0
56+
FILEVERSION 2019,0,6,0
57+
PRODUCTVERSION 2019,0,6,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Intel Corporation"
7373
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
74-
VALUE "FileVersion", "2019.0.5"
74+
VALUE "FileVersion", "2019.0.6"
7575
VALUE "InternalName", "IMB-IO"
76-
VALUE "LegalCopyright", "Copyright 2003-2019 Intel Corporation."
76+
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
7777
VALUE "OriginalFilename", "IMB-IO.exe"
7878
VALUE "ProductName", "Intel(R) MPI Benchmarks"
79-
VALUE "ProductVersion", "2019.0.5"
79+
VALUE "ProductVersion", "2019.0.6"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

WINDOWS/IMB-MPI1_VS_2013/IMB-MPI1.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 2019,0,5,0
57-
PRODUCTVERSION 2019,0,5,0
56+
FILEVERSION 2019,0,6,0
57+
PRODUCTVERSION 2019,0,6,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Intel Corporation"
7373
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
74-
VALUE "FileVersion", "2019.0.5"
74+
VALUE "FileVersion", "2019.0.6"
7575
VALUE "InternalName", "IMB-MPI1"
76-
VALUE "LegalCopyright", "Copyright 2003-2019 Intel Corporation."
76+
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
7777
VALUE "OriginalFilename", "IMB-MPI1.exe"
7878
VALUE "ProductName", "Intel(R) MPI Benchmarks"
79-
VALUE "ProductVersion", "2019.0.5"
79+
VALUE "ProductVersion", "2019.0.6"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

WINDOWS/IMB-MPI1_VS_2015/IMB-MPI1.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 2019,0,5,0
57-
PRODUCTVERSION 2019,0,5,0
56+
FILEVERSION 2019,0,6,0
57+
PRODUCTVERSION 2019,0,6,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Intel Corporation"
7373
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
74-
VALUE "FileVersion", "2019.0.5"
74+
VALUE "FileVersion", "2019.0.6"
7575
VALUE "InternalName", "IMB-MPI1"
76-
VALUE "LegalCopyright", "Copyright 2003-2019 Intel Corporation."
76+
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
7777
VALUE "OriginalFilename", "IMB-MPI1.exe"
7878
VALUE "ProductName", "Intel(R) MPI Benchmarks"
79-
VALUE "ProductVersion", "2019.0.5"
79+
VALUE "ProductVersion", "2019.0.6"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

WINDOWS/IMB-MPI1_VS_2017/IMB-MPI1.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 2019,0,5,0
57-
PRODUCTVERSION 2019,0,5,0
56+
FILEVERSION 2019,0,6,0
57+
PRODUCTVERSION 2019,0,6,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Intel Corporation"
7373
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
74-
VALUE "FileVersion", "2019.0.5"
74+
VALUE "FileVersion", "2019.0.6"
7575
VALUE "InternalName", "IMB-MPI1"
76-
VALUE "LegalCopyright", "Copyright 2003-2019 Intel Corporation."
76+
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
7777
VALUE "OriginalFilename", "IMB-MPI1.exe"
7878
VALUE "ProductName", "Intel(R) MPI Benchmarks"
79-
VALUE "ProductVersion", "2019.0.5"
79+
VALUE "ProductVersion", "2019.0.6"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

WINDOWS/IMB-MT_VS_2013/IMB-MT.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 2019,0,5,0
57-
PRODUCTVERSION 2019,0,5,0
56+
FILEVERSION 2019,0,6,0
57+
PRODUCTVERSION 2019,0,6,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Intel Corporation"
7373
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
74-
VALUE "FileVersion", "2019.0.5"
74+
VALUE "FileVersion", "2019.0.6"
7575
VALUE "InternalName", "IMB-MT"
76-
VALUE "LegalCopyright", "Copyright 2003-2019 Intel Corporation."
76+
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
7777
VALUE "OriginalFilename", "IMB-MT.exe"
7878
VALUE "ProductName", "Intel(R) MPI Benchmarks"
79-
VALUE "ProductVersion", "2019.0.5"
79+
VALUE "ProductVersion", "2019.0.6"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

WINDOWS/IMB-MT_VS_2015/IMB-MT.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 2019,0,5,0
57-
PRODUCTVERSION 2019,0,5,0
56+
FILEVERSION 2019,0,6,0
57+
PRODUCTVERSION 2019,0,6,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -71,12 +71,12 @@ BEGIN
7171
BEGIN
7272
VALUE "CompanyName", "Intel Corporation"
7373
VALUE "FileDescription", "Intel(R) MPI Benchmarks"
74-
VALUE "FileVersion", "2019.0.5"
74+
VALUE "FileVersion", "2019.0.6"
7575
VALUE "InternalName", "IMB-MT"
76-
VALUE "LegalCopyright", "Copyright 2003-2019 Intel Corporation."
76+
VALUE "LegalCopyright", "Copyright 2003-2020 Intel Corporation."
7777
VALUE "OriginalFilename", "IMB-MT.exe"
7878
VALUE "ProductName", "Intel(R) MPI Benchmarks"
79-
VALUE "ProductVersion", "2019.0.5"
79+
VALUE "ProductVersion", "2019.0.6"
8080
END
8181
END
8282
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)