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 ad0dd5c commit 6e2fec7Copy full SHA for 6e2fec7
Source/Initialization/WarpXInitData.cpp
@@ -1043,8 +1043,8 @@ WarpX::PerformanceHints ()
1043
<< "each GPU's memory sufficiently. If you do not rely on dynamic "
1044
<< "load-balancing, then one large box per GPU is ideal.\n"
1045
#endif
1046
- << "Consider decreasing the amr.blocking_factor and"
1047
- << "amr.max_grid_size parameters and/or using less MPI ranks.\n"
+ << "Consider decreasing the amr.blocking_factor and "
+ << "amr.max_grid_size parameters and/or using fewer MPI ranks.\n"
1048
<< " More information:\n"
1049
<< " https://warpx.readthedocs.io/en/latest/usage/workflows/parallelization.html\n";
1050
0 commit comments