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
Backofen, Rainer
amdis
Commits
6b1e64b9
Commit
6b1e64b9
authored
Apr 09, 2014
by
Backofen, Rainer
Browse files
parallel: debug output for time adaptivity only on rank 0
parent
f76f4f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/AdaptInstationary.cc
View file @
6b1e64b9
...
...
@@ -400,6 +400,10 @@ namespace AMDiS {
Parameters
::
get
(
aName
+
"->queue->runtime"
,
queueRuntime
);
Parameters
::
get
(
aName
+
"->queue->serialization filename"
,
queueSerializationFilename
);
#ifdef HAVE_PARALLEL_DOMAIN_AMDIS
// debug output only on rank 0
if
(
MPI
::
COMM_WORLD
.
Get_rank
()
!=
0
)
dbgMode
=
false
;
#endif
}
...
...
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