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

Error: Section 12.4.3 - p. 515 - MPI_INIT argc/argv values #168

Closed
wesbland opened this issue Feb 19, 2020 · 2 comments
Closed

Error: Section 12.4.3 - p. 515 - MPI_INIT argc/argv values #168

wesbland opened this issue Feb 19, 2020 · 2 comments
Assignees
Labels
chap-ei External Interfaces Chapter Committee errata Errata items for the previous MPI Standard passed final vote Passed the final formal vote

Comments

@wesbland
Copy link
Member

wesbland commented Feb 19, 2020

Problem

The text about "argc and argv is optional" is incorrect - the arguments are required, but the values may be NULL. This should be compared with MPI_Init and both made consistent and correct. Specifically, this text:

In C, the passing of argc and argv is optional, as with MPI_INIT as discussed in Section 8.7. In C, null pointers may be passed in their place.

should use the same text as for MPI_INIT.

Suggested Fix

Change to "The version for ISO C accepts the argc and argv that are provided by the arguments to main or NULL."

@wesbland wesbland added chap-ei External Interfaces Chapter Committee editor pass and removed mpi-4.x labels Feb 19, 2020
@wesbland
Copy link
Member Author

The voters indicated that they think this is errata (and I agree):

  • Editor change - 1
  • Chapter committee - 2
  • Errata - 4

@wesbland wesbland added the errata Errata items for the previous MPI Standard label Mar 31, 2020
@wesbland wesbland self-assigned this Apr 1, 2020
@wgropp wgropp closed this as completed Nov 11, 2020
@wesbland
Copy link
Member Author

wesbland commented Dec 8, 2020

2020-12-07 Errata vote results

Yes No Abstain Missed Result
29 0 1 0 Passed

@wesbland wesbland added the passed final vote Passed the final formal vote label Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chap-ei External Interfaces Chapter Committee errata Errata items for the previous MPI Standard passed final vote Passed the final formal vote
Projects
None yet
Development

No branches or pull requests

1 participant