Hi all,

Tony just asked a good question off list about how to do the diff from 
December, but I think others will find this useful so I wanted to put it on the 
list:

It’s up to each person, but if I were doing it (which I guess I am 😀), I would 
start with the diff and see if it needs to be summarized beyond that. Here’s a 
link to the online version of the diff:

https://github.com/mpi-forum/mpi-standard/compare/mpi-4.0-rc-dec-2020...mpi-4.0-rc-june-2021
 
<https://github.com/mpi-forum/mpi-standard/compare/mpi-4.0-rc-dec-2020...mpi-4.0-rc-june-2021>

You can click on “60 changed files” at the top of the diff and pick just the 
file you want from there.

You can also get the same thing on the command line by fetching all of the 
remote tags and doing the comparison there (example with just the I/O chapter):

$ git fetch —all —tags
$ git diff mpi-4.0-rc-dec-2020  mpi-4.0-rc-june-2021 chap-io/io.tex

Thanks,
Wes

> On May 24, 2021, at 11:30 AM, Wesley Bland <w...@wesbland.com> wrote:
> 
> Hi all,
> 
> This is a bit of a long one with all of the announcements for the upcoming 
> meeting, so stick with me:
> 
> The RC document for the June meeting is now available on the website. You can 
> find it here: https://www.mpi-forum.org/docs/mpi-4.0/mpi40-rc-jun-21.pdf 
> <https://www.mpi-forum.org/docs/mpi-4.0/mpi40-rc-jun-21.pdf>
> 
> I’ve also posted all of the plenaries and votes for this meeting that come 
> from the ratification process. I’ll read each of these in the same way we did 
> the last meeting to move things along more quickly. Today also closes the 
> nomination period for officers. We’ll vote for those in the upcoming meeting.
> 
> Reminder to Chapter Chairs: As we’ve discussed previously, we’ll do a recap 
> of the changes that have happened to each chapter since December 2020. Please 
> have a slide or two ready to go over those changes..
> 
> You can find all of that on the agenda page: 
> https://www.mpi-forum.org/meetings/2021/06/agenda 
> <https://www.mpi-forum.org/meetings/2021/06/agenda>
> 
> Here’s that list:
> Procedure
> 
> Vote to delay MPI 4.0 for unresolved issues
> Vote to ratify MPI 4.0
> Elect MPI Forum Chair
> Elect MPI Forum Secretary
> Elect MPI Forum Treasurer
> Elect MPI Forum Document Editor
> No "No Votes"
> 
> #488 <https://github.com/mpi-forum/mpi-issues/issues/488>: Issue W 
> 'backward/semantic changes' - PR434 + PR445 + PR544 applied to RC-4-June
> #489 <https://github.com/mpi-forum/mpi-issues/issues/489>: Incomplete listing 
> of communicator duplication functions
> #501 <https://github.com/mpi-forum/mpi-issues/issues/501>: Add xref in 4.0 
> ChangeLog for LargeCount
> Errata Votes
> 
> #456 <https://github.com/mpi-forum/mpi-issues/issues/456>: Fix list of 
> functions that are callable at any time
> #500 <https://github.com/mpi-forum/mpi-issues/issues/500>: Fix LIS for MPI_T 
> events functions
> #495 <https://github.com/mpi-forum/mpi-issues/issues/495>: Remove LIS Changes 
> in I/O Chapter
> #458 <https://github.com/mpi-forum/mpi-issues/issues/458>: Issue A 'applang' 
> - PR444 + PR528 applied to RC-4-June
> #459 <https://github.com/mpi-forum/mpi-issues/issues/459>: Issue B 
> 'change-log' - PR434(change-log part) + PR529 applied to RC-4-June
> #460 <https://github.com/mpi-forum/mpi-issues/issues/460>: Issue C 'bindings' 
> - PR434(bindings part) + PR530 applied to RC-4-June
> #461 <https://github.com/mpi-forum/mpi-issues/issues/461>: Issue D 'contexts' 
> - PR484 + PR533 applied to RC-4-June
> #462 <https://github.com/mpi-forum/mpi-issues/issues/462>: Issue E 'dynamics' 
> - the first change of PR258 applied to RC-4-June
> #463 <https://github.com/mpi-forum/mpi-issues/issues/463>: Issue F 'terms' - 
> the second change of PR258 + PR534 applied to RC-4-June
> #464 <https://github.com/mpi-forum/mpi-issues/issues/464>: Issue G 
> 'datatypes' - PR531 applied to RC-4-June
> #465 <https://github.com/mpi-forum/mpi-issues/issues/465>: Issue H 'coll' - 
> PR532 applied to RC-4-June
> #435 <https://github.com/mpi-forum/mpi-issues/issues/435>: Issue I - Is 
> definition of local Session_init + collective Session_finalize pair broken?
> #491 <https://github.com/mpi-forum/mpi-issues/issues/491>: Issue L - Progress 
> references in General Index - for RC-4-June
> #453 <https://github.com/mpi-forum/mpi-issues/issues/453>: Clarifications of 
> PR#423 uses wrong language
> #433 <https://github.com/mpi-forum/mpi-issues/issues/433>: Handling of extra 
> state in dropped event handler for MPI_T
> #444 <https://github.com/mpi-forum/mpi-issues/issues/444>: Fix undefined 
> behaviour of MPI_Info_get_string caused by binding to MPI_Info_set
> #424 <https://github.com/mpi-forum/mpi-issues/issues/424>: Sessions: need to 
> update sections of standard describing initial error handler
> #437 <https://github.com/mpi-forum/mpi-issues/issues/437>: LIS inout and 
> C&Fortran IN fix for Partitioned Communication
> #446 <https://github.com/mpi-forum/mpi-issues/issues/446>: Fix to the 
> Partitioned Communication Chapter for the 
> rank/process/group/file/win/communicator nomenclature
> #438 <https://github.com/mpi-forum/mpi-issues/issues/438>: Handling of enum 
> argument on MPI_T_event_get_info
> #454 <https://github.com/mpi-forum/mpi-issues/issues/454>: Add progress of 
> partitioned communication sentence
> 
> In addition, I’d like to announce the 1st vote for issue #283: Add 
> MPI_Delete_error_class, MPI_Delete_error_code, MPI_Delete_error_string 
> <https://github.com/mpi-forum/mpi-issues/issues/283> (PR #166 
> <https://github.com/mpi-forum/mpi-standard/pull/166>). That’s on the agenda 
> page as well.
> 
> If you have any other plenaries/votes to announce, please do so today. Martin 
> will be updating the agenda later to include everything for the meeting. Note 
> that we’ll need to have a voting block every day in order to accommodate our 
> voting rules for a Final Ratification Meeting
> 
> Thanks,
> Wes
> 

_______________________________________________
mpi-forum mailing list
mpi-forum@lists.mpi-forum.org
https://lists.mpi-forum.org/mailman/listinfo/mpi-forum

Reply via email to