Skip to content

Commit 6e2fec7

Browse files
ax3llucafedeli88
andauthored
Typo: Fewer Ranks (Perf. Hint) (#3569)
* Typo: Fewer Ranks (Perf. Hint) * fix warning message (space) Co-authored-by: lucafedeli88 <[email protected]>
1 parent ad0dd5c commit 6e2fec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Initialization/WarpXInitData.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,8 +1043,8 @@ WarpX::PerformanceHints ()
10431043
<< "each GPU's memory sufficiently. If you do not rely on dynamic "
10441044
<< "load-balancing, then one large box per GPU is ideal.\n"
10451045
#endif
1046-
<< "Consider decreasing the amr.blocking_factor and"
1047-
<< "amr.max_grid_size parameters and/or using less MPI ranks.\n"
1046+
<< "Consider decreasing the amr.blocking_factor and "
1047+
<< "amr.max_grid_size parameters and/or using fewer MPI ranks.\n"
10481048
<< " More information:\n"
10491049
<< " https://warpx.readthedocs.io/en/latest/usage/workflows/parallelization.html\n";
10501050

0 commit comments

Comments
 (0)