Skip to content

Commit fa25d0d

Browse files
committed
Add windows support for more MPI functions
1 parent 6b63242 commit fa25d0d

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)