Skip to content

Commit 45855b5

Browse files
Update docs/software/sciapps/lammps.md
Co-authored-by: Rocco Meli <[email protected]>
1 parent 1a5b47d commit 45855b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/software/sciapps/lammps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,11 @@ CC=mpicc CXX=mpic++ cmake \
308308
../cmake
309309
```
310310

311-
!!! `Warning` !!!
311+
!!! `Warning`
312312

313-
If you are downloading LAMMPS from GitHub or their website and intend to use Kokkos for acceleration, there is an issue with Cray MPICH and `Kokkos <= 4.3`.
313+
If you are downloading LAMMPS from GitHub or their website and intend to use Kokkos for acceleration, there is an issue with Cray MPICH and `Kokkos <= 4.3`.
314314
For LAMMPS to work correctly on our system, you need a LAMMPS version which provides `Kokkos >= 4.4`.
315-
Alternatively, the CMake variable `-DEXTERNAL_KOKKOS=yes` should force CMake to use the Kokkos version provided by the uenv, rather than the one contained within the lammps distribution.
315+
Alternatively, the CMake variable `-DEXTERNAL_KOKKOS=yes` should force CMake to use the Kokkos version provided by the uenv, rather than the one contained within the lammps distribution.
316316

317317
#### Using LAMMPS uenv as an upstream Spack Instance
318318

0 commit comments

Comments
 (0)