2 new computes: chunk/spread/atom and reduce/chunk

This commit is contained in:
Steven J. Plimpton
2018-08-31 13:44:49 -06:00
parent 8f5512eafe
commit c4c5f9a32e
14 changed files with 1407 additions and 16 deletions

View File

@ -11,6 +11,7 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <mpi.h>
#include <cstring>
#include <cstdlib>
#include "compute_reduce.h"