Skip to content

Commit

Permalink
fix CXX compilere
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jan 19, 2024
1 parent 11d1909 commit 4da6104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_test/bin/install_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4da6104

Please sign in to comment.