v4.1.x: orterun.1in: fix minor mistake in :PE=2 example and add more descriptions/explanations#8192
Merged
jsquyres merged 3 commits intoopen-mpi:v4.1.xfrom Nov 9, 2020
Conversation
added 3 commits
November 9, 2020 12:39
Fix mistake in orterun(1) (i.e., mpirun(1)) with an example using the :PE=x modifier. Additionally, add some extra text with some further explanation. This is not a cherry-pick from master because PRRTE has replaced ORTE on master, and orterun.1in no longer exists in master. Signed-off-by: Jeff Squyres <jsquyres@cisco.com> (cherry picked from commit 7384972)
Add descriptive definitions of "slot" and "processor element" at the top of the man page (and effectively delete / move some text from lower in the man page up into those definitions). Also add a little blurb in the --use-hwthread-cpus description about how it changes the definition of "processor element". This is not a cherry-pick from master because PRRTE has replaced ORTE on master, and orterun.1in no longer exists in master. Signed-off-by: Jeff Squyres <jsquyres@cisco.com> (cherry picked from commit 07b8937)
Add some nroff markup into the paragraph, just to clearly delineate the option names from the paragraph text. No other content changes. This is not a cherry-pick from master because PRRTE has replaced ORTE on master, and orterun.1in no longer exists in master. Signed-off-by: Jeff Squyres <jsquyres@cisco.com> (cherry picked from commit 25f84be)
rhc54
approved these changes
Nov 9, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a straight cherry-pick of the v4.0.x PR #8099 to the v4.1.x branch.
These commits did not come from master because
orterun(1)no longer exists on master.FYI @rhc54 @jjhursey
Refs #7717