-
Notifications
You must be signed in to change notification settings - Fork 0
pythonizing initial review
Jeff Squyres edited this page Dec 12, 2019
·
6 revisions
As of December 11, 2019, the Pythonizing group:
- Finished Pythonizing the entire MPI doc (on the
mpi-4.x
branch) - Finished a 1st pass checking for correctness of the results
It is now time to ask the chapter committees to review our work and make sure of the following in your respective chapters (as compared to the mpi-4.x
branch HEAD):
- We Pythonized the bindings correctly: the generated PDF contains correct bindings
- We didn't accidentally delete anything
- We didn't accidentally add anything
- We didn't accidentally edit anything
Note that there are acceptable LaTeX rendering differences between the mpi-4.x
HEAD and the result of this work. See these slides (presented at the Dec 2019 MPI Forum physical meeting) to see the types of differences you can expect to see.
The slides also mention a tool you can use to help compare the LaTeX from the mpi-4.x
HEAD to the Python-generated LaTeX on our pull request -- see this wiki page for instructions. This tool can greatly simplify your correctness check.