Skip to content

Commit 075f554

Browse files
committed
Added Windows constant for Cancel
1 parent c4dfbe1 commit 075f554

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
@@ -85,5 +85,6 @@ const MPI_TYPE_COMMIT = (:MPI_TYPE_COMMIT, "msmpi.dll")
8585
const MPI_WAIT = (:MPI_WAIT, "msmpi.dll")
8686
const MPI_WAITSOME = (:MPI_WAITSOME, "msmpi.dll")
8787
const MPI_WAITANY = (:MPI_WAITANY, "msmpi.dll")
88+
const MPI_CANCEL = (:MPI_CANCEL, "msmpi.dll")
8889

8990
bitstype 32 CComm

0 commit comments

Comments
 (0)