Skip to content

Commit

Permalink
Intel(R) oneAPI Collective Communications Library (oneCCL) 2021.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Marshall committed Oct 26, 2022
1 parent 9e66a9e commit 1d316fb
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ endif()

set(CCL_MAJOR_VERSION "2021")
set(CCL_MINOR_VERSION "7")
set(CCL_UPDATE_VERSION "0")
set(CCL_UPDATE_VERSION "1")
set(CCL_PRODUCT_STATUS "Gold")
string(TIMESTAMP CCL_PRODUCT_BUILD_DATE "%Y-%m-%dT %H:%M:%SZ")
get_vcs_properties("git")
Expand Down
Binary file modified deps/mpi/bin/hydra_bstrap_proxy
Binary file not shown.
Binary file modified deps/mpi/bin/hydra_nameserver
Binary file not shown.
Binary file modified deps/mpi/bin/hydra_pmi_proxy
Binary file not shown.
Binary file modified deps/mpi/bin/mpiexec
Binary file not shown.
Binary file modified deps/mpi/bin/mpiexec.hydra
Binary file not shown.
2 changes: 1 addition & 1 deletion deps/mpi/bin/mpigcc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
#
# Directory locations: Fixed for any MPI implementation.
# Set from the directory arguments to configure (e.g., --prefix=/usr/local)
prefix=.
prefix=I_MPI_SUBSTITUTE_INSTALLDIR
# The environment variable I_MPI_ROOT may be used to override installation folder path
if [ -n "$I_MPI_ROOT" ] ; then
prefix=$I_MPI_ROOT;
Expand Down
2 changes: 1 addition & 1 deletion deps/mpi/bin/mpigxx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
# Set the default values of all variables.
#
# Directory locations: Fixed for any MPI implementation
prefix=.
prefix=I_MPI_SUBSTITUTE_INSTALLDIR
# The environment variable I_MPI_ROOT may be used to override installation folder path
if [ -n "$I_MPI_ROOT" ] ; then
prefix=$I_MPI_ROOT;
Expand Down
2 changes: 1 addition & 1 deletion deps/mpi/bin/mpiicc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
#
# Directory locations: Fixed for any MPI implementation.
# Set from the directory arguments to configure (e.g., --prefix=/usr/local)
prefix=.
prefix=I_MPI_SUBSTITUTE_INSTALLDIR
# The environment variable I_MPI_ROOT may be used to override installation folder path
if [ -n "${I_MPI_ROOT}" ] ; then
prefix="${I_MPI_ROOT}";
Expand Down
2 changes: 1 addition & 1 deletion deps/mpi/bin/mpiicpc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
# Set the default values of all variables.
#
# Directory locations: Fixed for any MPI implementation
prefix=.
prefix=I_MPI_SUBSTITUTE_INSTALLDIR
# The environment variable I_MPI_ROOT may be used to override installation folder path
if [ -n "${I_MPI_ROOT}" ] ; then
prefix="${I_MPI_ROOT}";
Expand Down
4 changes: 2 additions & 2 deletions deps/mpi/include/mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ typedef int (MPI_Delete_function) ( MPI_Comm, int, void *, void * );
* digits for REV, 1 digit for EXT and 2 digits for EXT_NUMBER. So,
* 2019.0.0b0 will have the numeric version 20190000100.
*/
#define I_MPI_VERSION "2021.7.0"
#define I_MPI_NUMVERSION 20210700300
#define I_MPI_VERSION "2021.7.1"
#define I_MPI_NUMVERSION 20210701300

/* for the datatype decoders */
enum MPIR_Combiner_enum {
Expand Down
Binary file modified deps/mpi/lib/libmpi.so
Binary file not shown.
Binary file modified deps/mpi/lib/libmpi.so.12
Binary file not shown.
Binary file modified deps/mpi/lib/libmpi.so.12.0
Binary file not shown.
Binary file modified deps/mpi/lib/libmpi.so.12.0.0
Binary file not shown.
Binary file modified deps/mpi/lib/libmpifort.so
Binary file not shown.
Binary file modified deps/mpi/lib/libmpifort.so.12
Binary file not shown.
Binary file modified deps/mpi/lib/libmpifort.so.12.0
Binary file not shown.
Binary file modified deps/mpi/lib/libmpifort.so.12.0.0
Binary file not shown.
2 changes: 1 addition & 1 deletion third-party-programs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Intel(R) oneAPI Collective Communications Library (oneCCL)
2021.7.0 Third Party Programs File
2021.7.1 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.
Expand Down

0 comments on commit 1d316fb

Please sign in to comment.