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.
2 parents aea9248 + fa25d0d commit 1d3ec34Copy full SHA for 1d3ec34
src/win_mpiconstants.jl
@@ -77,5 +77,8 @@ 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_TESTSOME = (:MPI_TESTSOME, "msmpi.dll")
80
+const MPI_TYPE_CREATE_STRUCT = (:MPI_TYPE_CREATE_STRUCT, "msmpi.dll")
81
+const MPI_TYPE_COMMIT = (:MPI_TYPE_COMMIT, "msmpi.dll")
82
+const MPI_WAIT = (:MPI_WAIT, "msmpi.dll")
83
84
bitstype 32 CComm
0 commit comments