Skip to content

Commit 6245065

Browse files
committed
Add Windows constants
1 parent 6f56710 commit 6245065

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/win_mpiconstants.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,12 @@ const MPI_PROBE = (:MPI_PROBE, "msmpi.dll")
7777
const MPI_COMM_FREE = (:MPI_COMM_FREE, "msmpi.dll")
7878
const MPI_GET_COUNT = (:MPI_GET_COUNT, "msmpi.dll")
7979
const MPI_TESTSOME = (:MPI_TESTSOME, "msmpi.dll")
80+
const MPI_TESTANY = (:MPI_TESTANY, "msmpi.dll")
81+
const MPI_TESTALL = (:MPI_TESTALL, "msmpi.dll")
8082
const MPI_TYPE_CREATE_STRUCT = (:MPI_TYPE_CREATE_STRUCT, "msmpi.dll")
8183
const MPI_TYPE_COMMIT = (:MPI_TYPE_COMMIT, "msmpi.dll")
8284
const MPI_WAIT = (:MPI_WAIT, "msmpi.dll")
85+
const MPI_WAITSOME = (:MPI_WAITSOME, "msmpi.dll")
86+
const MPI_WAITANY = (:MPI_WAITANY, "msmpi.dll")
8387

8488
bitstype 32 CComm

0 commit comments

Comments
 (0)