Skip to content
Snippets Groups Projects
Commit 4c225a62 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

removed some debug output messages.

parent 0a28c22a
No related branches found
No related tags found
No related merge requests found
......@@ -797,14 +797,14 @@ namespace AMDiS {
if ((*systemMatrix)[i][j])
(*systemMatrix)[i][j]->finishInsertion();
clock_t first1 = clock();
solverMatrix.setMatrix(*systemMatrix);
clock_t first2 = clock();
createPrecon();
clock_t first3 = clock();
std::cout << "T1 = " << TIME_USED(first1, first2) << std::endl;
std::cout << "T2 = " << TIME_USED(first2, first3) << std::endl;
// clock_t first1 = clock();
// solverMatrix.setMatrix(*systemMatrix);
// clock_t first2 = clock();
// createPrecon();
// clock_t first3 = clock();
// std::cout << "T1 = " << TIME_USED(first1, first2) << std::endl;
// std::cout << "T2 = " << TIME_USED(first2, first3) << std::endl;
#ifdef _OPENMP
INFO(info, 8)("buildAfterCoarsen needed %.5f seconds system time / %.5f seconds wallclock time\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment