We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4dfbe1 commit 075f554Copy full SHA for 075f554
src/win_mpiconstants.jl
@@ -85,5 +85,6 @@ const MPI_TYPE_COMMIT = (:MPI_TYPE_COMMIT, "msmpi.dll")
85
const MPI_WAIT = (:MPI_WAIT, "msmpi.dll")
86
const MPI_WAITSOME = (:MPI_WAITSOME, "msmpi.dll")
87
const MPI_WAITANY = (:MPI_WAITANY, "msmpi.dll")
88
+const MPI_CANCEL = (:MPI_CANCEL, "msmpi.dll")
89
90
bitstype 32 CComm
0 commit comments