Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
6b1e64b9
Commit
6b1e64b9
authored
Apr 09, 2014
by
Backofen, Rainer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parallel: debug output for time adaptivity only on rank 0
parent
f76f4f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
AMDiS/src/AdaptInstationary.cc
AMDiS/src/AdaptInstationary.cc
+4
-0
No files found.
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
Markdown
is supported
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