Skip to content

Commit 5c51acf

Browse files
Merge pull request arcaneframework#320 from jojoasticot/mpi-petsc
mpi for petsc_direct
2 parents 7d4f4a3 + 247b4b0 commit 5c51acf

File tree

5 files changed

+189
-142
lines changed

5 files changed

+189
-142
lines changed

femutils/CsrDoFLinearSystemImpl.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ _applyRowOrRowColumnEliminationOnRHS()
168168
auto in_elimination_value = Accelerator::viewIn(command, getEliminationValue());
169169

170170
auto in_out_rhs_variable = Accelerator::viewInOut(command, rhsVariable());
171-
auto csr_view = m_csr_view;
172171
command << RUNCOMMAND_LOOP1(iter, nb_dof)
173172
{
174173
auto [row_index] = iter();

0 commit comments

Comments
 (0)