Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit fc45da8

Browse files
authored
using intel-oneapi-ccl-devel-2021.12 intel-oneapi-compiler-dpcpp-cpp-runtime-2024.1 (#263)
Signed-off-by: minmingzhu <minming.zhu@intel.com>
1 parent 7b16ced commit fc45da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/scripts/install-oneapi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCT
99
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list
1010

1111
apt update
12-
apt-get install -y intel-oneapi-ccl-devel intel-oneapi-compiler-dpcpp-cpp-runtime
12+
apt-get install -y intel-oneapi-ccl-devel-2021.12 intel-oneapi-compiler-dpcpp-cpp-runtime-2024.1
1313

1414
echo "oneAPI components installed!"

0 commit comments

Comments
 (0)