Skip to content

Commit

Permalink
[distributed] debug x86
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartorell committed Apr 22, 2024
1 parent 189f5dd commit 396df80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Distributed/DistributedAgFEM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ function add_remote_ids(gids::PRange,remote_gids,remote_parts)
ids = LocalIndices(length(gids),part_id(p),l_to_g,l_to_p)
@show typeof(l_to_g)
@show typeof(local_to_global(ids))
@show typeof(ghost_to_global(ids))
ids
end
PRange(p)
Expand Down

0 comments on commit 396df80

Please sign in to comment.