fix typo and remove correspondign false positive

This commit is contained in:
Axel Kohlmeyer
2022-10-13 05:44:22 -04:00
parent efdd29817b
commit 6b35251ca2
2 changed files with 1 additions and 2 deletions

View File

@ -101,7 +101,7 @@ Py2 by Pz2, then Px1 must be an integer multiple of Px2, and similarly
for Py1 a multiple of Py2, and Pz1 a multiple of Pz2.
Typically the best way to do this is to let the first partition choose
its onn optimal layout, then require the second partition's layout to
its own optimal layout, then require the second partition's layout to
match the integer multiple constraint. See the
:doc:`processors <processors>` command with its *part* keyword for a way
to control this, e.g.