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:
pscrozi
2013-03-06 21:12:28 +00:00
parent a3d29c1665
commit ed72c6c5ae
7 changed files with 1211 additions and 267 deletions

View File

@ -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