Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: run-time changes v4.1.x --> v5.0.x #10480

Closed
4 of 9 tasks
jsquyres opened this issue Jun 17, 2022 · 7 comments
Closed
4 of 9 tasks

Documentation: run-time changes v4.1.x --> v5.0.x #10480

jsquyres opened this issue Jun 17, 2022 · 7 comments

Comments

@jsquyres
Copy link
Member

jsquyres commented Jun 17, 2022

Originally taken from the "to-do" section in the Open MPI docs:

@jsquyres jsquyres added this to the v5.0.0 milestone Jun 17, 2022
jsquyres added a commit to jsquyres/ompi that referenced this issue Jun 17, 2022
Moved all the to-do items to the following github issues:

* open-mpi#10479
* open-mpi#10480
* open-mpi#10481

Signed-off-by: Jeff Squyres <[email protected]>
jsquyres added a commit to jsquyres/ompi that referenced this issue Jun 17, 2022
Moved all the to-do items to the following github issues:

* open-mpi#10479
* open-mpi#10480
* open-mpi#10481

Signed-off-by: Jeff Squyres <[email protected]>
(cherry picked from commit e54cfa7)
@qkoziol
Copy link
Contributor

qkoziol commented Apr 1, 2023

Working on this

@qkoziol
Copy link
Contributor

qkoziol commented Apr 3, 2023

Does the "don't use single dash" command-line options apply to using '-n' in the examples in the man page? i.e. should I replace them with '--n' (or '--np') ?

I've replaced '-H' with '--host'.

@qkoziol
Copy link
Contributor

qkoziol commented Apr 3, 2023

Is there a definition for all of these keywords anywhere?

"* --map-by <object>: Map to the specified object, defaults to
package. Supported options include slot, hwthread, core,
L1cache, L2cache, L3cache, package, numa,
node, seq, rankfile, pe-list=#, and ppr.
Any object can include modifiers by adding a : and any combination
of the following:
"

@rhc54
Copy link
Contributor

rhc54 commented Apr 4, 2023

Does the "don't use single dash" command-line options apply to using '-n' in the examples in the man page? i.e. should I replace them with '--n' (or '--np') ?

No - the -n is mandated in the MPI standard, as is -np

Is there a definition for all of these keywords anywhere?

I doubt it - you might look to see if there is a "terminology" section as that would be the most likely place to find it.

@qkoziol
Copy link
Contributor

qkoziol commented Apr 6, 2023

On review, I see that the mpirun man page (https://docs.open-mpi.org/en/main/man-openmpi/man1/mpirun.1.html ) covers exit status behavior in section 19.1.2.6.19 and return value in section 19.1.2.8. These seem like they should be merged into one section (probably into 19.1.2.8, since it already has the more significant heading in the manpage. Thoughts?

@qkoziol
Copy link
Contributor

qkoziol commented Jun 5, 2023

There's too many diverse actions in this meta-issue and it's going to create a terrible PR (eventually). I'm going to break them into separate issues so that they can be tackled in smaller bites. I'll apply the same tags (to start) and assign the one(s) I've been working on to myself.

@qkoziol
Copy link
Contributor

qkoziol commented Jun 5, 2023

Closing this, in favor of the smaller, more focused that track individual items.

@qkoziol qkoziol closed this as not planned Won't fix, can't repro, duplicate, stale Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants