Skip to content

Commit a7673f5

Browse files
[femutils] Remove a listing message which prevent compilation on accelerator.
1 parent 7587aab commit a7673f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

femutils/CsrDoFLinearSystemImpl.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ _applyRowColumnElimination()
101101

102102
auto in_out_rhs_variable = Accelerator::viewInOut(command, rhsVariable());
103103
auto csr_view = m_csr_view;
104-
ITraceMng* tm = traceMng();
105104
command << RUNCOMMAND_LOOP1(iter, nb_dof)
106105
{
107106
auto [row_index] = iter();
@@ -122,7 +121,6 @@ _applyRowColumnElimination()
122121
if (is_row_elimination) {
123122
auto elimination_value = in_elimination_value[dof_row];
124123
in_out_rhs_variable[dof_row] = elimination_value;
125-
tm->info() << "EliminateRHS row=" << dof_row << " v=" << elimination_value;
126124
}
127125
};
128126
}

0 commit comments

Comments
 (0)