Skip to content

Commit

Permalink
Fix Kokkos installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed May 6, 2024
1 parent 0c8b319 commit a8b4c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install-kokkos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git clone -b 4.3.00 https://github.com/kokkos/kokkos
cd kokkos/
mkdir build
cd build/
cmake .. -D Kokkos_ENABLE_CUDA=OFF -DKokkos_ENABLE_OPENMP=ON
cmake .. -D Kokkos_ENABLE_CUDA=OFF -DKokkos_ENABLE_OPENMP=ON -D CMAKE_POSITION_INDEPENDENT_CODE=ON
make -j $(nproc) install
cd
rm -r /tmp/kokkos
Expand Down

0 comments on commit a8b4c91

Please sign in to comment.