Skip to content

Commit 3129b92

Browse files
authored
Correct LAMMPS installation instructions (#44)
1 parent 7e8074c commit 3129b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/engines/lammps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ same way as above.
247247
-DKokkos_ENABLE_CUDA=ON \
248248
-DKokkos_ENABLE_OPENMP=ON \
249249
-DKokkos_ARCH_<ARCH>=ON \ # replace <ARCH> with the correct GPU architecture
250-
-DCMAKE_CXX_COMPILER=$PWD/../lib/kokkos/bin/nvcc_wrapper" \
250+
-DCMAKE_CXX_COMPILER="$PWD/../lib/kokkos/bin/nvcc_wrapper" \
251251
../cmake
252252
253253
See `the main lammps documentation

0 commit comments

Comments
 (0)