Skip to content

Commit 12075c3

Browse files
committed
Add comment that points to the source of the Win MPI constants
1 parent 5f25d00 commit 12075c3

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
@@ -1,3 +1,6 @@
1+
# These constants were manually copied from the file mpi.h in the Microsoft
2+
# MPI SDK v7
3+
14
const MPI_BYTE = Int32(0x4c00010d)
25
const MPI_WCHAR = Int32(0x4c00020e)
36
const MPI_INT8_T = Int32(0x4c000133)

0 commit comments

Comments
 (0)