Skip to content

Commit 21fd5ee

Browse files
authored
Merge pull request #191 from joaquimg/patch-1
Add MPI_ABORT to win_mpiconstants
2 parents 2eafed4 + e8fc6e1 commit 21fd5ee

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)