Skip to content

Commit

Permalink
install kokkos each time
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jan 19, 2024
1 parent 4da6104 commit 3d8c5a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install_test/bin/install_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ args=$#
ROOT_DIR=$1
WK_DIR=$(pwd)
TARGET=$2
KOKKOS_TARGET="CUDA"
KOKKOS_TARGET=${TARGET}

# Install Kokkos
export KOKKOS_INSTALL_PREFIX=${ROOT_DIR}/usr/local/kokkos_${KOKKOS_TARGET}
Expand Down
2 changes: 1 addition & 1 deletion install_test/bin/install_hip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ args=$#
ROOT_DIR=$1
WK_DIR=$(pwd)
TARGET=$2
KOKKOS_TARGET="HIP"
KOKKOS_TARGET=${TARGET}

# Install Kokkos
export KOKKOS_INSTALL_PREFIX=${ROOT_DIR}/usr/local/kokkos_${KOKKOS_TARGET}
Expand Down

0 comments on commit 3d8c5a8

Please sign in to comment.