Skip to content

Commit 452d4db

Browse files
authored
Merge pull request #50 from joseeroman/jose/remove-printf
Remove spurious printf's in psgemr.c
2 parents 0128dc2 + 04cdccf commit 452d4db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

REDIST/SRC/psgemr.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,12 +374,8 @@ Cpsgemr2d(m, n,
374374
param[18] = ib;
375375
param[19] = jb;
376376
}
377-
printf("Aproc0 = {%d,%d}\n", proc0[0], proc0[1]);
378-
printf("Aproc1 = {%d,%d}\n", proc1[0], proc1[1]);
379377
Cigamn2d(gcontext, "All", "H", 2 * nprocs + NBPARAM, (Int)1, param, 2 * nprocs + NBPARAM,
380378
ra, ca, 2 * nprocs + NBPARAM, (Int)-1, (Int)-1);
381-
printf("Bproc0 = {%d,%d}\n", proc0[0], proc0[1]);
382-
printf("Bproc1 = {%d,%d}\n", proc1[0], proc1[1]);
383379
newa = *ma;
384380
newb = *mb;
385381
ma = &newa;

0 commit comments

Comments
 (0)