We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2510c commit e4bc787Copy full SHA for e4bc787
Src/Base/AMReX_Print.H
@@ -48,8 +48,8 @@ namespace amrex
48
{ ss.precision(os.precision()); }
49
50
/**
51
- * \brief Print on all processors of the default communicator
52
- * Example: Print(Print::AllProcs) << " x = " << x << '\n';
+ * \brief Print on given rank of the default communicator
+ * Example: Print(2) << " x = " << x << '\n'; // Print on rank 2
53
*/
54
Print (int rank_, std::ostream& os_ = amrex::OutStream())
55
: rank(rank_)
0 commit comments