Skip to content

Commit

Permalink
Int64 -> Int
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredCrean2 committed Jun 3, 2016
1 parent aec9577 commit e238578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_allreduce.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ vals = MPI.allreduce(send_arr, MPI.SUM, MPI.COMM_WORLD)
for i=1:3
@test vals[i] == comm_size*send_arr[i]
@test length(vals) == 3
@test eltype(vals) == Int64
@test eltype(vals) == Int
end

MPI.Barrier( MPI.COMM_WORLD )
Expand Down

0 comments on commit e238578

Please sign in to comment.