-
Notifications
You must be signed in to change notification settings - Fork 900
Documentation: random Open MPI v4.1.x --> v5.0.x changes #10479
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
Comments
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]>
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)
For - |
@wckzhang Put yourself in the mindset of an Open MPI newbie: will they find these docs? Setting an MCA param is a common thing to do. Should we put it in one of the "quick start" pages (or have a new quick start for it, or ...?). Suggestions and proposals are welcome here. |
Hmm, I'm not sure a user would know what an MCA parameter is unless they read about MCA, maybe in the quick start guide there can be a section after launch MPI such as "Customize run-time options." which can link to the setting MCA parameter doc |
#11459 - For |
It looks like "Add a note somewhere about “These HTML docs are available at docs.open-mpi.org and in distribution tarballs in docs/_build/html/index.html." was completed already, see f33d3d4 I'm going to mark that as completed |
#11468 - For |
I looked into |
It looks like --am option still works, but it's deprecated and users should instead use --tune. I can add a section in the set mca params for this |
I'm a little confused about this section:
Are deleted MPI-1 functions "always" included or only when compiled with "--enable-mpi1-compatibility"? |
@jsquyres are you aware of the full list of MPI-4.0 items that are supported - or do you know who would know? I'm not aware of what items we have implemented |
ABI compatibility was added in this PR: #11486 |
Found:
in the news, not sure if it's comprehensive but I will refer to this information for the documentation. |
Added subsection containing MPI-4.0 features - #11498 |
This section has already been completed. See - 3.5.2. Removed MPI APIs |
@jsquyres - I believe this can be closed as completed. Can you please confirm? |
Ping @jsquyres - Is this ready to close? |
Given the amount of time it's taken for me to reply, it would probably be best if someone else verifies that each of the check marks in the description on this issue are actually complete. |
I will double check. |
Docs LGTM |
Originally taken from the "to-do" section in the Open MPI docs:
--disable-io-romio
do?--tune
files?mpirun
command line options). It will likely be:MPI_Status
and friends…?).mpi.h
unless Open MPI was compiled with--enable-mpi1-compatibility.
docs/_build/html/index.html
.William (Removed FAQ item as it's covered under #11363)
The text was updated successfully, but these errors were encountered: