Compiling Kokkos OMP

Yes I need to fix the thread count for Kokkos at the bottom of the log file.

You may already know this but when you compare Kokkos to the USER-OMP package on CPUs, you will probably get better performance if you use a half neighbor list with newton on. From the command line you can use “-pk kokkos neigh half newton on”. Also, using the “comm no” option is sometimes better for CPUs as well.

Regards,

Stan

FYI, i created a github issue for this:
https://github.com/lammps/lammps/issues/149

axel.

The OpenMP thread count at the bottom of the logfile should now be fixed for Kokkos (will in the git repo tomorrow).

Stan