Optimizations to kspace_style MSM, including improving the single-core performance and increasing the parallel scalability. A bug in MSM for mixed periodic and non-periodic boundary conditions was also fixed.
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9597 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -43,6 +43,9 @@ extern "C" {
|
||||
#define MPI_MINLOC 5
|
||||
#define MPI_LOR 6
|
||||
|
||||
#define MPI_UNDEFINED -1
|
||||
#define MPI_COMM_NULL -1
|
||||
|
||||
#define MPI_ANY_SOURCE -1
|
||||
|
||||
#define MPI_Comm int
|
||||
|
||||
Reference in New Issue
Block a user