File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff 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
1717fi
1818export 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
2222cmake -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 ..
2323cmake --build . -- VERBOSE=true
2424ctest -R
Original file line number Diff line number Diff line change 77 CCACHE_DIR : /ccache
88 CCACHE_MAXSIZE : 40G
99 agents :
10- digest : " 700935a1253dd3cdac352dfc141242c6f32866b3f94f456e5efd57275a86f89f "
10+ digest : " 5a05fddacc4b392d59131dc459fc70e79a7c346a86b92346ab03ee321730ff93 "
1111 queue : " zcfd"
Original file line number Diff line number Diff line change 11
22superbuild_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
1111superbuild_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
1515superbuild_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
1919superbuild_set_revision(psm2
2020 URL "https://github.com/intel/opa-psm2/archive/IFS_RELEASE_10_10_2_0_44.tar.gz"
You can’t perform that action at this time.
0 commit comments