Skip to content
Snippets Groups Projects
Commit dc716d74 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Fix screen output

[[Imported from SVN: r9734]]
parent d7ea2659
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ void RiemannianTrustRegionSolver<GridType,TargetSpace>::solve()
}
// Distribute solution
if (mpiHelper.size()>1)
if (mpiHelper.size()>1 and rank==0)
std::cout << "Transfer solution back to root process ..." << std::endl;
corr = vectorComm.scatter(corr_global);
......
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