Skip to content

Commit ea6d1ad

Browse files
author
Jakub Benda
committed
Remove a debugging output
1 parent 8ab1b6e commit ea6d1ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

BLACS/SRC/igamn2d_.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ F_VOID_FUNC igamn2d_(Int *ConTxt, F_CHAR scope, F_CHAR top, Int *m, Int *n,
9898
void BI_ivvamn2(Int, char *, char *);
9999
void BI_iMPI_amn(void *, void *, MpiInt *, MPI_Datatype *);
100100
void BI_iMPI_amn2(void *, void *, MpiInt *, MPI_Datatype *);
101-
102-
printf("%ld %c %c %ld %ld %ld... %ld %ld... %ld... %ld %ld %d\n", ConTxt, *scope, *top, m, n, *A,
103-
lda, *rA, *cA, ldia, rdest, cdest);
104101
/*
105102
* Variable Declarations
106103
*/

0 commit comments

Comments
 (0)