Skip to content

Fix issue when sequential column permutations vary between processes#144

Open
sebastiangrimberg wants to merge 1 commit intoxiaoyeli:masterfrom
sebastiangrimberg:sjg/serial-colperm-det
Open

Fix issue when sequential column permutations vary between processes#144
sebastiangrimberg wants to merge 1 commit intoxiaoyeli:masterfrom
sebastiangrimberg:sjg/serial-colperm-det

Conversation

@sebastiangrimberg
Copy link
Contributor

I ran into an issue using the METIS_AT_PLUS_A reordering that the computed column permutation was different on different MPI processes, causing issues down the line in the symbolic factorization. This was using Scotch's METIS compatibility library, where it appears that recent versions of Scotch may produce slightly different results for calls to METIS_NodeND with the same inputs.

This PR resolves this issue by computing the column permutation on the root process and broadcasting to all other processes. This is the same approach taken by, for example, STRUMPACK when not using parallel reordering methods.

…dcast in order to avoid possibly different results on different processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant