Skip to content

Commit 7f89b43

Browse files
committed
Update Kokkos minimum version in README
1 parent 52f017d commit 7f89b43

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ git clone https://github.com/kokkos/kokkos ~/kokkos
5252
ExaMiniMD utilizes the standard GNU Make build system of Kokkos. For
5353
detailed information about the Kokkos build process please refer to
5454
documentation of Kokkos at github.com/kokkos/kokkos
55-
ExaMiniMD requires Kokkos version 2.03 (April 2017) as a minimum.
56-
Here are some quickstart information which assume that Kokkos was
55+
ExaMiniMD requires Kokkos version 2.6.00 (March 2018) as a minimum.
56+
ExaMiniMD requires a C++11 compiler. Here is some quickstart
57+
information which assume that Kokkos was
5758
cloned into ${HOME}/kokkos (see above) and you are in the "src"
5859
directory:
5960

@@ -82,13 +83,18 @@ IBM Power8 CPU + NVIDIA P100 / CUDA / MPI (OpenMPI)
8283

8384
Currently ExaMiniMD can only get input from LAMMPS input files with a
8485
restricted set of LAMMPS commands. An example input file is provided in the
85-
input directory. Assuming you build in the src directory run:
86+
input directory. Assuming you build in the src directory:
8687

8788
To run 2 MPI tasks, with 12 threads per task:
8889
```
8990
mpirun -np 2 -bind-to socket ./ExaMiniMD -il ../input/in.lj --comm-type MPI --kokkos-threads=12
9091
```
9192

93+
To run 2 MPI tasks, with 1 GPU per task:
94+
```
95+
mpirun -np 2 -bind-to socket ./ExaMiniMD -il ../input/in.lj --comm-type MPI --kokkos-ndevices=2
96+
```
97+
9298
To run in serial, writing binary output every timestep to ReferenceDir
9399
```
94100
./ExaMiniMD -il ../input/in.lj --kokkos-threads=1 --binarydump 1 ReferenceDir

0 commit comments

Comments
 (0)