Skip to content

Commit

Permalink
Fax valgrind issue in AIR (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorapm authored Jun 20, 2023
1 parent 64ce05b commit 5e0bf05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parcsr_ls/par_restr.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ hypre_BoomerAMGBuildRestrAIR( hypre_ParCSRMatrix *A,
memcpy(TMPA, DAi, local_size * local_size * sizeof(HYPRE_Complex));
memcpy(TMPb, Dbi, local_size * sizeof(HYPRE_Complex));
#endif
lapack_info = 0;
hypre_dgetrf(&local_size, &local_size, DAi, &local_size, Ipi,
&lapack_info);

Expand Down

0 comments on commit 5e0bf05

Please sign in to comment.