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

Typo in MPI_CART_SHIFT example 7.4 #122

Closed
mpiforumbot opened this issue Jul 24, 2016 · 9 comments
Closed

Typo in MPI_CART_SHIFT example 7.4 #122

mpiforumbot opened this issue Jul 24, 2016 · 9 comments

Comments

@mpiforumbot
Copy link
Collaborator

mpiforumbot commented Jul 24, 2016

Originally by traff on 2009-02-09 18:11:22 -0600


A small typo in the MPI_CART_SHIFT example 7.4 (extra bracket)

History

Has been there since the early days.

Proposed Solution

Replace p.253, line 41:

CALL MPI_COMM_RANK(comm, rank, ierr))

with:

CALL MPI_COMM_RANK(comm, rank, ierr)

Impact on Implementations

NA

Impact on Applications / Users

NA

Alternative Solutions

None known

Entry for the Change Log

None

@mpiforumbot
Copy link
Collaborator Author

Originally by gropp on 2009-02-09 18:14:57 -0600


Reviewed and ok

@mpiforumbot
Copy link
Collaborator Author

Originally by htor on 2009-02-09 19:47:15 -0600


reviewed and ok

@mpiforumbot
Copy link
Collaborator Author

Originally by RolfRabenseifner on 2009-04-04 12:02:42 -0500


It is not part of the MPI-2.1 errata list
and it should not be there.

The rules of MPI-2.1 errata are:

If you detect that some information in MPI-2.1 is wrong compared to the documents MPI-1.1, MPI-2.0, the 4 ballots of MPI-2.1 changes, and the MPI Forum decisions in the MPI-2.1 project, then you should make a new entry in the list of MPI-2.2 items, and add the same link to the following list. The bug must be clearly a bug of the editing process of MPI-2.1. Bugs in original MPI-1.1, MPI-2.0, or in the MPI Forum decisions, e.g. in Ballots 1-4, are not handled as an MPI-2.1 errata. Those bugs are treated as part of MPI-2.2.

The typo shown in this ticket existed already in MPI-1.1.

Therefore I removed the Extended Scope "MPI-2.1 Errata" from this ticket and put it back to status
"Reviewed"

@mpiforumbot
Copy link
Collaborator Author

Originally by traff on 2009-08-10 10:05:56 -0500


PDF ready, please review

@mpiforumbot
Copy link
Collaborator Author

Originally by traff on 2009-08-10 10:06:30 -0500


Attachment added: ticket122.pdf (45.6 KiB)

@mpiforumbot
Copy link
Collaborator Author

Originally by htor on 2009-08-22 14:39:41 -0500


PDF reviewed OK (should have used the replace macro I think, but the final outcome seems correct)

@mpiforumbot
Copy link
Collaborator Author

Originally by RolfRabenseifner on 2009-08-29 18:07:27 -0500


PDF review: okay

@mpiforumbot
Copy link
Collaborator Author

Originally by traff on 2009-08-30 05:51:24 -0500


this is such a minor thing - I've set to "completed" with 2 reviews

@mpiforumbot
Copy link
Collaborator Author

Originally by jsquyres on 2010-09-18 05:07:12 -0500


This ticket is (long-since) complete; marking it resolved/text committed.

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

1 participant