Skip to content

Commit e8dc170

Browse files
committed
use kokkos 4.1.00
1 parent 8b62263 commit e8dc170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export MPICH_CXX=g++
284284
cd $root
285285
286286
##kokkos
287-
git clone -b 4.0.01 https://github.com/kokkos/kokkos.git
287+
git clone -b 4.1.00 https://github.com/kokkos/kokkos.git
288288
mkdir -p $kk
289289
cmake -S kokkos -B ${kk%%install} \
290290
-DCMAKE_INSTALL_PREFIX=$kk \
@@ -415,7 +415,7 @@ export MPICH_CXX=$root/kokkos/bin/nvcc_wrapper
415415
cd $root
416416
417417
#kokkos
418-
git clone -b 3.7.01 https://github.com/kokkos/kokkos.git
418+
git clone -b 4.1.00 https://github.com/kokkos/kokkos.git
419419
mkdir -p $kk
420420
cmake -S kokkos -B ${kk%%install} \
421421
-DCMAKE_INSTALL_PREFIX=$kk \
@@ -575,7 +575,7 @@ export MPICH_CXX=$root/kokkos/bin/nvcc_wrapper
575575
cd $root
576576
577577
##kokkos
578-
git clone -b 4.0.01 https://github.com/kokkos/kokkos.git
578+
git clone -b 4.1.00 https://github.com/kokkos/kokkos.git
579579
mkdir -p $kk
580580
cmake -S kokkos -B ${kk%%install} \
581581
-DCMAKE_INSTALL_PREFIX=$kk \

0 commit comments

Comments
 (0)