Skip to content

Commit 2b48330

Browse files
committed
Add MPI_TEST to windows constants
1 parent 4365a32 commit 2b48330

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
@@ -76,6 +76,7 @@ const MPI_IPROBE = (:MPI_IPROBE, "msmpi.dll")
7676
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")
79+
const MPI_TEST = (:MPI_TEST, "msmpi.dll")
7980
const MPI_TESTSOME = (:MPI_TESTSOME, "msmpi.dll")
8081
const MPI_TESTANY = (:MPI_TESTANY, "msmpi.dll")
8182
const MPI_TESTALL = (:MPI_TESTALL, "msmpi.dll")

0 commit comments

Comments
 (0)