From 4da61045260f96963d0d6726e0d60860f3bb59ed Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Sat, 20 Jan 2024 00:05:47 +0900 Subject: [PATCH] fix CXX compilere --- install_test/bin/install_cuda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_test/bin/install_cuda.sh b/install_test/bin/install_cuda.sh index 3da16159..3c91d002 100755 --- a/install_test/bin/install_cuda.sh +++ b/install_test/bin/install_cuda.sh @@ -16,7 +16,7 @@ export KokkosFFT_DIR=${KOKKOSFFT_INSTALL_PREFIX}/lib/cmake/kokkos-fft export KOKKOSFFT_BUILD_DIR=build_KokkosFFT_${TARGET} export EXAMPLE_BUILD_DIR=build_example_${TARGET} -export NVCC_WRAPPER=${WK_DIR}/${KOKKOS_BUILD_DIR}/kokkos/bin/nvcc_wrapper +export CXX_COMPILER=${WK_DIR}/${KOKKOS_BUILD_DIR}/kokkos/bin/nvcc_wrapper # Install Kokkos if not exist if [ ! -d ${Kokkos_DIR} ]; then