Skip to content
Snippets Groups Projects
Commit 5ee92426 authored by Rebecca Neumann's avatar Rebecca Neumann
Browse files

do not always print output

[[Imported from SVN: r6439]]
parent 68859991
No related branches found
No related tags found
No related merge requests found
......@@ -1221,8 +1221,8 @@ namespace Dune {
if(neighbourIds.size()==0)
{
std::cout<<rank<<": Sending messages in a ring"<<std::endl;
// send mesages in ring
Dune::dvverb<<rank<<": Sending messages in a ring"<<std::endl;
// send messages in ring
for(int proc=1; proc<procs; proc++) {
// pointers to the current input and output buffers
char* p_out = buffer[1-(proc%2)];
......
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