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 5f25d00 commit 12075c3Copy full SHA for 12075c3
src/win_mpiconstants.jl
@@ -1,3 +1,6 @@
1
+# These constants were manually copied from the file mpi.h in the Microsoft
2
+# MPI SDK v7
3
+
4
const MPI_BYTE = Int32(0x4c00010d)
5
const MPI_WCHAR = Int32(0x4c00020e)
6
const MPI_INT8_T = Int32(0x4c000133)
0 commit comments