Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
798d68c6
Commit
798d68c6
authored
7 years ago
by
Stan Moore
Browse files
Options
Downloads
Patches
Plain Diff
Edits to accelerate_kokkos.txt
parent
8a93f63d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/accelerate_kokkos.txt
+11
-9
11 additions, 9 deletions
doc/src/accelerate_kokkos.txt
with
11 additions
and
9 deletions
doc/src/accelerate_kokkos.txt
+
11
−
9
View file @
798d68c6
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment