diff --git a/Makefile b/Makefile index 017bfd93..50556bf3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/Makefile_win b/Makefile_win index 3e0ddd5f..3fe5b244 100644 --- a/Makefile_win +++ b/Makefile_win @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/README.md b/README.md index 1157fafa..5b9a9356 100644 --- a/README.md +++ b/README.md @@ -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) -------------------------------------------------- -------- @@ -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). diff --git a/ReadMe_IMB.txt b/ReadMe_IMB.txt index 2f58f460..8c9bf15c 100644 --- a/ReadMe_IMB.txt +++ b/ReadMe_IMB.txt @@ -1,5 +1,5 @@ -------------------------------------- -Intel(R) MPI Benchmarks 2021.2 +Intel(R) MPI Benchmarks 2021.3 README -------------------------------------- @@ -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). diff --git a/WINDOWS/IMB-EXT_VS_2013/IMB-EXT.rc b/WINDOWS/IMB-EXT_VS_2013/IMB-EXT.rc index 5970e6cf..3125e6e3 100644 --- a/WINDOWS/IMB-EXT_VS_2013/IMB-EXT.rc +++ b/WINDOWS/IMB-EXT_VS_2013/IMB-EXT.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-EXT_VS_2015/IMB-EXT.rc b/WINDOWS/IMB-EXT_VS_2015/IMB-EXT.rc index 5970e6cf..3125e6e3 100644 --- a/WINDOWS/IMB-EXT_VS_2015/IMB-EXT.rc +++ b/WINDOWS/IMB-EXT_VS_2015/IMB-EXT.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-EXT_VS_2017/IMB-EXT.rc b/WINDOWS/IMB-EXT_VS_2017/IMB-EXT.rc index 5970e6cf..3125e6e3 100644 --- a/WINDOWS/IMB-EXT_VS_2017/IMB-EXT.rc +++ b/WINDOWS/IMB-EXT_VS_2017/IMB-EXT.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-IO_VS_2013/IMB-IO.rc b/WINDOWS/IMB-IO_VS_2013/IMB-IO.rc index 8c6fd283..7440fa04 100644 --- a/WINDOWS/IMB-IO_VS_2013/IMB-IO.rc +++ b/WINDOWS/IMB-IO_VS_2013/IMB-IO.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-IO_VS_2015/IMB-IO.rc b/WINDOWS/IMB-IO_VS_2015/IMB-IO.rc index 8c6fd283..7440fa04 100644 --- a/WINDOWS/IMB-IO_VS_2015/IMB-IO.rc +++ b/WINDOWS/IMB-IO_VS_2015/IMB-IO.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-IO_VS_2017/IMB-IO.rc b/WINDOWS/IMB-IO_VS_2017/IMB-IO.rc index 8c6fd283..7440fa04 100644 --- a/WINDOWS/IMB-IO_VS_2017/IMB-IO.rc +++ b/WINDOWS/IMB-IO_VS_2017/IMB-IO.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-MPI1_VS_2013/IMB-MPI1.rc b/WINDOWS/IMB-MPI1_VS_2013/IMB-MPI1.rc index f1cf88de..539622e1 100644 --- a/WINDOWS/IMB-MPI1_VS_2013/IMB-MPI1.rc +++ b/WINDOWS/IMB-MPI1_VS_2013/IMB-MPI1.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-MPI1_VS_2015/IMB-MPI1.rc b/WINDOWS/IMB-MPI1_VS_2015/IMB-MPI1.rc index f1cf88de..539622e1 100644 --- a/WINDOWS/IMB-MPI1_VS_2015/IMB-MPI1.rc +++ b/WINDOWS/IMB-MPI1_VS_2015/IMB-MPI1.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-MPI1_VS_2017/IMB-MPI1.rc b/WINDOWS/IMB-MPI1_VS_2017/IMB-MPI1.rc index f1cf88de..539622e1 100644 --- a/WINDOWS/IMB-MPI1_VS_2017/IMB-MPI1.rc +++ b/WINDOWS/IMB-MPI1_VS_2017/IMB-MPI1.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-MT_VS_2013/IMB-MT.rc b/WINDOWS/IMB-MT_VS_2013/IMB-MT.rc index 5b0cf590..6cc07646 100644 --- a/WINDOWS/IMB-MT_VS_2013/IMB-MT.rc +++ b/WINDOWS/IMB-MT_VS_2013/IMB-MT.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-MT_VS_2015/IMB-MT.rc b/WINDOWS/IMB-MT_VS_2015/IMB-MT.rc index 5b0cf590..6cc07646 100644 --- a/WINDOWS/IMB-MT_VS_2015/IMB-MT.rc +++ b/WINDOWS/IMB-MT_VS_2015/IMB-MT.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-MT_VS_2017/IMB-MT.rc b/WINDOWS/IMB-MT_VS_2017/IMB-MT.rc index 5b0cf590..6cc07646 100644 --- a/WINDOWS/IMB-MT_VS_2017/IMB-MT.rc +++ b/WINDOWS/IMB-MT_VS_2017/IMB-MT.rc @@ -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 @@ -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" diff --git a/WINDOWS/IMB-NBC_VS_2013/IMB-NBC.rc b/WINDOWS/IMB-NBC_VS_2013/IMB-NBC.rc index a0237ed5..b7aa41ab 100644 --- a/WINDOWS/IMB-NBC_VS_2013/IMB-NBC.rc +++ b/WINDOWS/IMB-NBC_VS_2013/IMB-NBC.rc @@ -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 @@ -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-NBC" - VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation." + VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-NBC.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.2" + VALUE "ProductVersion", "2021.3" END END BLOCK "VarFileInfo" diff --git a/WINDOWS/IMB-NBC_VS_2015/IMB-NBC.rc b/WINDOWS/IMB-NBC_VS_2015/IMB-NBC.rc index a0237ed5..b7aa41ab 100644 --- a/WINDOWS/IMB-NBC_VS_2015/IMB-NBC.rc +++ b/WINDOWS/IMB-NBC_VS_2015/IMB-NBC.rc @@ -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 @@ -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-NBC" - VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation." + VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-NBC.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.2" + VALUE "ProductVersion", "2021.3" END END BLOCK "VarFileInfo" diff --git a/WINDOWS/IMB-NBC_VS_2017/IMB-NBC.rc b/WINDOWS/IMB-NBC_VS_2017/IMB-NBC.rc index a0237ed5..b7aa41ab 100644 --- a/WINDOWS/IMB-NBC_VS_2017/IMB-NBC.rc +++ b/WINDOWS/IMB-NBC_VS_2017/IMB-NBC.rc @@ -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 @@ -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-NBC" - VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation." + VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-NBC.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.2" + VALUE "ProductVersion", "2021.3" END END BLOCK "VarFileInfo" diff --git a/WINDOWS/IMB-P2P_VS_2013/IMB-P2P.rc b/WINDOWS/IMB-P2P_VS_2013/IMB-P2P.rc index 39f16ab8..fa1d5a2a 100644 --- a/WINDOWS/IMB-P2P_VS_2013/IMB-P2P.rc +++ b/WINDOWS/IMB-P2P_VS_2013/IMB-P2P.rc @@ -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 @@ -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-P2P" - VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation." + VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-P2P.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.2" + VALUE "ProductVersion", "2021.3" END END BLOCK "VarFileInfo" diff --git a/WINDOWS/IMB-P2P_VS_2015/IMB-P2P.rc b/WINDOWS/IMB-P2P_VS_2015/IMB-P2P.rc index 39f16ab8..fa1d5a2a 100644 --- a/WINDOWS/IMB-P2P_VS_2015/IMB-P2P.rc +++ b/WINDOWS/IMB-P2P_VS_2015/IMB-P2P.rc @@ -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 @@ -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-P2P" - VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation." + VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-P2P.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.2" + VALUE "ProductVersion", "2021.3" END END BLOCK "VarFileInfo" diff --git a/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.rc b/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.rc index 682122a8..36295e81 100644 --- a/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.rc +++ b/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.rc @@ -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 @@ -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-P2P" - VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation." + VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-P2P.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.2" + VALUE "ProductVersion", "2021.3" END END BLOCK "VarFileInfo" diff --git a/WINDOWS/IMB-RMA_VS_2013/IMB-RMA.rc b/WINDOWS/IMB-RMA_VS_2013/IMB-RMA.rc index cecd8968..1d654816 100644 --- a/WINDOWS/IMB-RMA_VS_2013/IMB-RMA.rc +++ b/WINDOWS/IMB-RMA_VS_2013/IMB-RMA.rc @@ -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 @@ -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-RMA" - VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation." + VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-RMA.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.2" + VALUE "ProductVersion", "2021.3" END END BLOCK "VarFileInfo" diff --git a/WINDOWS/IMB-RMA_VS_2015/IMB-RMA.rc b/WINDOWS/IMB-RMA_VS_2015/IMB-RMA.rc index cecd8968..1d654816 100644 --- a/WINDOWS/IMB-RMA_VS_2015/IMB-RMA.rc +++ b/WINDOWS/IMB-RMA_VS_2015/IMB-RMA.rc @@ -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 @@ -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-RMA" - VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation." + VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-RMA.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.2" + VALUE "ProductVersion", "2021.3" END END BLOCK "VarFileInfo" diff --git a/WINDOWS/IMB-RMA_VS_2017/IMB-RMA.rc b/WINDOWS/IMB-RMA_VS_2017/IMB-RMA.rc index cecd8968..1d654816 100644 --- a/WINDOWS/IMB-RMA_VS_2017/IMB-RMA.rc +++ b/WINDOWS/IMB-RMA_VS_2017/IMB-RMA.rc @@ -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 @@ -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-RMA" - VALUE "LegalCopyright", "Copyright 2003-2021 Intel Corporation." + VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-RMA.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.2" + VALUE "ProductVersion", "2021.3" END END BLOCK "VarFileInfo" diff --git a/license/license.txt b/license/license.txt index 986694bc..16a94177 100644 --- a/license/license.txt +++ b/license/license.txt @@ -1,240 +1,40 @@ - Intel(R) MPI Benchmarks is provided under the terms of the Common Public - License Version 1.0. Third party programs or components provided with - Intel(R) MPI Benchmarks are governed by separate license terms. - Such separate license terms (and not the Common Public License) solely - govern your use of these third party programs. Information on those - components and licenses can be found in the "third-party-programs.txt" text + Intel(R) MPI Benchmarks is licensed under the terms of the 3-Clause BSD + License + + Other third party programs or components provided with Intel(R) MPI + Benchmarks may be governed by separate license terms. Information on those + components and licenses can be found in the "third-party-programs.txt" file that is included with Intel(R) MPI Benchmarks. - Common Public License Version 1.0. - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF -THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. - -1. DEFINITIONS - -"Contribution" means: - - a) in the case of the initial Contributor, the initial code and - documentation distributed under this Agreement, and - - b) in the case of each subsequent Contributor: - i) changes to the Program, and - ii) additions to the Program; where such changes and/or additions - to the Program originate from and are distributed by that - particular Contributor. A Contribution 'originates' from a - Contributor if it was added to the Program by such - Contributor itself or anyone acting on such Contributor's - behalf. Contributions do not include additions to the Program - which: (i) are separate modules of software distributed in - conjunction with the Program under their own license - agreement, and (ii) are not derivative works of the Program. - -"Contributor" means any person or entity that distributes the Program. - -"Licensed Patents " mean patent claims licensable by a Contributor -which are necessarily infringed by the use or sale of its Contribution -alone or when combined with the Program. - -"Program" means the Contributions distributed in accordance with this -Agreement. - -"Recipient" means anyone who receives the Program under this -Agreement, including all Contributors. - -2. GRANT OF RIGHTS - - a) Subject to the terms of this Agreement, each Contributor hereby - grants Recipient a non-exclusive, worldwide, royalty-free - copyright license to reproduce, prepare derivative works of, - publicly display, publicly perform, distribute and sublicense the - Contribution of such Contributor, if any, and such derivative - works, in source code and object code form. - - b) Subject to the terms of this Agreement, each Contributor hereby - grants Recipient a non-exclusive, worldwide, royalty-free patent - license under Licensed Patents to make, use, sell, offer to sell, - import and otherwise transfer the Contribution of such - Contributor, if any, in source code and object code form. This - patent license shall apply to the combination of the Contribution - and the Program if, at the time the Contribution is added by the - Contributor, such addition of the Contribution causes such - combination to be covered by the Licensed Patents. The patent - license shall not apply to any other combinations which include - the Contribution. No hardware per se is licensed hereunder. - - c) Recipient understands that although each Contributor grants the - licenses to its Contributions set forth herein, no assurances are - provided by any Contributor that the Program does not infringe - the patent or other intellectual property rights of any other - entity. Each Contributor disclaims any liability to Recipient for - claims brought by any other entity based on infringement of - intellectual property rights or otherwise. As a condition to - exercising the rights and licenses granted hereunder, each - Recipient hereby assumes sole responsibility to secure any other - intellectual property rights needed, if any. For example, if a - third party patent license is required to allow Recipient to - distribute the Program, it is Recipient's responsibility to - acquire that license before distributing the Program. - - d) Each Contributor represents that to its knowledge it has - sufficient copyright rights in its Contribution, if any, to grant - the copyright license set forth in this Agreement. - -3. REQUIREMENTS - -A Contributor may choose to distribute the Program in object code form -under its own license agreement, provided that: - - a) it complies with the terms and conditions of this Agreement; and - - b) its license agreement: - i) effectively disclaims on behalf of all Contributors all - warranties and conditions, express and implied, including - warranties or conditions of title and non-infringement, and - implied warranties or conditions of merchantability and - fitness for a particular purpose; - ii) effectively excludes on behalf of all Contributors all - liability for damages, including direct, indirect, special, - incidental and consequential damages, such as lost profits; - iii) states that any provisions which differ from this Agreement - are offered by that Contributor alone and not by any other - party; and - iv) states that source code for the Program is available from - such Contributor, and informs licensees how to obtain it in a - reasonable manner on or through a medium customarily used for - software exchange. - -When the Program is made available in source code form: - - a) it must be made available under this Agreement; and - - b) a copy of this Agreement must be included with each copy of the - Program. Contributors may not remove or alter any copyright - notices contained within the Program. - -Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution. - -4. COMMERCIAL DISTRIBUTION - -Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a -commercial product offering should do so in a manner which does not -create potential liability for other Contributors. Therefore, if a -Contributor includes the Program in a commercial product offering, -such Contributor ("Commercial Contributor") hereby agrees to defend -and indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") arising -from claims, lawsuits and other legal actions brought by a third party -against the Indemnified Contributor to the extent caused by the acts -or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property -infringement. In order to qualify, an Indemnified Contributor must: - - a) promptly notify the Commercial Contributor in writing of such - claim, and - - b) allow the Commercial Contributor to control, and cooperate with - the Commercial Contributor in, the defense and any related - settlement negotiations. The Indemnified Contributor may - participate in any such claim at its own expense. - -For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages. - -5. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY -WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement, including but not limited to -the risks and costs of program errors, compliance with applicable -laws, damage to or loss of data, programs or equipment, and -unavailability or interruption of operations. + The 3-Clause BSD License -6. DISCLAIMER OF LIABILITY -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR -ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + Copyright (C) 2021 Intel, Inc. All rights reserved. -7. GENERAL + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: -If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further -action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and -enforceable. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. -If Recipient institutes patent litigation against a Contributor with -respect to a patent applicable to software (including a cross-claim or -counterclaim in a lawsuit), then any patent licenses granted by that -Contributor to such Recipient under this Agreement shall terminate as -of the date such litigation is filed. In addition, if Recipient -institutes patent litigation against any entity (including a -cross-claim or counterclaim in a lawsuit) alleging that the Program -itself (excluding combinations of the Program with other software or -hardware) infringes such Recipient's patent(s), then such Recipient's -rights granted under Section 2(b) shall terminate as of the date such -litigation is filed. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. -All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of -time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use -and distribution of the Program as soon as reasonably -practicable. However, Recipient's obligations under this Agreement and -any licenses granted by Recipient relating to the Program shall -continue and survive. - -Everyone is permitted to copy and distribute copies of this Agreement, -but in order to avoid inconsistency the Agreement is copyrighted and -may only be modified in the following manner. The Agreement Steward -reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement -Steward has the right to modify this Agreement. IBM is the initial -Agreement Steward. IBM may assign the responsibility to serve as the -Agreement Steward to a suitable separate entity. Each new version of -the Agreement will be given a distinguishing version number. The -Program (including Contributions) may always be distributed subject to -the version of the Agreement under which it was received. In addition, -after a new version of the Agreement is published, Contributor may -elect to distribute the Program (including its Contributions) under -the new version. Except as expressly stated in Sections 2(a) and 2(b) -above, Recipient receives no rights or licenses to the intellectual -property of any Contributor under this Agreement, whether expressly, -by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved. +3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. -This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No -party to this Agreement will bring a legal action under this Agreement -more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + \ No newline at end of file diff --git a/license/third-party-programs.txt b/license/third-party-programs.txt index 38a90b26..e57cd94c 100644 --- a/license/third-party-programs.txt +++ b/license/third-party-programs.txt @@ -1,4 +1,4 @@ -Intel(R) MPI Benchmarks Third Party Programs File +Intel(R) MPI Library I_MPI_SUBSTITUTE_OFFICIAL_VERSION Third Party Programs File This file is the "third-party-programs.txt" file specified in the associated Intel end user license agreement for the Intel software you are licensing. @@ -7,44 +7,516 @@ terms are listed below. ------------------------------------------------------------------------------- -1. Brown CRC32 +1. MPICH + + Copyright Notice + 1998--2020, Argonne National Laboratory - COPYRIGHT (C) 1986 Gary S. Brown. + Mpich license + + Permission is hereby granted to use, reproduce, prepare derivative works, and + to redistribute to others. This software was authored by: + + Mathematics and Computer Science Division + Argonne National Laboratory, Argonne IL 60439 + + (and) + + Department of Computer Science + University of Illinois at Urbana-Champaign + + + GOVERNMENT LICENSE + + Portions of this material resulted from work developed under a U.S. + Government Contract and are subject to the following license: the Government + is granted for itself and others acting on its behalf a paid-up, nonexclusive, + irrevocable worldwide license in this computer software to reproduce, prepare + derivative works, and perform publicly and display publicly. + + DISCLAIMER + + This computer code material was prepared, in part, as an account of work + sponsored by an agency of the United States Government. Neither the United + States, nor the University of Chicago, nor any of their employees, makes any + warranty express or implied, or assumes any legal liability or responsibility + for the accuracy, completeness, or usefulness of any information, apparatus, + product, or process disclosed, or represents that its use would not infringe + privately owned rights. + +------------------------------------------------------------------------------- + +2. Open MPI + + Copyright (c) 2004-2010 The Trustees of Indiana University and Indiana + University Research and Technology + Corporation. All rights reserved. + Copyright (c) 2004-2017 The University of Tennessee and The University + of Tennessee Research Foundation. All rights + reserved. + Copyright (c) 2004-2010 High Performance Computing Center Stuttgart, + University of Stuttgart. All rights reserved. + Copyright (c) 2004-2008 The Regents of the University of California. + All rights reserved. + Copyright (c) 2006-2018 Los Alamos National Security, LLC. All rights + reserved. + Copyright (c) 2006-2020 Cisco Systems, Inc. All rights reserved. + Copyright (c) 2006-2010 Voltaire, Inc. All rights reserved. + Copyright (c) 2006-2017 Sandia National Laboratories. All rights reserved. + Copyright (c) 2006-2010 Sun Microsystems, Inc. All rights reserved. + Use is subject to license terms. + Copyright (c) 2006-2017 The University of Houston. All rights reserved. + Copyright (c) 2006-2009 Myricom, Inc. All rights reserved. + Copyright (c) 2007-2017 UT-Battelle, LLC. All rights reserved. + Copyright (c) 2007-2020 IBM Corporation. All rights reserved. + Copyright (c) 1998-2005 Forschungszentrum Juelich, Juelich Supercomputing + Centre, Federal Republic of Germany + Copyright (c) 2005-2008 ZIH, TU Dresden, Federal Republic of Germany + Copyright (c) 2007 Evergrid, Inc. All rights reserved. + Copyright (c) 2008 Chelsio, Inc. All rights reserved. + Copyright (c) 2008-2009 Institut National de Recherche en + Informatique. All rights reserved. + Copyright (c) 2007 Lawrence Livermore National Security, LLC. + All rights reserved. + Copyright (c) 2007-2017 Mellanox Technologies. All rights reserved. + Copyright (c) 2006-2010 QLogic Corporation. All rights reserved. + Copyright (c) 2008-2017 Oak Ridge National Labs. All rights reserved. + Copyright (c) 2006-2012 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2009-2015 Bull SAS. All rights reserved. + Copyright (c) 2010 ARM ltd. All rights reserved. + Copyright (c) 2016 ARM, Inc. All rights reserved. + Copyright (c) 2010-2011 Alex Brick . All rights reserved. + Copyright (c) 2012 The University of Wisconsin-La Crosse. All rights + reserved. + Copyright (c) 2013-2020 Intel, Inc. All rights reserved. + Copyright (c) 2011-2017 NVIDIA Corporation. All rights reserved. + Copyright (c) 2016 Broadcom Limited. All rights reserved. + Copyright (c) 2011-2017 Fujitsu Limited. All rights reserved. + Copyright (c) 2014-2015 Hewlett-Packard Development Company, LP. All + rights reserved. + Copyright (c) 2013-2017 Research Organization for Information Science (RIST). + All rights reserved. + Copyright (c) 2017-2020 Amazon.com, Inc. or its affiliates. All Rights + reserved. + Copyright (c) 2018 DataDirect Networks. All rights reserved. + Copyright (c) 2018-2020 Triad National Security, LLC. All rights reserved. + Copyright (c) 2020 Google, LLC. All rights reserved. + Copyright (c) 2002 University of Chicago + Copyright (c) 2001 Argonne National Laboratory + + $COPYRIGHT$ + + Additional copyrights may follow + + $HEADER$ + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + - Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + - Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer listed + in this license in the documentation and/or other materials + provided with the distribution. + + - Neither the name of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + The copyright holders provide no reassurances that the source code + provided does not infringe any patent, copyright, or any other + intellectual property rights of third parties. The copyright holders + disclaim any liability to any recipient for claims brought against + recipient by any third party for infringement of that parties + intellectual property rights. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +----------------[Copyright from inclusion of MPICH code]---------------- + + The following is a notice of limited availability of the code, and disclaimer + which must be included in the prologue of the code and in all source listings + of the code. + + Copyright Notice + + 2002 University of Chicago + + Permission is hereby granted to use, reproduce, prepare derivative works, and + to redistribute to others. This software was authored by: + + Mathematics and Computer Science Division + Argonne National Laboratory, Argonne IL 60439 + + (and) + + Department of Computer Science + University of Illinois at Urbana-Champaign + + + GOVERNMENT LICENSE + + Portions of this material resulted from work developed under a U.S. + Government Contract and are subject to the following license: the Government + is granted for itself and others acting on its behalf a paid-up, nonexclusive, + irrevocable worldwide license in this computer software to reproduce, prepare + derivative works, and perform publicly and display publicly. + + DISCLAIMER + + This computer code material was prepared, in part, as an account of work + sponsored by an agency of the United States Government. Neither the United + States, nor the University of Chicago, nor any of their employees, makes any + warranty express or implied, or assumes any legal liability or responsibility + for the accuracy, completeness, or usefulness of any information, apparatus, + product, or process disclosed, or represents that its use would not infringe + privately owned rights. + +------------------------------------------------------------------------------- + +3. hwloc - CRC32 Java License + Copyright © 2004-2006 The Trustees of Indiana University and Indiana University Research and Technology Corporation. All rights reserved. + Copyright © 2004-2005 The University of Tennessee and The University of Tennessee Research Foundation. All rights reserved. + Copyright © 2004-2005 High Performance Computing Center Stuttgart, University of Stuttgart. All rights reserved. + Copyright © 2004-2005 The Regents of the University of California. All rights reserved. + Copyright © 2009 CNRS + Copyright © 2009-2016 Inria. All rights reserved. + Copyright © 2009-2015 Université Bordeaux + Copyright © 2009-2015 Cisco Systems, Inc. All rights reserved. + Copyright © 2009-2012 Oracle and/or its affiliates. All rights reserved. + Copyright © 2010 IBM + Copyright © 2010 Jirka Hladky + Copyright © 2012 Aleksej Saushev, The NetBSD Foundation + Copyright © 2012 Blue Brain Project, EPFL. All rights reserved. + Copyright © 2013-2014 University of Wisconsin-La Crosse. All rights reserved. + Copyright © 2015 Research Organization for Information Science and Technology (RIST). All rights reserved. + Copyright © 2015-2016 Intel, Inc. All rights reserved. + See COPYING in top-level directory. + + The 3-Clause BSD License + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + - Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + - Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + - The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - You may use this program, or code or tables extracted from it, as desired - without restriction. +------------------------------------------------------------------------------- + +4. Libfabric and OpenFabrics Interfaces (OFI) + + Copyright (c) 2015 Intel Corporation. All rights reserved. + Copyright (c) 2015 Cisco Systems, Inc. All rights reserved. + + The -2-Clause BSD license + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +------------------------------------------------------------------------------- + +5. Intel® Distribution for Python + Intel Simplified Software License (Version February 2020) - Brown CRC32: Tables for software CRC generation + Use and Redistribution. You may use and redistribute the software (the + "Software"), without modification, provided the following conditions are met: + + * Redistributions must reproduce the above copyright notice and the following + terms of use in the Software and in the documentation and/or other materials + provided with the distribution. + * Neither the name of Intel nor the names of its suppliers may be used to + endorse or promote products derived from this Software without specific prior + written permission. + * No reverse engineering, decompilation, or disassembly of this Software is + permitted. + + Limited patent license. Intel grants you a world-wide, royalty-free, + non-exclusive license under patents it now or hereafter owns or controls to + make, have made, use, import, offer to sell and sell ("Utilize") this Software, + but solely to the extent that any such patent is necessary to Utilize the + Software alone. The patent license shall not apply to any combinations which + include this software. No hardware per se is licensed hereunder. + + Third party programs. The Software may contain Third Party Programs. "Third + Party Programs" are third party software, open source software or other Intel + software listed in the "third-party-programs.txt" or other similarly named text + file that is included with the Software. Third Party Programs, even if included + with the distribution of the Software, may be governed by separate license + terms, including without limitation, third party license terms, open source + software notices and terms, and/or other Intel software license terms. These + separate license terms may govern your use of the Third Party Programs. + + DISCLAIMER. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT ARE + DISCLAIMED. THIS SOFTWARE IS NOT INTENDED FOR USE IN SYSTEMS OR APPLICATIONS + WHERE FAILURE OF THE SOFTWARE MAY CAUSE PERSONAL INJURY OR DEATH AND YOU AGREE + THAT YOU ARE FULLY RESPONSIBLE FOR ANY CLAIMS, COSTS, DAMAGES, EXPENSES, AND + ATTORNEYS' FEES ARISING OUT OF ANY SUCH USE, EVEN IF ANY CLAIM ALLEGES THAT + INTEL WAS NEGLIGENT REGARDING THE DESIGN OR MANUFACTURE OF THE MATERIALS. + + LIMITATION OF LIABILITY. IN NO EVENT WILL INTEL BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE + OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. YOU AGREE TO INDEMNIFY AND HOLD + INTEL HARMLESS AGAINST ANY CLAIMS AND EXPENSES RESULTING FROM YOUR USE OR + UNAUTHORIZED USE OF THE SOFTWARE. + + No support. Intel may make changes to the Software, at any time without notice, + and is not obligated to support, update or provide training for the Software. + + Termination. Intel may terminate your right to use the Software in the event of + your breach of this Agreement and you fail to cure the breach within a + reasonable period of time. + + Feedback. Should you provide Intel with comments, modifications, corrections, + enhancements or other input ("Feedback") related to the Software Intel will be + free to use, disclose, reproduce, license or otherwise distribute or exploit the + Feedback in its sole discretion without any obligations or restrictions of any + kind, including without limitation, intellectual property rights or licensing + obligations. + + Compliance with laws. You agree to comply with all relevant laws and regulations + governing your use, transfer, import or export (or prohibition thereof) of the + Software. + + Governing law. All disputes will be governed by the laws of the United States of + America and the State of Delaware without reference to conflict of law + principles and subject to the exclusive jurisdiction of the state or federal + courts sitting in the State of Delaware, and each party agrees that it submits + to the personal jurisdiction and venue of those courts and waives any + objections. The United Nations Convention on Contracts for the International + Sale of Goods (1980) is specifically excluded and will not apply to the + Software. + + *Other names and brands may be claimed as the property of others. + + +------------------------------------------------------------------------------- + +6. uthash + + Copyright (c) 2005-2014, Troy D. Hanson http://troydhanson.github.com/uthash/ + All rights reserved. + + Troy Hanson BSD license + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS + IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------------------------------------------------------------------------------- + +7. json-c - Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved + Copyright (c) 2009-2012 Eric Haszlakiewicz + Copyright (c) 2004, 2005 Metaparadigm Pte Ltd + + MIT license + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. - BSD-2-Clause License + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +------------------------------------------------------------------------------- + +8. zlib + + Permissive software license + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + +------------------------------------------------------------------------------- + +9. Intel(R) MPI Benchmarks + Copyright (c) Intel Corporation. + + OpenUCX/UCX + Copyright (c) 2014-2015 UT-Battelle, LLC. All rights reserved. + Copyright (C) 2014-2020 Mellanox Technologies Ltd. All rights reserved. + Copyright (C) 2014-2015 The University of Houston System. All rights reserved. + Copyright (C) 2015 The University of Tennessee and The University + of Tennessee Research Foundation. All rights reserved. + Copyright (C) 2016-2020 ARM Ltd. All rights reserved. + Copyright (c) 2016 Los Alamos National Security, LLC. All rights reserved. + Copyright (C) 2016-2020 Advanced Micro Devices, Inc. All rights reserved. + Copyright (C) 2019 UChicago Argonne, LLC. All rights reserved. + Copyright (c) 2018-2020 NVIDIA CORPORATION. All rights reserved. + Copyright (C) 2020 Huawei Technologies Co., Ltd. All rights reserved. + Copyright (C) 2016-2020 Stony Brook University. All rights reserved. + + Mellanox Hardware MultiCast library + Copyright (C) 2014-2020 Mellanox Technologies Ltd. All rights reserved. + Copyright (c) 2018-2020 NVIDIA CORPORATION. All rights reserved. + + BSD 3-Clause "New" or "Revised" License + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + - Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + - Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + + - Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------------------------------------------------------------------------------- + +10. PMIx + Copyright (c) 2019, PMIx + All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. + list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------------------------------------------------------------------------------- + + The following third party programs have their own third party programs. These + additional third party program files are as follows: + 1. Intel(R) MPI Benchmarks https://raw.githubusercontent.com/intel/mpi-benchmarks/master/license/third-party-programs.txt + 2. Intel(R) Distribution for Python: third-party-programs-python.txt file ------------------------------------------------------------------------------- - -Other names and brands may be claimed as the property of others. + +Other names and brands may be claimed as the property of others. \ No newline at end of file diff --git a/src_c/IMB_2018.c b/src_c/IMB_2018.c index 13bf5a22..bb5c2aa5 100644 --- a/src_c/IMB_2018.c +++ b/src_c/IMB_2018.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_allgather.c b/src_c/IMB_allgather.c index 1587d440..a37ee84c 100644 --- a/src_c/IMB_allgather.c +++ b/src_c/IMB_allgather.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_allgatherv.c b/src_c/IMB_allgatherv.c index 53011a68..c49b19c6 100644 --- a/src_c/IMB_allgatherv.c +++ b/src_c/IMB_allgatherv.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_allreduce.c b/src_c/IMB_allreduce.c index a0093f5e..a6e8e64c 100644 --- a/src_c/IMB_allreduce.c +++ b/src_c/IMB_allreduce.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_alltoall.c b/src_c/IMB_alltoall.c index 57a54fa5..e4628979 100644 --- a/src_c/IMB_alltoall.c +++ b/src_c/IMB_alltoall.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_alltoallv.c b/src_c/IMB_alltoallv.c index 659ff25b..9ffb5932 100644 --- a/src_c/IMB_alltoallv.c +++ b/src_c/IMB_alltoallv.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_appl_errors.h b/src_c/IMB_appl_errors.h index 7487c860..e4c46cec 100644 --- a/src_c/IMB_appl_errors.h +++ b/src_c/IMB_appl_errors.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_bandwidth.c b/src_c/IMB_bandwidth.c index d45eac03..f36ccfc3 100644 --- a/src_c/IMB_bandwidth.c +++ b/src_c/IMB_bandwidth.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_barrier.c b/src_c/IMB_barrier.c index 1d5cbc32..f69c348f 100644 --- a/src_c/IMB_barrier.c +++ b/src_c/IMB_barrier.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_bcast.c b/src_c/IMB_bcast.c index 55b7abf6..4ea7224d 100644 --- a/src_c/IMB_bcast.c +++ b/src_c/IMB_bcast.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_benchlist.c b/src_c/IMB_benchlist.c index 0b26cc13..94ff34f5 100644 --- a/src_c/IMB_benchlist.c +++ b/src_c/IMB_benchlist.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_benchmark.h b/src_c/IMB_benchmark.h index 630e25d7..6e1c3c01 100644 --- a/src_c/IMB_benchmark.h +++ b/src_c/IMB_benchmark.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_bnames_ext.h b/src_c/IMB_bnames_ext.h index 3e6fbb19..c297f9ac 100644 --- a/src_c/IMB_bnames_ext.h +++ b/src_c/IMB_bnames_ext.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_bnames_io.h b/src_c/IMB_bnames_io.h index 67ea10a6..a7a6393f 100644 --- a/src_c/IMB_bnames_io.h +++ b/src_c/IMB_bnames_io.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_bnames_mpi1.h b/src_c/IMB_bnames_mpi1.h index a849d871..156864e0 100644 --- a/src_c/IMB_bnames_mpi1.h +++ b/src_c/IMB_bnames_mpi1.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_bnames_nbc.h b/src_c/IMB_bnames_nbc.h index 3a193eab..122549a3 100644 --- a/src_c/IMB_bnames_nbc.h +++ b/src_c/IMB_bnames_nbc.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_bnames_rma.h b/src_c/IMB_bnames_rma.h index 0e1d5dc7..54a92b51 100644 --- a/src_c/IMB_bnames_rma.h +++ b/src_c/IMB_bnames_rma.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_cache.h b/src_c/IMB_cache.h index 86495076..789312e6 100644 --- a/src_c/IMB_cache.h +++ b/src_c/IMB_cache.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_chk_diff.c b/src_c/IMB_chk_diff.c index 2f24addc..48e6a0dd 100644 --- a/src_c/IMB_chk_diff.c +++ b/src_c/IMB_chk_diff.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_comm_info.h b/src_c/IMB_comm_info.h index ced824fa..da842694 100644 --- a/src_c/IMB_comm_info.h +++ b/src_c/IMB_comm_info.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_comments.h b/src_c/IMB_comments.h index 5fb86ff1..45e9494b 100644 --- a/src_c/IMB_comments.h +++ b/src_c/IMB_comments.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_cpu_exploit.c b/src_c/IMB_cpu_exploit.c index a98ad006..ada425f1 100644 --- a/src_c/IMB_cpu_exploit.c +++ b/src_c/IMB_cpu_exploit.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_declare.c b/src_c/IMB_declare.c index 056b2659..08c1be1b 100644 --- a/src_c/IMB_declare.c +++ b/src_c/IMB_declare.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_declare.h b/src_c/IMB_declare.h index 33a78848..1ece4b1d 100644 --- a/src_c/IMB_declare.h +++ b/src_c/IMB_declare.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_err_check.h b/src_c/IMB_err_check.h index c62514d6..952da173 100644 --- a/src_c/IMB_err_check.h +++ b/src_c/IMB_err_check.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_err_handler.c b/src_c/IMB_err_handler.c index 1d4fe8da..5630f956 100644 --- a/src_c/IMB_err_handler.c +++ b/src_c/IMB_err_handler.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_exchange.c b/src_c/IMB_exchange.c index 2300de58..457bba50 100644 --- a/src_c/IMB_exchange.c +++ b/src_c/IMB_exchange.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_g_info.c b/src_c/IMB_g_info.c index 981c6424..dd11ff8e 100644 --- a/src_c/IMB_g_info.c +++ b/src_c/IMB_g_info.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** @@ -72,7 +72,7 @@ For more documentation than found here, see #ifdef IMB2018 char* VERSION="2018"; #else -char* VERSION="2021.2"; +char* VERSION="2021.3"; #endif #include diff --git a/src_c/IMB_gather.c b/src_c/IMB_gather.c index f0124760..5e600632 100644 --- a/src_c/IMB_gather.c +++ b/src_c/IMB_gather.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_gatherv.c b/src_c/IMB_gatherv.c index cb5887c3..6f5ae8bf 100644 --- a/src_c/IMB_gatherv.c +++ b/src_c/IMB_gatherv.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_init.c b/src_c/IMB_init.c index 2e699020..90a39694 100644 --- a/src_c/IMB_init.c +++ b/src_c/IMB_init.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_init_file.c b/src_c/IMB_init_file.c index e344b624..710bd268 100644 --- a/src_c/IMB_init_file.c +++ b/src_c/IMB_init_file.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_init_transfer.c b/src_c/IMB_init_transfer.c index f3b043c8..a7c4445c 100644 --- a/src_c/IMB_init_transfer.c +++ b/src_c/IMB_init_transfer.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_l0.c b/src_c/IMB_l0.c index 6c1903a3..4ce929ea 100644 --- a/src_c/IMB_l0.c +++ b/src_c/IMB_l0.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2020 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** @@ -58,7 +58,7 @@ For more documentation than found here, see ***************************************************************************/ #ifdef GPU_ENABLE -#include +#include #include #include "IMB_declare.h" @@ -222,4 +222,4 @@ void IMB_l0_free(void **B) } } -#endif //GPU_ENABLE \ No newline at end of file +#endif //GPU_ENABLE diff --git a/src_c/IMB_l0.h b/src_c/IMB_l0.h index 51a607b4..50089637 100644 --- a/src_c/IMB_l0.h +++ b/src_c/IMB_l0.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2020 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_mem_info.h b/src_c/IMB_mem_info.h index 15afc798..b9612dde 100644 --- a/src_c/IMB_mem_info.h +++ b/src_c/IMB_mem_info.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_mem_manager.c b/src_c/IMB_mem_manager.c index 79a0a032..81e26120 100644 --- a/src_c/IMB_mem_manager.c +++ b/src_c/IMB_mem_manager.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_ones_accu.c b/src_c/IMB_ones_accu.c index 87c45069..7af3fda4 100644 --- a/src_c/IMB_ones_accu.c +++ b/src_c/IMB_ones_accu.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_ones_bidir.c b/src_c/IMB_ones_bidir.c index c54b949f..922bfa5e 100644 --- a/src_c/IMB_ones_bidir.c +++ b/src_c/IMB_ones_bidir.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_ones_unidir.c b/src_c/IMB_ones_unidir.c index 4d76d146..1850a625 100644 --- a/src_c/IMB_ones_unidir.c +++ b/src_c/IMB_ones_unidir.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_open_close.c b/src_c/IMB_open_close.c index 1c8589b8..92a550ff 100644 --- a/src_c/IMB_open_close.c +++ b/src_c/IMB_open_close.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_output.c b/src_c/IMB_output.c index 76ac2d14..cff5fd81 100644 --- a/src_c/IMB_output.c +++ b/src_c/IMB_output.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_parse_name_ext.c b/src_c/IMB_parse_name_ext.c index a1462aab..50a94312 100644 --- a/src_c/IMB_parse_name_ext.c +++ b/src_c/IMB_parse_name_ext.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_parse_name_io.c b/src_c/IMB_parse_name_io.c index 17c8485b..d97b0534 100644 --- a/src_c/IMB_parse_name_io.c +++ b/src_c/IMB_parse_name_io.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_parse_name_mpi1.c b/src_c/IMB_parse_name_mpi1.c index c95489a3..adea6155 100644 --- a/src_c/IMB_parse_name_mpi1.c +++ b/src_c/IMB_parse_name_mpi1.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_parse_name_nbc.c b/src_c/IMB_parse_name_nbc.c index cb9d8aeb..84a3c46e 100644 --- a/src_c/IMB_parse_name_nbc.c +++ b/src_c/IMB_parse_name_nbc.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_parse_name_rma.c b/src_c/IMB_parse_name_rma.c index b814ecb2..b832f7d4 100644 --- a/src_c/IMB_parse_name_rma.c +++ b/src_c/IMB_parse_name_rma.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_pingping.c b/src_c/IMB_pingping.c index d1baf783..4e556705 100644 --- a/src_c/IMB_pingping.c +++ b/src_c/IMB_pingping.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_pingpong.c b/src_c/IMB_pingpong.c index 024f023a..067e905d 100644 --- a/src_c/IMB_pingpong.c +++ b/src_c/IMB_pingpong.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_prototypes.h b/src_c/IMB_prototypes.h index e94a0bd0..4e48fc85 100644 --- a/src_c/IMB_prototypes.h +++ b/src_c/IMB_prototypes.h @@ -3,7 +3,7 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_read.c b/src_c/IMB_read.c index 011d2af7..86370fdf 100644 --- a/src_c/IMB_read.c +++ b/src_c/IMB_read.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_reduce.c b/src_c/IMB_reduce.c index 0db3e3ff..e8d8ebfb 100644 --- a/src_c/IMB_reduce.c +++ b/src_c/IMB_reduce.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_reduce_local.c b/src_c/IMB_reduce_local.c index c2f0eea1..400ea680 100644 --- a/src_c/IMB_reduce_local.c +++ b/src_c/IMB_reduce_local.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_reduce_scatter.c b/src_c/IMB_reduce_scatter.c index 4b7a9e26..89bac8ac 100644 --- a/src_c/IMB_reduce_scatter.c +++ b/src_c/IMB_reduce_scatter.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_reduce_scatter_block.c b/src_c/IMB_reduce_scatter_block.c index 1d2f17cf..5c405653 100644 --- a/src_c/IMB_reduce_scatter_block.c +++ b/src_c/IMB_reduce_scatter_block.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_rma_atomic.c b/src_c/IMB_rma_atomic.c index 3f54a827..68489625 100644 --- a/src_c/IMB_rma_atomic.c +++ b/src_c/IMB_rma_atomic.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_rma_get.c b/src_c/IMB_rma_get.c index 56756bf8..05d9e33f 100644 --- a/src_c/IMB_rma_get.c +++ b/src_c/IMB_rma_get.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_rma_put.c b/src_c/IMB_rma_put.c index cb25e7fb..1cfb7aad 100644 --- a/src_c/IMB_rma_put.c +++ b/src_c/IMB_rma_put.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_scatter.c b/src_c/IMB_scatter.c index 5a1c0b5d..5c765f5d 100644 --- a/src_c/IMB_scatter.c +++ b/src_c/IMB_scatter.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_scatterv.c b/src_c/IMB_scatterv.c index 54615d1f..de4ef1d0 100644 --- a/src_c/IMB_scatterv.c +++ b/src_c/IMB_scatterv.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_sendrecv.c b/src_c/IMB_sendrecv.c index 187ac830..98e3f6f5 100644 --- a/src_c/IMB_sendrecv.c +++ b/src_c/IMB_sendrecv.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_settings.h b/src_c/IMB_settings.h index 9be7f037..66ec0b27 100644 --- a/src_c/IMB_settings.h +++ b/src_c/IMB_settings.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_settings_io.h b/src_c/IMB_settings_io.h index f9e56398..7920289f 100644 --- a/src_c/IMB_settings_io.h +++ b/src_c/IMB_settings_io.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_strgs.c b/src_c/IMB_strgs.c index 705754ad..b41fbbd0 100644 --- a/src_c/IMB_strgs.c +++ b/src_c/IMB_strgs.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_user_set_info.c b/src_c/IMB_user_set_info.c index af5d5d0d..1ad4a795 100644 --- a/src_c/IMB_user_set_info.c +++ b/src_c/IMB_user_set_info.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_utils.c b/src_c/IMB_utils.c index 7c5d8b1d..86c5d692 100644 --- a/src_c/IMB_utils.c +++ b/src_c/IMB_utils.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_warm_up.c b/src_c/IMB_warm_up.c index 7763945a..50e17659 100644 --- a/src_c/IMB_warm_up.c +++ b/src_c/IMB_warm_up.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_window.c b/src_c/IMB_window.c index 7c62a634..4d077e81 100644 --- a/src_c/IMB_window.c +++ b/src_c/IMB_window.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/IMB_write.c b/src_c/IMB_write.c index 3bbee001..94d1f517 100644 --- a/src_c/IMB_write.c +++ b/src_c/IMB_write.c @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2003-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/Makefile b/src_c/Makefile index cb74c0ee..2aa1ba5b 100644 --- a/src_c/Makefile +++ b/src_c/Makefile @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_c/Makefile_win b/src_c/Makefile_win index d412810c..7ba34f14 100644 --- a/src_c/Makefile_win +++ b/src_c/Makefile_win @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_c/P2P/Makefile b/src_c/P2P/Makefile index 3be9fa94..e9c93e0c 100644 --- a/src_c/P2P/Makefile +++ b/src_c/P2P/Makefile @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_c/P2P/imb_p2p.c b/src_c/P2P/imb_p2p.c index adaa6103..6c38a411 100644 --- a/src_c/P2P/imb_p2p.c +++ b/src_c/P2P/imb_p2p.c @@ -1,7 +1,7 @@ /* ***************************************************************************** * * -* Copyright 2016-2021 Intel Corporation. * +* Copyright Intel Corporation. * * * ***************************************************************************** @@ -56,7 +56,7 @@ goods and services. #define INFO_BUFFER_SIZE 32767 #endif -static const char * VERSION = "2021.2"; +static const char * VERSION = "2021.3"; FILE* unit = NULL; imb_p2p_configuration_t imb_p2p_config = { 0 }; diff --git a/src_c/P2P/imb_p2p.h b/src_c/P2P/imb_p2p.h index de53ba8b..784ad954 100644 --- a/src_c/P2P/imb_p2p.h +++ b/src_c/P2P/imb_p2p.h @@ -1,7 +1,7 @@ /* ***************************************************************************** * * -* Copyright 2016-2021 Intel Corporation. * +* Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/P2P/imb_p2p_birandom.c b/src_c/P2P/imb_p2p_birandom.c index e34eab74..1552bfc8 100644 --- a/src_c/P2P/imb_p2p_birandom.c +++ b/src_c/P2P/imb_p2p_birandom.c @@ -1,7 +1,7 @@ /* ***************************************************************************** * * -* Copyright 2016-2021 Intel Corporation. * +* Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/P2P/imb_p2p_corandom.c b/src_c/P2P/imb_p2p_corandom.c index 71d2a0db..571e5cfc 100644 --- a/src_c/P2P/imb_p2p_corandom.c +++ b/src_c/P2P/imb_p2p_corandom.c @@ -1,7 +1,7 @@ /* ***************************************************************************** * * -* Copyright 2016-2021 Intel Corporation. * +* Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/P2P/imb_p2p_pingping.c b/src_c/P2P/imb_p2p_pingping.c index e38c7dc0..e0d2e5a0 100644 --- a/src_c/P2P/imb_p2p_pingping.c +++ b/src_c/P2P/imb_p2p_pingping.c @@ -1,7 +1,7 @@ /* ***************************************************************************** * * -* Copyright 2016-2021 Intel Corporation. * +* Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/P2P/imb_p2p_pingpong.c b/src_c/P2P/imb_p2p_pingpong.c index dc53d8e2..2fa0bfee 100644 --- a/src_c/P2P/imb_p2p_pingpong.c +++ b/src_c/P2P/imb_p2p_pingpong.c @@ -1,7 +1,7 @@ /* ***************************************************************************** * * -* Copyright 2016-2021 Intel Corporation. * +* Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/P2P/imb_p2p_sendrecv_replace.c b/src_c/P2P/imb_p2p_sendrecv_replace.c index 0c121ead..6e7eacac 100644 --- a/src_c/P2P/imb_p2p_sendrecv_replace.c +++ b/src_c/P2P/imb_p2p_sendrecv_replace.c @@ -1,7 +1,7 @@ /* ***************************************************************************** * * -* Copyright 2016-2021 Intel Corporation. * +* Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/P2P/imb_p2p_stencil2d.c b/src_c/P2P/imb_p2p_stencil2d.c index 0d97f976..92f83857 100644 --- a/src_c/P2P/imb_p2p_stencil2d.c +++ b/src_c/P2P/imb_p2p_stencil2d.c @@ -1,7 +1,7 @@ /* ***************************************************************************** * * -* Copyright 2016-2021 Intel Corporation. * +* Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/P2P/imb_p2p_stencil3d.c b/src_c/P2P/imb_p2p_stencil3d.c index 78b60c02..019ff5d5 100644 --- a/src_c/P2P/imb_p2p_stencil3d.c +++ b/src_c/P2P/imb_p2p_stencil3d.c @@ -1,7 +1,7 @@ /* ***************************************************************************** * * -* Copyright 2016-2021 Intel Corporation. * +* Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_c/P2P/imb_p2p_unirandom.c b/src_c/P2P/imb_p2p_unirandom.c index b19cbe7e..fc7b3678 100644 --- a/src_c/P2P/imb_p2p_unirandom.c +++ b/src_c/P2P/imb_p2p_unirandom.c @@ -1,7 +1,7 @@ /* ***************************************************************************** * * -* Copyright 2016-2021 Intel Corporation. * +* Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/EXT/EXT_benchmark.cpp b/src_cpp/EXT/EXT_benchmark.cpp index 0098704f..b48f6d85 100644 --- a/src_cpp/EXT/EXT_benchmark.cpp +++ b/src_cpp/EXT/EXT_benchmark.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/EXT/EXT_suite.cpp b/src_cpp/EXT/EXT_suite.cpp index 5be7af2c..f9e0b83e 100644 --- a/src_cpp/EXT/EXT_suite.cpp +++ b/src_cpp/EXT/EXT_suite.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/EXT/Makefile.EXT.mk b/src_cpp/EXT/Makefile.EXT.mk index bb37c3da..9a690c41 100644 --- a/src_cpp/EXT/Makefile.EXT.mk +++ b/src_cpp/EXT/Makefile.EXT.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/EXT/Makefile_win.EXT.mk b/src_cpp/EXT/Makefile_win.EXT.mk index a0d06e24..93deb428 100644 --- a/src_cpp/EXT/Makefile_win.EXT.mk +++ b/src_cpp/EXT/Makefile_win.EXT.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/HALO/Makefile.HALO.mk b/src_cpp/HALO/Makefile.HALO.mk index 1245b20f..d155890e 100644 --- a/src_cpp/HALO/Makefile.HALO.mk +++ b/src_cpp/HALO/Makefile.HALO.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/HALO/halo_benchmark.cpp b/src_cpp/HALO/halo_benchmark.cpp index dc5a46da..125a7315 100644 --- a/src_cpp/HALO/halo_benchmark.cpp +++ b/src_cpp/HALO/halo_benchmark.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/HALO/halo_benchmark.h b/src_cpp/HALO/halo_benchmark.h index 7b19312e..40b07d65 100644 --- a/src_cpp/HALO/halo_benchmark.h +++ b/src_cpp/HALO/halo_benchmark.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/HALO/halo_suite.cpp b/src_cpp/HALO/halo_suite.cpp index e624e209..f314f960 100644 --- a/src_cpp/HALO/halo_suite.cpp +++ b/src_cpp/HALO/halo_suite.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/IO/IO_benchmark.cpp b/src_cpp/IO/IO_benchmark.cpp index 0c6af105..41a5273b 100644 --- a/src_cpp/IO/IO_benchmark.cpp +++ b/src_cpp/IO/IO_benchmark.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/IO/IO_suite.cpp b/src_cpp/IO/IO_suite.cpp index e7a7bc57..f8d26daf 100644 --- a/src_cpp/IO/IO_suite.cpp +++ b/src_cpp/IO/IO_suite.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/IO/Makefile.IO.mk b/src_cpp/IO/Makefile.IO.mk index da4c6d09..21fc3b8a 100644 --- a/src_cpp/IO/Makefile.IO.mk +++ b/src_cpp/IO/Makefile.IO.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/IO/Makefile_win.IO.mk b/src_cpp/IO/Makefile_win.IO.mk index e7d75248..238a189f 100644 --- a/src_cpp/IO/Makefile_win.IO.mk +++ b/src_cpp/IO/Makefile_win.IO.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/MPI1/MPI1_benchmark.cpp b/src_cpp/MPI1/MPI1_benchmark.cpp index 75765a6c..3969f7e7 100644 --- a/src_cpp/MPI1/MPI1_benchmark.cpp +++ b/src_cpp/MPI1/MPI1_benchmark.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/MPI1/MPI1_suite.cpp b/src_cpp/MPI1/MPI1_suite.cpp index dd908f8e..1f1a554f 100644 --- a/src_cpp/MPI1/MPI1_suite.cpp +++ b/src_cpp/MPI1/MPI1_suite.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** @@ -386,17 +386,17 @@ template <> bool BenchmarkSuite::declare_args(args_parser &parser, std: "Default:\n" "off\n"); #ifdef GPU_ENABLE - parser.add("mem_alloc_type", "cpu").set_caption("buffer type"). + parser.add("mem_alloc_type", "device").set_caption("buffer type"). set_description( "The argument after -mem_alloc_type is a one from possible strings,\n" "Specifying that type will be used:\n" "device, host, shared, cpu\n" "\n" "Example:\n" - "-mem_alloc_type device\n" + "-mem_alloc_type host\n" "\n" "Default:\n" - "cpu\n"); + "device\n"); #endif //GPU_ENABLE parser.set_default_current_group(); diff --git a/src_cpp/MPI1/Makefile.MPI1.mk b/src_cpp/MPI1/Makefile.MPI1.mk index f9ac2232..de81a4b6 100644 --- a/src_cpp/MPI1/Makefile.MPI1.mk +++ b/src_cpp/MPI1/Makefile.MPI1.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/MPI1/Makefile_win.MPI1.mk b/src_cpp/MPI1/Makefile_win.MPI1.mk index 487058a3..b5f6fd8c 100644 --- a/src_cpp/MPI1/Makefile_win.MPI1.mk +++ b/src_cpp/MPI1/Makefile_win.MPI1.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/MT/MT_benchmark.cpp b/src_cpp/MT/MT_benchmark.cpp index 97cb481e..5fa859b6 100644 --- a/src_cpp/MT/MT_benchmark.cpp +++ b/src_cpp/MT/MT_benchmark.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/MT/MT_benchmark.h b/src_cpp/MT/MT_benchmark.h index 97ffc230..0d3874c8 100644 --- a/src_cpp/MT/MT_benchmark.h +++ b/src_cpp/MT/MT_benchmark.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/MT/MT_suite.cpp b/src_cpp/MT/MT_suite.cpp index 15457e90..1fdfbadb 100644 --- a/src_cpp/MT/MT_suite.cpp +++ b/src_cpp/MT/MT_suite.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** @@ -196,7 +196,7 @@ template <> bool BenchmarkSuite::prepare(const args_parser &parser, MPI_Comm_rank(MPI_COMM_WORLD, &rank); if (rank == 0 && !noheader) { output << "#------------------------------------------------------------------" << std::endl; - output << "# Intel(R) MPI Benchmarks " << "2021.2" << ", MT part " << std::endl; + output << "# Intel(R) MPI Benchmarks " << "2021.3" << ", MT part " << std::endl; output << "#------------------------------------------------------------------" << std::endl; output << "#" << std::endl; } diff --git a/src_cpp/MT/MT_types.h b/src_cpp/MT/MT_types.h index fae8ea3b..08cee964 100644 --- a/src_cpp/MT/MT_types.h +++ b/src_cpp/MT/MT_types.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/MT/Makefile.MT.mk b/src_cpp/MT/Makefile.MT.mk index 031c63bc..db0f172d 100644 --- a/src_cpp/MT/Makefile.MT.mk +++ b/src_cpp/MT/Makefile.MT.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/MT/Makefile_win.MT.mk b/src_cpp/MT/Makefile_win.MT.mk index 81863e19..c5165e22 100644 --- a/src_cpp/MT/Makefile_win.MT.mk +++ b/src_cpp/MT/Makefile_win.MT.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/Makefile b/src_cpp/Makefile index 4a3fce1c..7967203e 100644 --- a/src_cpp/Makefile +++ b/src_cpp/Makefile @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/Makefile_win b/src_cpp/Makefile_win index 08e724f3..1f02765f 100644 --- a/src_cpp/Makefile_win +++ b/src_cpp/Makefile_win @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/NBC/Makefile.NBC.mk b/src_cpp/NBC/Makefile.NBC.mk index f092d699..103aa33b 100644 --- a/src_cpp/NBC/Makefile.NBC.mk +++ b/src_cpp/NBC/Makefile.NBC.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/NBC/Makefile_win.NBC.mk b/src_cpp/NBC/Makefile_win.NBC.mk index ae304f65..ebfadf33 100644 --- a/src_cpp/NBC/Makefile_win.NBC.mk +++ b/src_cpp/NBC/Makefile_win.NBC.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/NBC/NBC_benchmark.cpp b/src_cpp/NBC/NBC_benchmark.cpp index cf68cbe8..9c2c6b56 100644 --- a/src_cpp/NBC/NBC_benchmark.cpp +++ b/src_cpp/NBC/NBC_benchmark.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/NBC/NBC_suite.cpp b/src_cpp/NBC/NBC_suite.cpp index b3e13b1c..8aa053bb 100644 --- a/src_cpp/NBC/NBC_suite.cpp +++ b/src_cpp/NBC/NBC_suite.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/RMA/Makefile.RMA.mk b/src_cpp/RMA/Makefile.RMA.mk index af9d850a..666a2624 100644 --- a/src_cpp/RMA/Makefile.RMA.mk +++ b/src_cpp/RMA/Makefile.RMA.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/RMA/Makefile_win.RMA.mk b/src_cpp/RMA/Makefile_win.RMA.mk index f23a46f2..43079500 100644 --- a/src_cpp/RMA/Makefile_win.RMA.mk +++ b/src_cpp/RMA/Makefile_win.RMA.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/RMA/RMA_benchmark.cpp b/src_cpp/RMA/RMA_benchmark.cpp index abfe26d5..76bd501e 100644 --- a/src_cpp/RMA/RMA_benchmark.cpp +++ b/src_cpp/RMA/RMA_benchmark.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/RMA/RMA_suite.cpp b/src_cpp/RMA/RMA_suite.cpp index 0b743164..0fcc2b8b 100644 --- a/src_cpp/RMA/RMA_suite.cpp +++ b/src_cpp/RMA/RMA_suite.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/any.h b/src_cpp/any.h index 7a2806ae..67ce9c25 100644 --- a/src_cpp/any.h +++ b/src_cpp/any.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/args_parser.cpp b/src_cpp/args_parser.cpp index 2e5c1d12..e8ec5cdc 100644 --- a/src_cpp/args_parser.cpp +++ b/src_cpp/args_parser.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/args_parser.h b/src_cpp/args_parser.h index ef3c0375..cc62d510 100644 --- a/src_cpp/args_parser.h +++ b/src_cpp/args_parser.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/args_parser_utests.cpp b/src_cpp/args_parser_utests.cpp index cc16c091..60ed2c1c 100644 --- a/src_cpp/args_parser_utests.cpp +++ b/src_cpp/args_parser_utests.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/benchmark.h b/src_cpp/benchmark.h index fd4ceb1c..f8bfe080 100644 --- a/src_cpp/benchmark.h +++ b/src_cpp/benchmark.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/benchmark_suite.h b/src_cpp/benchmark_suite.h index 1d8d2541..7bf4605d 100644 --- a/src_cpp/benchmark_suite.h +++ b/src_cpp/benchmark_suite.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/benchmark_suite_base.h b/src_cpp/benchmark_suite_base.h index 046a6798..7359e49a 100644 --- a/src_cpp/benchmark_suite_base.h +++ b/src_cpp/benchmark_suite_base.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/benchmark_suites_collection.cpp b/src_cpp/benchmark_suites_collection.cpp index cdd6a975..f1a02438 100644 --- a/src_cpp/benchmark_suites_collection.cpp +++ b/src_cpp/benchmark_suites_collection.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/benchmark_suites_collection.h b/src_cpp/benchmark_suites_collection.h index baa12a35..738cc69d 100644 --- a/src_cpp/benchmark_suites_collection.h +++ b/src_cpp/benchmark_suites_collection.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/example/Makefile.example.mk b/src_cpp/example/Makefile.example.mk index 9838473e..96a1c2d4 100644 --- a/src_cpp/example/Makefile.example.mk +++ b/src_cpp/example/Makefile.example.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/example/example_benchmark1.cpp b/src_cpp/example/example_benchmark1.cpp index 563f4ed1..40b06f16 100644 --- a/src_cpp/example/example_benchmark1.cpp +++ b/src_cpp/example/example_benchmark1.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/example/example_benchmark2.cpp b/src_cpp/example/example_benchmark2.cpp index 5fec3e9c..b1d24a94 100644 --- a/src_cpp/example/example_benchmark2.cpp +++ b/src_cpp/example/example_benchmark2.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/example/example_benchmark3.cpp b/src_cpp/example/example_benchmark3.cpp index 01534d26..e6b27275 100644 --- a/src_cpp/example/example_benchmark3.cpp +++ b/src_cpp/example/example_benchmark3.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/example/example_benchmark4.cpp b/src_cpp/example/example_benchmark4.cpp index 26a7b235..a9f3af56 100644 --- a/src_cpp/example/example_benchmark4.cpp +++ b/src_cpp/example/example_benchmark4.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/example/example_benchmark5.cpp b/src_cpp/example/example_benchmark5.cpp index 4ee6180a..4bce3189 100644 --- a/src_cpp/example/example_benchmark5.cpp +++ b/src_cpp/example/example_benchmark5.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/helpers/Makefile.helpers.mk b/src_cpp/helpers/Makefile.helpers.mk index b1ff3b57..15dc95a4 100644 --- a/src_cpp/helpers/Makefile.helpers.mk +++ b/src_cpp/helpers/Makefile.helpers.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/helpers/Makefile_win.helpers.mk b/src_cpp/helpers/Makefile_win.helpers.mk index 9367960e..9df280ad 100644 --- a/src_cpp/helpers/Makefile_win.helpers.mk +++ b/src_cpp/helpers/Makefile_win.helpers.mk @@ -1,6 +1,6 @@ #***************************************************************************** # * * -# * Copyright 2016-2021 Intel Corporation. * +# * Copyright Intel Corporation. * # * * # ***************************************************************************** # diff --git a/src_cpp/helpers/helper_IMB_functions.h b/src_cpp/helpers/helper_IMB_functions.h index f33506d1..d462b481 100644 --- a/src_cpp/helpers/helper_IMB_functions.h +++ b/src_cpp/helpers/helper_IMB_functions.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/helpers/original_benchmark.h b/src_cpp/helpers/original_benchmark.h index 2a4fab06..bcfe6b33 100644 --- a/src_cpp/helpers/original_benchmark.h +++ b/src_cpp/helpers/original_benchmark.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/imb.cpp b/src_cpp/imb.cpp index 1d01955b..c093f3eb 100644 --- a/src_cpp/imb.cpp +++ b/src_cpp/imb.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** @@ -70,7 +70,7 @@ int main(int argc, char * *argv) bool no_mpi_init_flag = true; int return_value = 0; int rank = 0, size = 0; - const char *program_name = "Intel(R) MPI Benchmarks 2021.2"; + const char *program_name = "Intel(R) MPI Benchmarks 2021.3"; std::ostringstream output; // Some unit tests for args parser diff --git a/src_cpp/scope.cpp b/src_cpp/scope.cpp index 014a2643..226489ed 100644 --- a/src_cpp/scope.cpp +++ b/src_cpp/scope.cpp @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/scope.h b/src_cpp/scope.h index 2de12737..2ac3bde8 100644 --- a/src_cpp/scope.h +++ b/src_cpp/scope.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/smart_ptr.h b/src_cpp/smart_ptr.h index 1c150f53..63bababd 100644 --- a/src_cpp/smart_ptr.h +++ b/src_cpp/smart_ptr.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * ***************************************************************************** diff --git a/src_cpp/utils.h b/src_cpp/utils.h index a639280a..df4b449a 100644 --- a/src_cpp/utils.h +++ b/src_cpp/utils.h @@ -1,6 +1,6 @@ /***************************************************************************** * * - * Copyright 2016-2021 Intel Corporation. * + * Copyright Intel Corporation. * * * *****************************************************************************