Skip to content

Commit

Permalink
Minor corrections for SYCL build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen20 committed Sep 6, 2024
1 parent 048cb15 commit 79fcd53
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/lc-builds/corona_sycl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down Expand Up @@ -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 "***********************************************************************"

0 comments on commit 79fcd53

Please sign in to comment.