You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
The col_to_row_major and row_to_col_major were designed for grids with the same size row and column elements. When using a rectangular grid ( ie. 2 processes ) this assumption is no longer true and we get an error about invalid rank.
Describe the bug
A clear and concise description of what the bug is.
The col_to_row_major and row_to_col_major were designed for grids with the same size row and column elements. When using a rectangular grid ( ie. 2 processes ) this assumption is no longer true and we get an error about invalid rank.
To Reproduce
Steps to reproduce the behavior:
d616a8f
cmake -DENABLE_MPI=ON -DENABLE_SCALPACK=ON ../
mpirun -n 2 ./distribution_tests
Expected behavior
A clear and concise description of what you expected to happen.
System:
my desktop, ubuntu 20.04
module list
]Additional context
Add any other context about the problem here.
Part of #405
The text was updated successfully, but these errors were encountered: