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 4365a32 commit 2b48330Copy full SHA for 2b48330
src/win_mpiconstants.jl
@@ -76,6 +76,7 @@ const MPI_IPROBE = (:MPI_IPROBE, "msmpi.dll")
76
const MPI_PROBE = (:MPI_PROBE, "msmpi.dll")
77
const MPI_COMM_FREE = (:MPI_COMM_FREE, "msmpi.dll")
78
const MPI_GET_COUNT = (:MPI_GET_COUNT, "msmpi.dll")
79
+const MPI_TEST = (:MPI_TEST, "msmpi.dll")
80
const MPI_TESTSOME = (:MPI_TESTSOME, "msmpi.dll")
81
const MPI_TESTANY = (:MPI_TESTANY, "msmpi.dll")
82
const MPI_TESTALL = (:MPI_TESTALL, "msmpi.dll")
0 commit comments