Skip to content

Commit fbe478a

Browse files
committed
MPI_Count on Open MPI is Int
1 parent 422c006 commit fbe478a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/consts/openmpi.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const MPI_MAX_PROCESSOR_NAME = Cint(256)
1717
# Various (signed) integer types:
1818
const MPI_Aint = Int
1919
const MPI_Fint = Int32
20-
const MPI_Count = Int64
21-
const MPI_Offset = Int64
20+
const MPI_Count = Int
21+
const MPI_Offset = Int
2222

2323
# Status:
2424
struct MPI_Status

0 commit comments

Comments
 (0)