From f6586a91478b1ca5920c58f90925deaafab81465 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 17 Mar 2018 14:44:10 -0400 Subject: Update tests... seems to work with both cblas and dclapack... Still haven't checked outputs. --- redist/dclapack.h | 1 - 1 file changed, 1 deletion(-) (limited to 'redist/dclapack.h') diff --git a/redist/dclapack.h b/redist/dclapack.h index cae377b..d4634ac 100644 --- a/redist/dclapack.h +++ b/redist/dclapack.h @@ -269,7 +269,6 @@ PRINT(Ainv,n,n); \ for (int _k = 0; _k < n; _k++) { \ sum += _(A, _i, _k) * _(B, _k, _j); \ } \ - printf( "-> %d %d = %f %f %f %f[%d %d]\n", _i, _j, alpha,sum,beta, _(C,_i,_j), _i, _j ); \ _(R, _i, _j) = alpha * sum + beta * _(C, _i, _j); \ } \ } \ -- cgit v1.2.3