From 85d8cf36220e0067c9645ca033a7051b446a7c58 Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Wed, 13 Dec 2023 10:20:53 -0800 Subject: [PATCH] Update Docs/sphinx_documentation/source/AMReX_Profiling_Tools.rst --- Docs/sphinx_documentation/source/AMReX_Profiling_Tools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/sphinx_documentation/source/AMReX_Profiling_Tools.rst b/Docs/sphinx_documentation/source/AMReX_Profiling_Tools.rst index d7519d84367..cdd774488e4 100644 --- a/Docs/sphinx_documentation/source/AMReX_Profiling_Tools.rst +++ b/Docs/sphinx_documentation/source/AMReX_Profiling_Tools.rst @@ -111,7 +111,7 @@ running on 4 MPI processes. MLPoisson::Fapply() 114 0.1103 0.113 0.1167 8.48% FabArray::Xpay() 109 0.1 0.1013 0.1038 7.54% -In this test, there are 16 boxes even distributed among 4 MPI processes. The +In this test, there are 16 boxes evenly distributed among 4 MPI processes. The output above shows that the load is perfectly balanced. However, if the load is not balanced, the results can be very different and sometimes misleading. For example, if we put 2, 2, 6 and 6 boxes on processes 0, 1, 2