From aec957745fd655a2b76e75acb38594bd2f7eb46b Mon Sep 17 00:00:00 2001 From: Jared Crean Date: Thu, 2 Jun 2016 20:09:00 -0400 Subject: [PATCH] add ALLREDUCE constant to windows --- src/win_mpiconstants.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win_mpiconstants.jl b/src/win_mpiconstants.jl index 9daecd3bd..f5023c7f3 100644 --- a/src/win_mpiconstants.jl +++ b/src/win_mpiconstants.jl @@ -86,5 +86,6 @@ const MPI_WAIT = (:MPI_WAIT, "msmpi.dll") const MPI_WAITSOME = (:MPI_WAITSOME, "msmpi.dll") const MPI_WAITANY = (:MPI_WAITANY, "msmpi.dll") const MPI_CANCEL = (:MPI_CANCEL, "msmpi.dll") +const MPI_ALLREDUCE = (:MPI_ALLREDUCE, "msmpi.dll") bitstype 32 CComm