Added MPI_COMM_NULL
This commit is contained in:
parent
e6e1c3c61b
commit
dccbf21e4e
@ -82,6 +82,7 @@ extern "C" {
|
||||
#define MPI_Aint hypre_MPI_Aint
|
||||
|
||||
#define MPI_COMM_WORLD hypre_MPI_COMM_WORLD
|
||||
#define MPI_COMM_NULL hypre_MPI_COMM_NULL
|
||||
|
||||
#define MPI_BOTTOM hypre_MPI_BOTTOM
|
||||
|
||||
@ -161,6 +162,7 @@ typedef int hypre_MPI_Op;
|
||||
typedef int hypre_MPI_Aint;
|
||||
|
||||
#define hypre_MPI_COMM_WORLD 0
|
||||
#define hypre_MPI_COMM_NULL -1
|
||||
|
||||
#define hypre_MPI_BOTTOM 0x0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user