git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1050 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -23,10 +23,13 @@
|
||||
#define MPI_DOUBLE 3
|
||||
#define MPI_CHAR 4
|
||||
#define MPI_BYTE 5
|
||||
#define MPI_DOUBLE_INT 6
|
||||
|
||||
#define MPI_SUM 1
|
||||
#define MPI_MAX 2
|
||||
#define MPI_MIN 3
|
||||
#define MPI_MAXLOC 4
|
||||
#define MPI_MINLOC 5
|
||||
|
||||
#define MPI_ANY_SOURCE -1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user