Skip to content

Commit 41f66c4

Browse files
committed
Print OneAPI evn variables
1 parent 6dd6b54 commit 41f66c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conda-recipe/run_test.bat

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ if defined ONEAPI_ROOT (
88
set "DPLROOT=%ONEAPI_ROOT%\dpl\latest"
99
)
1010

11+
echo "DPCPPROOT=%DPCPPROOT%"
12+
echo "MKLROOT=%MKLROOT%"
13+
echo "TBBROOT=%TBBROOT%"
14+
echo "DPLROOT=%DPLROOT%"
15+
1116
REM if DPCPPROOT is specified (work with custom DPCPP)
1217
if defined DPCPPROOT (
1318
call "%DPCPPROOT%\env\vars.bat"

0 commit comments

Comments
 (0)