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 2eafed4 + e8fc6e1 commit 21fd5eeCopy full SHA for 21fd5ee
src/win_mpiconstants.jl
@@ -47,6 +47,7 @@ const MPI_TAG_UB = Int32(1681915906)
47
const MPI_UNDEFINED = Int32(-32766)
48
const HAVE_MPI_COMM_C2F = false
49
50
+const MPI_ABORT = (:MPI_ABORT, "msmpi.dll")
51
const MPI_INIT = (:MPI_INIT, "msmpi.dll")
52
const MPI_COMM_RANK = (:MPI_COMM_RANK, "msmpi.dll")
53
const MPI_COMM_SIZE = (:MPI_COMM_SIZE, "msmpi.dll")
0 commit comments