We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2ef71 commit 2bc96a8Copy full SHA for 2bc96a8
python/tests/xpu_packages_test.sh
@@ -20,14 +20,14 @@ device=$(clinfo | grep 'Intel(R) Data Center GPU')
20
21
if [[ $device == "" ]]; then
22
echo "Intel(R) Data Center GPU not found! Drivers not found/aren't correctly installed!"
23
- exit 1
+ exit 1
24
fi
25
26
## checks for the presence of MKL,DPCPP and CCL/MPI Packages in OneAPI directory
27
list=("/opt/intel/oneapi/redist/lib" "/opt/intel/oneapi/redist/lib/ccl" "/opt/intel/oneapi/redist/lib/mpi")
28
29
30
-for i in "${list[@]}"
+for i in "${list[@]}"
31
do
32
if [[ ! -d "${i}" ]]; then
33
echo "OneAPI libraries not found/installed!"
0 commit comments