hypre
hypre copied to clipboard
Run erro of BuildParFromOneFile
After hypre-2.24.0, an error occurs when I use BuildParFromOneFile to load my CSR matrix. While debugging, I find that row_starts and col_starts are not null in hypre_CSRMatrixToParCSRMatrix, which leads that the func hypre_ParCSRMatrixCreate uses row_starts and col_starts to count first_row_index. As a result, first_col_diag and last_col_diag are both wrong. I think to reset row_starts and col_starts null is the true way.