diff --git a/Makefile b/Makefile index 0f219ba..eddcb60 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/Makefile_win b/Makefile_win index e2f5cec..cec974d 100644 --- a/Makefile_win +++ b/Makefile_win @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** @@ -78,4 +78,4 @@ clean: nmake -f Makefile_win clean TARGET=IO nmake -f Makefile_win clean TARGET=EXT cd .. - del /f /q IMB-MPI1.exe IMB-NBC.exe IMB-RMA.exe IMB-EXT.exe IMB-IO.exe IMB-MT.exe + del /f /q IMB-MPI1.exe IMB-NBC.exe IMB-RMA.exe IMB-EXT.exe IMB-IO.exe IMB-MT.exe \ No newline at end of file diff --git a/README.md b/README.md index 33370a0..39d5180 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Intel(R) MPI Benchmarks [![3-Clause BSD License](https://img.shields.io/badge/license-3%20Clause%20BSD%20License-green.svg)](license/license.txt) -![v2021.7](https://img.shields.io/badge/v.2021.7-Update-orange.svg) +![v2021.8](https://img.shields.io/badge/v.2021.8-Update-orange.svg) -------------------------------------------------- -------- @@ -63,6 +63,12 @@ files and folders appear on your system: ---------- What's New ---------- +New in Intel(R) MPI Benchmarks 2021.8 +---------------------------------------- +- Migration to icx,icpx compiler +- IMB-MPI1: FP16/BF16 data_type support +- Bug fixes + New in Intel(R) MPI Benchmarks 2021.7 ---------------------------------------- - IMB-MPI1-GPU benchmark. diff --git a/ReadMe_IMB.txt b/ReadMe_IMB.txt index f0212dd..f53cc4d 100644 --- a/ReadMe_IMB.txt +++ b/ReadMe_IMB.txt @@ -1,5 +1,5 @@ -------------------------------------- -Intel(R) MPI Benchmarks 2021.7 +Intel(R) MPI Benchmarks 2021.8 README -------------------------------------- @@ -62,6 +62,12 @@ files and folders appear on your system: ---------- What's New ---------- +New in Intel(R) MPI Benchmarks 2021.8 +---------------------------------------- +- Migration to icx,icpx compiler +- IMB-MPI1: FP16/BF16 data_type support +- Bug fixes + New in Intel(R) MPI Benchmarks 2021.7 ---------------------------------------- - IMB-MPI1-GPU benchmarks support cuda. diff --git a/WINDOWS/IMB-EXT_VS_2017/IMB-EXT.rc b/WINDOWS/IMB-EXT_VS_2017/IMB-EXT.rc index 5e4bdd0..4cc4a9a 100644 --- a/WINDOWS/IMB-EXT_VS_2017/IMB-EXT.rc +++ b/WINDOWS/IMB-EXT_VS_2017/IMB-EXT.rc @@ -71,12 +71,12 @@ BEGIN BEGIN VALUE "CompanyName", "Intel Corporation" VALUE "FileDescription", "Intel(R) MPI Benchmarks" - VALUE "FileVersion", "2021.7" + VALUE "FileVersion", "2021.8" VALUE "InternalName", "IMB-EXT" VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-EXT.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.7" + VALUE "ProductVersion", "2021.8" 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 9976c08..14b0f7d 100644 --- a/WINDOWS/IMB-IO_VS_2017/IMB-IO.rc +++ b/WINDOWS/IMB-IO_VS_2017/IMB-IO.rc @@ -71,12 +71,12 @@ BEGIN BEGIN VALUE "CompanyName", "Intel Corporation" VALUE "FileDescription", "Intel(R) MPI Benchmarks" - VALUE "FileVersion", "2021.7" + VALUE "FileVersion", "2021.8" VALUE "InternalName", "IMB-IO" VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-IO.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.7" + VALUE "ProductVersion", "2021.8" 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 eac8203..c7503ec 100644 --- a/WINDOWS/IMB-MPI1_VS_2017/IMB-MPI1.rc +++ b/WINDOWS/IMB-MPI1_VS_2017/IMB-MPI1.rc @@ -71,12 +71,12 @@ BEGIN BEGIN VALUE "CompanyName", "Intel Corporation" VALUE "FileDescription", "Intel(R) MPI Benchmarks" - VALUE "FileVersion", "2021.7" + VALUE "FileVersion", "2021.8" VALUE "InternalName", "IMB-MPI1" VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-MPI1.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.7" + VALUE "ProductVersion", "2021.8" 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 c25ff8c..ef3c55f 100644 --- a/WINDOWS/IMB-MT_VS_2017/IMB-MT.rc +++ b/WINDOWS/IMB-MT_VS_2017/IMB-MT.rc @@ -71,12 +71,12 @@ BEGIN BEGIN VALUE "CompanyName", "Intel Corporation" VALUE "FileDescription", "Intel(R) MPI Benchmarks" - VALUE "FileVersion", "2021.7" + VALUE "FileVersion", "2021.8" VALUE "InternalName", "IMB-MT" VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-MT.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.7" + VALUE "ProductVersion", "2021.8" 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 b1c1881..8186324 100644 --- a/WINDOWS/IMB-NBC_VS_2017/IMB-NBC.rc +++ b/WINDOWS/IMB-NBC_VS_2017/IMB-NBC.rc @@ -71,12 +71,12 @@ BEGIN BEGIN VALUE "CompanyName", "Intel Corporation" VALUE "FileDescription", "Intel(R) MPI Benchmarks" - VALUE "FileVersion", "2021.7" + VALUE "FileVersion", "2021.8" VALUE "InternalName", "IMB-NBC" VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-NBC.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.7" + VALUE "ProductVersion", "2021.8" 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 49f4943..463c1f5 100755 --- a/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.rc +++ b/WINDOWS/IMB-P2P_VS_2017/IMB-P2P.rc @@ -71,12 +71,12 @@ BEGIN BEGIN VALUE "CompanyName", "Intel Corporation" VALUE "FileDescription", "Intel(R) MPI Benchmarks" - VALUE "FileVersion", "2021.7" + VALUE "FileVersion", "2021.8" VALUE "InternalName", "IMB-P2P" VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-P2P.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.7" + VALUE "ProductVersion", "2021.8" 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 6358bc2..988a1cf 100644 --- a/WINDOWS/IMB-RMA_VS_2017/IMB-RMA.rc +++ b/WINDOWS/IMB-RMA_VS_2017/IMB-RMA.rc @@ -71,12 +71,12 @@ BEGIN BEGIN VALUE "CompanyName", "Intel Corporation" VALUE "FileDescription", "Intel(R) MPI Benchmarks" - VALUE "FileVersion", "2021.7" + VALUE "FileVersion", "2021.8" VALUE "InternalName", "IMB-RMA" VALUE "LegalCopyright", "Copyright Intel Corporation." VALUE "OriginalFilename", "IMB-RMA.exe" VALUE "ProductName", "Intel(R) MPI Benchmarks" - VALUE "ProductVersion", "2021.7" + VALUE "ProductVersion", "2021.8" END END BLOCK "VarFileInfo" diff --git a/license/license.txt b/license/license.txt index 8ed2329..1b15809 100644 --- a/license/license.txt +++ b/license/license.txt @@ -10,7 +10,7 @@ The 3-Clause BSD License - Copyright (C) 2023 Intel, Inc. All rights reserved. + Copyright (C) 2024 Intel, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src_c/IMB_allgather.c b/src_c/IMB_allgather.c index 8bc2859..af1e254 100644 --- a/src_c/IMB_allgather.c +++ b/src_c/IMB_allgather.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_allgatherv.c b/src_c/IMB_allgatherv.c index 3a9223c..8c1b271 100644 --- a/src_c/IMB_allgatherv.c +++ b/src_c/IMB_allgatherv.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_allreduce.c b/src_c/IMB_allreduce.c index c8e597f..ddc7985 100644 --- a/src_c/IMB_allreduce.c +++ b/src_c/IMB_allreduce.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_alltoall.c b/src_c/IMB_alltoall.c index acc00df..ac3681c 100644 --- a/src_c/IMB_alltoall.c +++ b/src_c/IMB_alltoall.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_alltoallv.c b/src_c/IMB_alltoallv.c index dcc7db3..c83fd1e 100644 --- a/src_c/IMB_alltoallv.c +++ b/src_c/IMB_alltoallv.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_appl_errors.h b/src_c/IMB_appl_errors.h index fd7d38b..18e7c31 100644 --- a/src_c/IMB_appl_errors.h +++ b/src_c/IMB_appl_errors.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_bandwidth.c b/src_c/IMB_bandwidth.c index d0f3bc6..0a6249a 100644 --- a/src_c/IMB_bandwidth.c +++ b/src_c/IMB_bandwidth.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_barrier.c b/src_c/IMB_barrier.c index 1c91fe7..2091199 100644 --- a/src_c/IMB_barrier.c +++ b/src_c/IMB_barrier.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_bcast.c b/src_c/IMB_bcast.c index 0efe42a..ff85bd1 100644 --- a/src_c/IMB_bcast.c +++ b/src_c/IMB_bcast.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_benchlist.c b/src_c/IMB_benchlist.c index ba8e41f..cd50b65 100644 --- a/src_c/IMB_benchlist.c +++ b/src_c/IMB_benchlist.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_benchmark.h b/src_c/IMB_benchmark.h index d6919b4..50c7d57 100644 --- a/src_c/IMB_benchmark.h +++ b/src_c/IMB_benchmark.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_bnames_ext.h b/src_c/IMB_bnames_ext.h index ec2457e..03d4773 100644 --- a/src_c/IMB_bnames_ext.h +++ b/src_c/IMB_bnames_ext.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_bnames_io.h b/src_c/IMB_bnames_io.h index d3aa443..3fb95e6 100644 --- a/src_c/IMB_bnames_io.h +++ b/src_c/IMB_bnames_io.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_bnames_mpi1.h b/src_c/IMB_bnames_mpi1.h index 59024ef..be2beed 100644 --- a/src_c/IMB_bnames_mpi1.h +++ b/src_c/IMB_bnames_mpi1.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_bnames_nbc.h b/src_c/IMB_bnames_nbc.h index 2487c17..ab8703b 100644 --- a/src_c/IMB_bnames_nbc.h +++ b/src_c/IMB_bnames_nbc.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_bnames_rma.h b/src_c/IMB_bnames_rma.h index 29bee64..9eda13d 100644 --- a/src_c/IMB_bnames_rma.h +++ b/src_c/IMB_bnames_rma.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_cache.h b/src_c/IMB_cache.h index 4892a18..2001cb2 100644 --- a/src_c/IMB_cache.h +++ b/src_c/IMB_cache.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_chk_diff.c b/src_c/IMB_chk_diff.c index a12aabb..da0b898 100644 --- a/src_c/IMB_chk_diff.c +++ b/src_c/IMB_chk_diff.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_comm_info.h b/src_c/IMB_comm_info.h index 1278d57..0eb8fab 100644 --- a/src_c/IMB_comm_info.h +++ b/src_c/IMB_comm_info.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_comments.h b/src_c/IMB_comments.h index d3e005f..246621b 100644 --- a/src_c/IMB_comments.h +++ b/src_c/IMB_comments.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_cpu_exploit.c b/src_c/IMB_cpu_exploit.c index 48e5ee6..e8388e1 100644 --- a/src_c/IMB_cpu_exploit.c +++ b/src_c/IMB_cpu_exploit.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_cuda.c b/src_c/IMB_cuda.c index 15dfde1..6041f61 100644 --- a/src_c/IMB_cuda.c +++ b/src_c/IMB_cuda.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_cuda.h b/src_c/IMB_cuda.h index ed88c1a..b645cc5 100644 --- a/src_c/IMB_cuda.h +++ b/src_c/IMB_cuda.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_cuda_api.c b/src_c/IMB_cuda_api.c index cb8f419..693039c 100644 --- a/src_c/IMB_cuda_api.c +++ b/src_c/IMB_cuda_api.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_cuda_api.h b/src_c/IMB_cuda_api.h index cb9016e..50aef46 100644 --- a/src_c/IMB_cuda_api.h +++ b/src_c/IMB_cuda_api.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_declare.c b/src_c/IMB_declare.c index 46d23f0..caf89b5 100644 --- a/src_c/IMB_declare.c +++ b/src_c/IMB_declare.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_declare.h b/src_c/IMB_declare.h index a0f84e5..f83a167 100644 --- a/src_c/IMB_declare.h +++ b/src_c/IMB_declare.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_err_check.h b/src_c/IMB_err_check.h index 5622616..8dfe082 100644 --- a/src_c/IMB_err_check.h +++ b/src_c/IMB_err_check.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_err_handler.c b/src_c/IMB_err_handler.c index dedbec8..97bbec8 100644 --- a/src_c/IMB_err_handler.c +++ b/src_c/IMB_err_handler.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_exchange.c b/src_c/IMB_exchange.c index 8fcccad..ca2ead4 100644 --- a/src_c/IMB_exchange.c +++ b/src_c/IMB_exchange.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_g_info.c b/src_c/IMB_g_info.c index 671a120..620393f 100644 --- a/src_c/IMB_g_info.c +++ b/src_c/IMB_g_info.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** @@ -55,7 +55,7 @@ For more documentation than found here, see #ifdef IMB2018 char* VERSION="2018"; #else -char* VERSION="2021.7"; +char* VERSION="2021.8"; #endif #include diff --git a/src_c/IMB_gather.c b/src_c/IMB_gather.c index 795fb2f..9c2424b 100644 --- a/src_c/IMB_gather.c +++ b/src_c/IMB_gather.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_gatherv.c b/src_c/IMB_gatherv.c index f71f49c..92a489c 100644 --- a/src_c/IMB_gatherv.c +++ b/src_c/IMB_gatherv.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_gpu_common.c b/src_c/IMB_gpu_common.c index 593df13..39e7b5a 100644 --- a/src_c/IMB_gpu_common.c +++ b/src_c/IMB_gpu_common.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_gpu_common.h b/src_c/IMB_gpu_common.h index a9d2eec..08693e3 100644 --- a/src_c/IMB_gpu_common.h +++ b/src_c/IMB_gpu_common.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_init.c b/src_c/IMB_init.c index fbdd5a7..5f2037a 100644 --- a/src_c/IMB_init.c +++ b/src_c/IMB_init.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_init_file.c b/src_c/IMB_init_file.c index d6de597..05e1974 100644 --- a/src_c/IMB_init_file.c +++ b/src_c/IMB_init_file.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_init_transfer.c b/src_c/IMB_init_transfer.c index de7582b..f62160a 100644 --- a/src_c/IMB_init_transfer.c +++ b/src_c/IMB_init_transfer.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_mem_info.h b/src_c/IMB_mem_info.h index 1001446..14a31c3 100644 --- a/src_c/IMB_mem_info.h +++ b/src_c/IMB_mem_info.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_mem_manager.c b/src_c/IMB_mem_manager.c index 6d0bc8f..fb8b535 100644 --- a/src_c/IMB_mem_manager.c +++ b/src_c/IMB_mem_manager.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_ones_accu.c b/src_c/IMB_ones_accu.c index 3f3c362..a811ac8 100644 --- a/src_c/IMB_ones_accu.c +++ b/src_c/IMB_ones_accu.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_ones_bidir.c b/src_c/IMB_ones_bidir.c index 9087821..21d4a93 100644 --- a/src_c/IMB_ones_bidir.c +++ b/src_c/IMB_ones_bidir.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_ones_unidir.c b/src_c/IMB_ones_unidir.c index 4bbf8ce..9924d3a 100644 --- a/src_c/IMB_ones_unidir.c +++ b/src_c/IMB_ones_unidir.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_open_close.c b/src_c/IMB_open_close.c index 14a2f2e..855335c 100644 --- a/src_c/IMB_open_close.c +++ b/src_c/IMB_open_close.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_output.c b/src_c/IMB_output.c index e240581..bad342b 100644 --- a/src_c/IMB_output.c +++ b/src_c/IMB_output.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_parse_name_ext.c b/src_c/IMB_parse_name_ext.c index 8585ef3..a8c9bea 100644 --- a/src_c/IMB_parse_name_ext.c +++ b/src_c/IMB_parse_name_ext.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_parse_name_io.c b/src_c/IMB_parse_name_io.c index 1cd21e0..0a86965 100644 --- a/src_c/IMB_parse_name_io.c +++ b/src_c/IMB_parse_name_io.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_parse_name_mpi1.c b/src_c/IMB_parse_name_mpi1.c index 110c1a1..6b34fbe 100644 --- a/src_c/IMB_parse_name_mpi1.c +++ b/src_c/IMB_parse_name_mpi1.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_parse_name_nbc.c b/src_c/IMB_parse_name_nbc.c index bc9acfa..1fd1417 100644 --- a/src_c/IMB_parse_name_nbc.c +++ b/src_c/IMB_parse_name_nbc.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_parse_name_rma.c b/src_c/IMB_parse_name_rma.c index 542f05c..36cb655 100644 --- a/src_c/IMB_parse_name_rma.c +++ b/src_c/IMB_parse_name_rma.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_pingping.c b/src_c/IMB_pingping.c index 255d4bc..e225555 100644 --- a/src_c/IMB_pingping.c +++ b/src_c/IMB_pingping.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_pingpong.c b/src_c/IMB_pingpong.c index 54de9ab..ad68aa9 100644 --- a/src_c/IMB_pingpong.c +++ b/src_c/IMB_pingpong.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_prototypes.h b/src_c/IMB_prototypes.h index 50f671b..a43ef9a 100644 --- a/src_c/IMB_prototypes.h +++ b/src_c/IMB_prototypes.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_read.c b/src_c/IMB_read.c index c344dd0..fe4d443 100644 --- a/src_c/IMB_read.c +++ b/src_c/IMB_read.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_reduce.c b/src_c/IMB_reduce.c index 5cbdf37..9951b8d 100644 --- a/src_c/IMB_reduce.c +++ b/src_c/IMB_reduce.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_reduce_local.c b/src_c/IMB_reduce_local.c index 1b43cd3..83ff71b 100644 --- a/src_c/IMB_reduce_local.c +++ b/src_c/IMB_reduce_local.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_reduce_scatter.c b/src_c/IMB_reduce_scatter.c index 62eef1b..b2b73cc 100644 --- a/src_c/IMB_reduce_scatter.c +++ b/src_c/IMB_reduce_scatter.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_reduce_scatter_block.c b/src_c/IMB_reduce_scatter_block.c index 61078c3..51d5f87 100644 --- a/src_c/IMB_reduce_scatter_block.c +++ b/src_c/IMB_reduce_scatter_block.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_rma_atomic.c b/src_c/IMB_rma_atomic.c index ca8a679..df3100e 100644 --- a/src_c/IMB_rma_atomic.c +++ b/src_c/IMB_rma_atomic.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_rma_get.c b/src_c/IMB_rma_get.c index 808f512..5b12637 100644 --- a/src_c/IMB_rma_get.c +++ b/src_c/IMB_rma_get.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_rma_put.c b/src_c/IMB_rma_put.c index 2161abb..5820479 100644 --- a/src_c/IMB_rma_put.c +++ b/src_c/IMB_rma_put.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_scatter.c b/src_c/IMB_scatter.c index cb2fefc..790e564 100644 --- a/src_c/IMB_scatter.c +++ b/src_c/IMB_scatter.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_scatterv.c b/src_c/IMB_scatterv.c index 13eeba4..8d9946b 100644 --- a/src_c/IMB_scatterv.c +++ b/src_c/IMB_scatterv.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_sendrecv.c b/src_c/IMB_sendrecv.c index 268c26c..ce7e718 100644 --- a/src_c/IMB_sendrecv.c +++ b/src_c/IMB_sendrecv.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_settings.h b/src_c/IMB_settings.h index 5b87213..d14356a 100644 --- a/src_c/IMB_settings.h +++ b/src_c/IMB_settings.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_settings_io.h b/src_c/IMB_settings_io.h index d1f7a5e..a960bcf 100644 --- a/src_c/IMB_settings_io.h +++ b/src_c/IMB_settings_io.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_strgs.c b/src_c/IMB_strgs.c index 9951b81..f855ac0 100644 --- a/src_c/IMB_strgs.c +++ b/src_c/IMB_strgs.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_user_set_info.c b/src_c/IMB_user_set_info.c index 3dbc8f4..079d62a 100644 --- a/src_c/IMB_user_set_info.c +++ b/src_c/IMB_user_set_info.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_utils.c b/src_c/IMB_utils.c index 98145a5..31d0940 100644 --- a/src_c/IMB_utils.c +++ b/src_c/IMB_utils.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_warm_up.c b/src_c/IMB_warm_up.c index 6faf5de..7a7bb78 100644 --- a/src_c/IMB_warm_up.c +++ b/src_c/IMB_warm_up.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_window.c b/src_c/IMB_window.c index 7ea0d9d..5cf20eb 100644 --- a/src_c/IMB_window.c +++ b/src_c/IMB_window.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_write.c b/src_c/IMB_write.c index 2c46508..fc2c574 100644 --- a/src_c/IMB_write.c +++ b/src_c/IMB_write.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_ze.c b/src_c/IMB_ze.c index 837d63c..2424021 100644 --- a/src_c/IMB_ze.c +++ b/src_c/IMB_ze.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_ze.h b/src_c/IMB_ze.h index 8ec3c7c..1829614 100644 --- a/src_c/IMB_ze.h +++ b/src_c/IMB_ze.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_ze_api.c b/src_c/IMB_ze_api.c index 7bc76e1..deeada4 100644 --- a/src_c/IMB_ze_api.c +++ b/src_c/IMB_ze_api.c @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/IMB_ze_api.h b/src_c/IMB_ze_api.h index 052e8b9..17c3cdb 100644 --- a/src_c/IMB_ze_api.h +++ b/src_c/IMB_ze_api.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_c/Makefile b/src_c/Makefile index 83ca653..d8e6a90 100644 --- a/src_c/Makefile +++ b/src_c/Makefile @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_c/Makefile_win b/src_c/Makefile_win index 3786281..53acad3 100644 --- a/src_c/Makefile_win +++ b/src_c/Makefile_win @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_c/P2P/Makefile b/src_c/P2P/Makefile index 2a7afb7..108dd1a 100644 --- a/src_c/P2P/Makefile +++ b/src_c/P2P/Makefile @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_c/P2P/imb_p2p.c b/src_c/P2P/imb_p2p.c index 3ec5352..ab872e1 100644 --- a/src_c/P2P/imb_p2p.c +++ b/src_c/P2P/imb_p2p.c @@ -41,7 +41,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #endif #define IMB_INPUT_ARG_LEN (72) -static const char * VERSION = "2021.7"; +static const char * VERSION = "2021.8"; FILE* unit = NULL; imb_p2p_configuration_t imb_p2p_config = { 0 }; diff --git a/src_cpp/EXT/EXT_benchmark.cpp b/src_cpp/EXT/EXT_benchmark.cpp index a736a45..f435733 100644 --- a/src_cpp/EXT/EXT_benchmark.cpp +++ b/src_cpp/EXT/EXT_benchmark.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/EXT/EXT_suite.cpp b/src_cpp/EXT/EXT_suite.cpp index fb4e389..8b033be 100644 --- a/src_cpp/EXT/EXT_suite.cpp +++ b/src_cpp/EXT/EXT_suite.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/EXT/Makefile.EXT.mk b/src_cpp/EXT/Makefile.EXT.mk index 9ed5a0b..51b90ed 100644 --- a/src_cpp/EXT/Makefile.EXT.mk +++ b/src_cpp/EXT/Makefile.EXT.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/EXT/Makefile_win.EXT.mk b/src_cpp/EXT/Makefile_win.EXT.mk index f8c109a..ca388aa 100644 --- a/src_cpp/EXT/Makefile_win.EXT.mk +++ b/src_cpp/EXT/Makefile_win.EXT.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/HALO/Makefile.HALO.mk b/src_cpp/HALO/Makefile.HALO.mk index 0d72a50..3ef2971 100644 --- a/src_cpp/HALO/Makefile.HALO.mk +++ b/src_cpp/HALO/Makefile.HALO.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/HALO/halo_benchmark.cpp b/src_cpp/HALO/halo_benchmark.cpp index f4594cf..46d77c0 100644 --- a/src_cpp/HALO/halo_benchmark.cpp +++ b/src_cpp/HALO/halo_benchmark.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/HALO/halo_benchmark.h b/src_cpp/HALO/halo_benchmark.h index ed607a3..5c5838c 100644 --- a/src_cpp/HALO/halo_benchmark.h +++ b/src_cpp/HALO/halo_benchmark.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/HALO/halo_suite.cpp b/src_cpp/HALO/halo_suite.cpp index 0622fb6..1baaeef 100644 --- a/src_cpp/HALO/halo_suite.cpp +++ b/src_cpp/HALO/halo_suite.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/IO/IO_benchmark.cpp b/src_cpp/IO/IO_benchmark.cpp index 5fa5f14..0534247 100644 --- a/src_cpp/IO/IO_benchmark.cpp +++ b/src_cpp/IO/IO_benchmark.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/IO/IO_suite.cpp b/src_cpp/IO/IO_suite.cpp index 57410b9..6af1faa 100644 --- a/src_cpp/IO/IO_suite.cpp +++ b/src_cpp/IO/IO_suite.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/IO/Makefile.IO.mk b/src_cpp/IO/Makefile.IO.mk index 7fcd342..274742d 100644 --- a/src_cpp/IO/Makefile.IO.mk +++ b/src_cpp/IO/Makefile.IO.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/IO/Makefile_win.IO.mk b/src_cpp/IO/Makefile_win.IO.mk index 8dd2580..6688357 100644 --- a/src_cpp/IO/Makefile_win.IO.mk +++ b/src_cpp/IO/Makefile_win.IO.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/MPI1/MPI1_benchmark.cpp b/src_cpp/MPI1/MPI1_benchmark.cpp index 0273e3b..220f00a 100644 --- a/src_cpp/MPI1/MPI1_benchmark.cpp +++ b/src_cpp/MPI1/MPI1_benchmark.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/MPI1/MPI1_suite.cpp b/src_cpp/MPI1/MPI1_suite.cpp index 34034c9..c978815 100644 --- a/src_cpp/MPI1/MPI1_suite.cpp +++ b/src_cpp/MPI1/MPI1_suite.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/MPI1/Makefile.MPI1.mk b/src_cpp/MPI1/Makefile.MPI1.mk index b23e585..cf0c751 100644 --- a/src_cpp/MPI1/Makefile.MPI1.mk +++ b/src_cpp/MPI1/Makefile.MPI1.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/MPI1/Makefile_win.MPI1.mk b/src_cpp/MPI1/Makefile_win.MPI1.mk index 3a1b2e8..e1478e6 100644 --- a/src_cpp/MPI1/Makefile_win.MPI1.mk +++ b/src_cpp/MPI1/Makefile_win.MPI1.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/MT/MT_benchmark.cpp b/src_cpp/MT/MT_benchmark.cpp index 6635c7c..e37f0b8 100644 --- a/src_cpp/MT/MT_benchmark.cpp +++ b/src_cpp/MT/MT_benchmark.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/MT/MT_benchmark.h b/src_cpp/MT/MT_benchmark.h index 2321d28..9650b22 100644 --- a/src_cpp/MT/MT_benchmark.h +++ b/src_cpp/MT/MT_benchmark.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/MT/MT_suite.cpp b/src_cpp/MT/MT_suite.cpp index ea968af..95ab639 100644 --- a/src_cpp/MT/MT_suite.cpp +++ b/src_cpp/MT/MT_suite.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** @@ -178,7 +178,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.7" << ", MT part " << std::endl; + output << "# Intel(R) MPI Benchmarks " << "2021.8" << ", 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 6de96d3..c9fadc7 100644 --- a/src_cpp/MT/MT_types.h +++ b/src_cpp/MT/MT_types.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/MT/Makefile.MT.mk b/src_cpp/MT/Makefile.MT.mk index b2b4627..c3bb2b9 100644 --- a/src_cpp/MT/Makefile.MT.mk +++ b/src_cpp/MT/Makefile.MT.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/MT/Makefile_win.MT.mk b/src_cpp/MT/Makefile_win.MT.mk index df0cf13..c87fd6d 100644 --- a/src_cpp/MT/Makefile_win.MT.mk +++ b/src_cpp/MT/Makefile_win.MT.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/Makefile b/src_cpp/Makefile index 32ab5fd..15fbe2a 100644 --- a/src_cpp/Makefile +++ b/src_cpp/Makefile @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/Makefile_win b/src_cpp/Makefile_win index e88b000..9763096 100644 --- a/src_cpp/Makefile_win +++ b/src_cpp/Makefile_win @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/NBC/Makefile.NBC.mk b/src_cpp/NBC/Makefile.NBC.mk index ab7aee8..a821bf9 100644 --- a/src_cpp/NBC/Makefile.NBC.mk +++ b/src_cpp/NBC/Makefile.NBC.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/NBC/Makefile_win.NBC.mk b/src_cpp/NBC/Makefile_win.NBC.mk index 544b227..df270e8 100644 --- a/src_cpp/NBC/Makefile_win.NBC.mk +++ b/src_cpp/NBC/Makefile_win.NBC.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/NBC/NBC_benchmark.cpp b/src_cpp/NBC/NBC_benchmark.cpp index 1fc382a..1554484 100644 --- a/src_cpp/NBC/NBC_benchmark.cpp +++ b/src_cpp/NBC/NBC_benchmark.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/NBC/NBC_suite.cpp b/src_cpp/NBC/NBC_suite.cpp index 55d9c5e..618274c 100644 --- a/src_cpp/NBC/NBC_suite.cpp +++ b/src_cpp/NBC/NBC_suite.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/RMA/Makefile.RMA.mk b/src_cpp/RMA/Makefile.RMA.mk index 8fb7a28..8a4aeec 100644 --- a/src_cpp/RMA/Makefile.RMA.mk +++ b/src_cpp/RMA/Makefile.RMA.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/RMA/Makefile_win.RMA.mk b/src_cpp/RMA/Makefile_win.RMA.mk index a23473b..8c6fc05 100644 --- a/src_cpp/RMA/Makefile_win.RMA.mk +++ b/src_cpp/RMA/Makefile_win.RMA.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/RMA/RMA_benchmark.cpp b/src_cpp/RMA/RMA_benchmark.cpp index 1aee484..d565fcb 100644 --- a/src_cpp/RMA/RMA_benchmark.cpp +++ b/src_cpp/RMA/RMA_benchmark.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/RMA/RMA_suite.cpp b/src_cpp/RMA/RMA_suite.cpp index b95633b..6790d25 100644 --- a/src_cpp/RMA/RMA_suite.cpp +++ b/src_cpp/RMA/RMA_suite.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/any.h b/src_cpp/any.h index 455ba26..d76b69a 100644 --- a/src_cpp/any.h +++ b/src_cpp/any.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/args_parser.cpp b/src_cpp/args_parser.cpp index b234920..c8bf66a 100644 --- a/src_cpp/args_parser.cpp +++ b/src_cpp/args_parser.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/args_parser.h b/src_cpp/args_parser.h index 51cfea6..dfc398c 100644 --- a/src_cpp/args_parser.h +++ b/src_cpp/args_parser.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/args_parser_utests.cpp b/src_cpp/args_parser_utests.cpp index 871dae7..f91db45 100644 --- a/src_cpp/args_parser_utests.cpp +++ b/src_cpp/args_parser_utests.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/benchmark.h b/src_cpp/benchmark.h index e9147e6..2dfc80e 100644 --- a/src_cpp/benchmark.h +++ b/src_cpp/benchmark.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/benchmark_suite.h b/src_cpp/benchmark_suite.h index 6ce2e2d..b9be42d 100644 --- a/src_cpp/benchmark_suite.h +++ b/src_cpp/benchmark_suite.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/benchmark_suite_base.h b/src_cpp/benchmark_suite_base.h index f59954c..6d82b2c 100644 --- a/src_cpp/benchmark_suite_base.h +++ b/src_cpp/benchmark_suite_base.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/benchmark_suites_collection.cpp b/src_cpp/benchmark_suites_collection.cpp index 805fc2f..90c5547 100644 --- a/src_cpp/benchmark_suites_collection.cpp +++ b/src_cpp/benchmark_suites_collection.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/benchmark_suites_collection.h b/src_cpp/benchmark_suites_collection.h index 31cf1c2..454d654 100644 --- a/src_cpp/benchmark_suites_collection.h +++ b/src_cpp/benchmark_suites_collection.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/example/Makefile.example.mk b/src_cpp/example/Makefile.example.mk index 2ff4e03..b307534 100644 --- a/src_cpp/example/Makefile.example.mk +++ b/src_cpp/example/Makefile.example.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/example/example_benchmark1.cpp b/src_cpp/example/example_benchmark1.cpp index 14a5bb4..efd75c1 100644 --- a/src_cpp/example/example_benchmark1.cpp +++ b/src_cpp/example/example_benchmark1.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/example/example_benchmark2.cpp b/src_cpp/example/example_benchmark2.cpp index 66c81f2..d9958e7 100644 --- a/src_cpp/example/example_benchmark2.cpp +++ b/src_cpp/example/example_benchmark2.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/example/example_benchmark3.cpp b/src_cpp/example/example_benchmark3.cpp index 6212c10..02541d4 100644 --- a/src_cpp/example/example_benchmark3.cpp +++ b/src_cpp/example/example_benchmark3.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/example/example_benchmark4.cpp b/src_cpp/example/example_benchmark4.cpp index f1a60e1..4830cc3 100644 --- a/src_cpp/example/example_benchmark4.cpp +++ b/src_cpp/example/example_benchmark4.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/example/example_benchmark5.cpp b/src_cpp/example/example_benchmark5.cpp index d5ea57d..94b6f6a 100644 --- a/src_cpp/example/example_benchmark5.cpp +++ b/src_cpp/example/example_benchmark5.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/helpers/Makefile.helpers.mk b/src_cpp/helpers/Makefile.helpers.mk index bae737c..a94b4b4 100644 --- a/src_cpp/helpers/Makefile.helpers.mk +++ b/src_cpp/helpers/Makefile.helpers.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/helpers/Makefile_win.helpers.mk b/src_cpp/helpers/Makefile_win.helpers.mk index fedae59..2985804 100644 --- a/src_cpp/helpers/Makefile_win.helpers.mk +++ b/src_cpp/helpers/Makefile_win.helpers.mk @@ -1,6 +1,6 @@ # ***************************************************************************** # * * -# * Copyright (C) 2023 Intel Corporation * +# * Copyright (C) 2024 Intel Corporation * # * * # ***************************************************************************** diff --git a/src_cpp/helpers/helper_IMB_functions.h b/src_cpp/helpers/helper_IMB_functions.h index 000a622..8502423 100755 --- a/src_cpp/helpers/helper_IMB_functions.h +++ b/src_cpp/helpers/helper_IMB_functions.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/helpers/original_benchmark.h b/src_cpp/helpers/original_benchmark.h index 700b78c..59c373f 100644 --- a/src_cpp/helpers/original_benchmark.h +++ b/src_cpp/helpers/original_benchmark.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/imb.cpp b/src_cpp/imb.cpp index 37966e9..967447e 100644 --- a/src_cpp/imb.cpp +++ b/src_cpp/imb.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** @@ -52,7 +52,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.7"; + const char *program_name = "Intel(R) MPI Benchmarks 2021.8"; std::ostringstream output; // Some unit tests for args parser diff --git a/src_cpp/scope.cpp b/src_cpp/scope.cpp index 0873740..e2500e6 100644 --- a/src_cpp/scope.cpp +++ b/src_cpp/scope.cpp @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/scope.h b/src_cpp/scope.h index 1091ceb..0936929 100644 --- a/src_cpp/scope.h +++ b/src_cpp/scope.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/smart_ptr.h b/src_cpp/smart_ptr.h index 73600cc..d9b4cbb 100644 --- a/src_cpp/smart_ptr.h +++ b/src_cpp/smart_ptr.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * ***************************************************************************** diff --git a/src_cpp/utils.h b/src_cpp/utils.h index 6bcb8ae..9e9a1eb 100644 --- a/src_cpp/utils.h +++ b/src_cpp/utils.h @@ -1,6 +1,6 @@ /**************************************************************************** * * -* Copyright (C) 2023 Intel Corporation * +* Copyright (C) 2024 Intel Corporation * * * *****************************************************************************