Skip to content
Snippets Groups Projects
Commit 798d68c6 authored by Stan Moore's avatar Stan Moore
Browse files

Edits to accelerate_kokkos.txt

parent 8a93f63d
No related branches found
No related tags found
No related merge requests found
...@@ -53,9 +53,9 @@ See the [Advanced Kokkos Options] section below for a listing of all KOKKOS_ARCH ...@@ -53,9 +53,9 @@ See the [Advanced Kokkos Options] section below for a listing of all KOKKOS_ARCH
[Compile for CPU-only (MPI only, no threading):] [Compile for CPU-only (MPI only, no threading):]
use a C++11 compatible compiler and use a C++11 compatible compiler and set KOKKOS_ARCH variable in
set KOKKOS_ARCH variable in /src/MAKE/OPTIONS/Makefile.kokkos_mpi_only /src/MAKE/OPTIONS/Makefile.kokkos_mpi_only as described above. Then do the
as described above following:
cd lammps/src cd lammps/src
make yes-kokkos make yes-kokkos
...@@ -67,8 +67,9 @@ NOTE: To build with Kokkos support for OpenMP threading, your compiler must supp ...@@ -67,8 +67,9 @@ NOTE: To build with Kokkos support for OpenMP threading, your compiler must supp
OpenMP interface. You should have one or more multi-core CPUs so that OpenMP interface. You should have one or more multi-core CPUs so that
multiple threads can be launched by each MPI task running on a CPU. multiple threads can be launched by each MPI task running on a CPU.
use a C++11 compatible compiler and use a C++11 compatible compiler and set KOKKOS_ARCH variable in
set KOKKOS_ARCH variable in /src/MAKE/OPTIONS/Makefile.kokkos_omp /src/MAKE/OPTIONS/Makefile.kokkos_omp as described above. Then do the
following:
cd lammps/src cd lammps/src
make yes-kokkos make yes-kokkos
...@@ -76,7 +77,7 @@ make kokkos_omp :pre ...@@ -76,7 +77,7 @@ make kokkos_omp :pre
[Compile for Intel KNL Xeon Phi (Intel Compiler, OpenMPI):] [Compile for Intel KNL Xeon Phi (Intel Compiler, OpenMPI):]
use a C++11 compatible compiler and use a C++11 compatible compiler and do the following:
cd lammps/src cd lammps/src
make yes-kokkos make yes-kokkos
...@@ -89,8 +90,9 @@ version 7.5 or later must be installed on your system. See the ...@@ -89,8 +90,9 @@ version 7.5 or later must be installed on your system. See the
discussion for the "GPU"_accelerate_gpu.html package for details of discussion for the "GPU"_accelerate_gpu.html package for details of
how to check and do this. how to check and do this.
use a C++11 compatible compiler and use a C++11 compatible compiler and set KOKKOS_ARCH variable in
set KOKKOS_ARCH variable in /src/MAKE/OPTIONS/Makefile.kokkos_cuda_mpi for both GPU and CPU /src/MAKE/OPTIONS/Makefile.kokkos_cuda_mpi for both GPU and CPU as described
above. Then do the following:
cd lammps/src cd lammps/src
make yes-kokkos make yes-kokkos
...@@ -453,4 +455,4 @@ with the {enable_lambda} option when using GPUs. ...@@ -453,4 +455,4 @@ with the {enable_lambda} option when using GPUs.
Currently, there are no precision options with the KOKKOS Currently, there are no precision options with the KOKKOS
package. All compilation and computation is performed in double package. All compilation and computation is performed in double
precision. precision.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment