Skip to content

Commit 9841bcf

Browse files
committed
adjust Lanczos WARNING message
1 parent b5422ab commit 9841bcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rsb-aux.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ static void check_rsb_partition(struct comm *gc, parrsb_options *opts) {
7676
double final = metric_get_value(i, TOL_FNL);
7777
comm_allreduce(&c, gs_double, gs_min, &final, 1, (void *)bfr);
7878
if (c.id == 0) {
79-
printf("Warning: Lanczos reached a tolerance of %lf (target: %lf) "
80-
"starting from %lf after %d x %d iterations in Level=%d!\n",
81-
final, target, init, mpass, miter, i);
79+
printf("Warning: Lanczos reached a residual of %lf (target: %lf) "
80+
"after %d x %d iterations in Level=%d!\n",
81+
final, target, mpass, miter, i);
8282
fflush(stdout);
8383
}
8484
} else if (opts->rsb_algo == 1) {

0 commit comments

Comments
 (0)