Changed to MPI_LONG_LONG

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5513 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps
2011-01-08 17:42:54 +00:00
parent 0bc9255821
commit dff863f9d3
2 changed files with 10 additions and 10 deletions

View File

@ -25,7 +25,7 @@
#define MPI_DOUBLE 3
#define MPI_CHAR 4
#define MPI_BYTE 5
#define MPI_UNSIGNED_LONG_LONG 6
#define MPI_LONG_LONG 6
#define MPI_DOUBLE_INT 7
#define MPI_SUM 1