Skip to content

Commit e8fc6e1

Browse files
authored
Add MPI_ABORT to win_mpiconstants
Is there a reason why it was not defined here?
1 parent 2eafed4 commit e8fc6e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/win_mpiconstants.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const MPI_TAG_UB = Int32(1681915906)
4747
const MPI_UNDEFINED = Int32(-32766)
4848
const HAVE_MPI_COMM_C2F = false
4949

50+
const MPI_ABORT = (:MPI_ABORT, "msmpi.dll")
5051
const MPI_INIT = (:MPI_INIT, "msmpi.dll")
5152
const MPI_COMM_RANK = (:MPI_COMM_RANK, "msmpi.dll")
5253
const MPI_COMM_SIZE = (:MPI_COMM_SIZE, "msmpi.dll")

0 commit comments

Comments
 (0)