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
c8ae9e72
Commit
c8ae9e72
authored
Jan 26, 2011
by
Thomas Witkowski
Browse files
Writing debug files in parallel not only in debug mode.
parent
d1af7d66
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/MeshDistributor.cc
View file @
c8ae9e72
...
...
@@ -1716,6 +1716,11 @@ namespace AMDiS {
MSG
(
"nRankDofs = %d
\n
"
,
nRankDofs
);
MSG
(
"nOverallDofs = %d
\n
"
,
nOverallDofs
);
MSG
(
"rstart %d
\n
"
,
rstart
);
#else
int
tmp
=
0
;
GET_PARAMETER
(
0
,
name
+
"->write parallel debug file"
,
"%d"
,
&
tmp
);
if
(
tmp
)
ParallelDebug
::
writeDebugFile
(
*
this
,
debugOutputDir
+
"mpi-dbg"
,
"dat"
);
#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