Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
4c225a62
Commit
4c225a62
authored
May 05, 2009
by
Thomas Witkowski
Browse files
removed some debug output messages.
parent
0a28c22a
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/ProblemVec.cc
View file @
4c225a62
...
...
@@ -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
"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment