From 79fcd53e6af8ee42c409d24f81f810424dca1d0e Mon Sep 17 00:00:00 2001 From: Robert Chen Date: Fri, 6 Sep 2024 15:19:29 -0700 Subject: [PATCH] Minor corrections for SYCL build script. --- scripts/lc-builds/corona_sycl.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/lc-builds/corona_sycl.sh b/scripts/lc-builds/corona_sycl.sh index c343c4a3e8..815928e434 100755 --- a/scripts/lc-builds/corona_sycl.sh +++ b/scripts/lc-builds/corona_sycl.sh @@ -38,7 +38,7 @@ DATE=$(printf '%(%Y-%m-%d)T\n' -1) export PATH=${SYCL_PATH}/bin:$PATH export LD_LIBRARY_PATH=${SYCL_PATH}/lib:${SYCL_PATH}/lib64:$LD_LIBRARY_PATH -module load cmake/3.24.2 +module load cmake/3.23.1 cmake \ -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \ @@ -69,9 +69,6 @@ echo " 1) Load the ROCm module version matching the version in the compiler pa echo " you passed to this script." echo echo " 2) Prefix the LD_LIBRARY_PATH environment variable with " -echo " SYCL_PATH/lib:SYCL_PATH/lib64" -echo -echo " where SYCL_PATH is set to the compiler installation path you passed" -echo " to this script (using the proper command for your shell)." +echo " ${SYCL_PATH}/lib:${SYCL_PATH}/lib64" echo echo "***********************************************************************"