Skip to content

Commit

Permalink
add ALLREDUCE constant to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredCrean2 committed Jun 3, 2016
1 parent 0435deb commit aec9577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/win_mpiconstants.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aec9577

Please sign in to comment.