Skip to content
Snippets Groups Projects
Commit c4c6bae7 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12066 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 3428fa65
No related branches found
No related tags found
No related merge requests found
...@@ -19,10 +19,10 @@ make cuda CUDA=yes -> lmp_cuda ...@@ -19,10 +19,10 @@ make cuda CUDA=yes -> lmp_cuda
Then the following runs were made. The "->" means that the run Then the following runs were made. The "->" means that the run
produced log.lammps which was then copied to the named log file. produced log.lammps which was then copied to the named log file.
* MPI-only runs * MPI-only (non-KOKKOS) runs
lmp_cpu -k off < in.kokkos -> log.kokkos.date.mpionly.1 lmp_cpu < in.kokkos -> log.kokkos.date.mpionly.1
mpirun -np 4 lmp_cpu -k off < in.kokkos -> log.kokkos.date.mpionly.4 mpirun -np 4 lmp_cpu < in.kokkos -> log.kokkos.date.mpionly.4
* OpenMP threaded runs on CPUs only * OpenMP threaded runs on CPUs only
......
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