Skip to content

Commit e4e7614

Browse files
authored
Bump openmpi libfabric (#3)
1 parent 4063f23 commit e4e7614

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.buildkite/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ if [ ! -f ${PWD}/cmake-${CMAKE_VERSION}-linux-x86_64/bin/cmake ]; then
1616
sh ${DOWNLOAD_DIR}/cmake-${CMAKE_VERSION}-linux-x86_64.sh --prefix=${PWD} --include-subdir
1717
fi
1818
export PATH=${PWD}/cmake-${CMAKE_VERSION}-linux-x86_64/bin:${PATH}
19-
export CC=icx
20-
export CXX=icpx
21-
export FC=ifx
19+
#export CC=icx
20+
#export CXX=icpx
21+
#export FC=ifx
2222
cmake -DENABLE_openmpi=ON -DENABLE_libfabric=ON -DENABLE_cuda=ON -DENABLE_ucx=ON -DENABLE_efa=OFF -DENABLE_psm2=OFF -DENABLE_gdrcopy=OFF -DENABLE_nccl=OFF -DENABLE_awsofinccl=OFF ..
2323
cmake --build . -- VERBOSE=true
2424
ctest -R

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ steps:
77
CCACHE_DIR: /ccache
88
CCACHE_MAXSIZE: 40G
99
agents:
10-
digest: "700935a1253dd3cdac352dfc141242c6f32866b3f94f456e5efd57275a86f89f"
10+
digest: "5a05fddacc4b392d59131dc459fc70e79a7c346a86b92346ab03ee321730ff93"
1111
queue: "zcfd"

versions.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

22
superbuild_set_selectable_source(openmpi
3-
SELECT 4.1.5 DEFAULT
4-
URL "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.5.tar.gz"
5-
URL_MD5 2593008bea4bc721b9f304428abbf94b
3+
SELECT 4.1.6 DEFAULT
4+
URL "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.6.tar.gz"
5+
URL_MD5 e478b1d886935e5f836a9164ad4806d0
66
SELECT 3.1.6
77
URL "https://download.open-mpi.org/release/open-mpi/v3.1/openmpi-3.1.6.tar.bz2"
88
URL_MD5 d2b643de03d8f7d8064d7a35ad5b385d
99
)
1010

1111
superbuild_set_revision(libfabric
12-
URL "https://github.com/ofiwg/libfabric/releases/download/v1.17.1/libfabric-1.17.1.tar.bz2"
13-
URL_MD5 043b891a6cfe850570957703400127ae)
12+
URL "https://github.com/ofiwg/libfabric/releases/download/v1.19.0/libfabric-1.19.0.tar.bz2"
13+
URL_MD5 d6275f6990a26dc144a1d43899c20a2d)
1414

1515
superbuild_set_revision(ucx
16-
URL "https://github.com/openucx/ucx/releases/download/v1.14.0/ucx-1.14.0.tar.gz"
17-
URL_MD5 590d524b47f1f426733a229309e6bc1c)
16+
URL "https://github.com/openucx/ucx/releases/download/v1.15.0/ucx-1.15.0.tar.gz"
17+
URL_MD5 bb141973027ba522b397f89272681cee)
1818

1919
superbuild_set_revision(psm2
2020
URL "https://github.com/intel/opa-psm2/archive/IFS_RELEASE_10_10_2_0_44.tar.gz"

0 commit comments

Comments
 (0)