diff --git a/src/Benchmarks/SpMV/spmv.h b/src/Benchmarks/SpMV/spmv.h index 32d41bb6a3767cab20631259860befa809e972c7..aa4995278e69ac566fce6fa5af93af9fa81cc676 100644 --- a/src/Benchmarks/SpMV/spmv.h +++ b/src/Benchmarks/SpMV/spmv.h @@ -85,6 +85,8 @@ benchmarkSpMV( Benchmark & benchmark, // Reset the buffer std::cerr.rdbuf( old ); + // WHY DID I CAPTURE THE ERROR MESSAGE ONLY TO RUN MatrixReader again? Use the above capture to print into log and console? + std::string matrixFormat = getMatrixFormat( hostMatrix );