Skip to content

Commit 1d3ec34

Browse files
committed
Merge branch 'davidanthoff-win-datatypes' into datatypes
merge windows support
2 parents aea9248 + fa25d0d commit 1d3ec34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/win_mpiconstants.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,8 @@ 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_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")
8083

8184
bitstype 32 CComm

0 commit comments

Comments
 (0)