Skip to content

Commit b51524a

Browse files
committed
[distributed] minor
1 parent 3732bde commit b51524a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Distributed/DistributedAgFEM.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ function add_remote_ids(gids::PRange,remote_gids,remote_parts)
403403
lid_to_part = map(vcat,local_to_owner(gids),new_parts)
404404
p = map(lid_to_gid,lid_to_part,partition(gids)) do l_to_g,l_to_p,p
405405
l_to_g = collect(Int,l_to_g)
406-
l_to_p = collect(Int,l_to_p)
406+
l_to_p = collect(Int32,l_to_p)
407407
LocalIndices(length(gids),part_id(p),l_to_g,l_to_p)
408408
end
409409
PRange(p)

0 commit comments

Comments
 (0)