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

MPIT Tool Interface / Reorganization of the Profiling Chapter #266

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

MPIT Tool Interface / Reorganization of the Profiling Chapter #266

mpiforumbot opened this issue Jul 24, 2016 · 28 comments

Comments

@mpiforumbot
Copy link
Collaborator

mpiforumbot commented Jul 24, 2016

Originally by schulzm on 2011-01-30 01:43:30 -0600


MPIT Tool Interface / Reorganization of the Profiling ChapterThis ticket proposes the addition of a new interface, mainly intended for tools, that allows platform and implementation independent access to internal MPI information. This interface is called MPIT and described in the attached PDF document.

Additionally, this ticket proposes to restructure the current MPI standard chapter on the profiling interface into a more general tool interface chapter. The new chapter will include both the existing profiling interface specification (adjusted to be a section of a chapter) and the newly proposed MPIT interface.

The attached document contains the environment chapter (small changes marked with ticket number) as well as the newly proposed tools chapter. Additionally, the list of types, constants, and prototypes will be integrated into Appendix A.

Changelog entries (page and line numbers to be added):

Section 8.7
Allow calls to MPI_T routines before MPI_Init

Section 8.7
Allow calls to MPI_T routines after MPI_Finalize

Section 14.1
New introduction text, changing the profiling chapter to a general tools chapter

Section 14.2
Existing text for the profiling interface, adjusted to be a subsection of the new tools section

Section 14.3
Addition of the MPI_T interface

Appendix A.1
Addition of types and constants used by MPI_T

Appendix A.2
Addition of all MPI_T C prototypes
@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-01-30 01:44:27 -0600


Attachment added: mpi-report.pdf (328.5 KiB)
MPIT Draft, January 27th 2011 (version to be presented at February MPI Forum meeting)

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-03-15 01:35:35 -0500


Attachment added: mpi-report.2.pdf (341.5 KiB)
MPIT Draft, March 14th 2011 (version to be read at March MPI Forum meeting)

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-03-29 10:10:53 -0500


Attachment added: mpi-report.3.pdf (346.1 KiB)
MPIT Draft, March 29th 2011 (red/purple, changes to last draft, green to last forum, blue name change)

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-04-26 04:14:28 -0500


Attachment added: mpi-report.4.pdf (602.6 KiB)
MPIT Draft, for reading at May11 meeting (changes marked compared to last forum reading)

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-04-26 17:13:32 -0500


Attachment added: mpi-report.5.pdf (583.4 KiB)
Same as mpi-report.4.pdf, just without deleted text to make the document easier to read

@mpiforumbot
Copy link
Collaborator Author

Originally by RolfRabenseifner on 2011-05-08 09:27:20 -0500


The modifications/additions to A.1 are missing in mpi-report.5.pdf.
This new text should also be part of the formal reading at the May 2011 meeting.

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-06-21 01:56:33 -0500


Attachment added: mpi-report.6.pdf (760.2 KiB)
Complete draft for Reading at the MPI-Forum in July 2011

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-06-21 01:59:21 -0500


Added a full draft for July Reading

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-06-24 00:26:30 -0500


Attachment added: mpi-report.7.pdf (761.2 KiB)
Latest complete draft for Reading at the MPI-Forum in July 2011

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-07-05 00:38:38 -0500


Attachment added: mpi-report.8.2.pdf (758.2 KiB)
MPIT Draft, July 4th 2011 (latest version for comment for July reading)

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-07-05 00:40:17 -0500


Attachment added: mpi-report.8.pdf (758.2 KiB)
MPIT Draft, July 4th 2011 (latest version for comment for July reading)

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-07-19 12:15:03 -0500


Added ownership - not sure why this wasn't done, yet

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-07-19 12:37:07 -0500


Attachment added: mpi-report.9.pdf (758.3 KiB)
MPIT Draft, July 19th 2011 (minor ticket 0 changes for July reading)

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-09-09 02:04:31 -0500


Attachment added: mpi-report.10.pdf (762.7 KiB)
MPI_T Draft, September 8th 2011 (latest version for comment for September reading)

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-09-09 02:06:35 -0500


Added MPI_T Draft, September 8th 2011 (latest version for comment for September reading)

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-09-22 10:11:58 -0500


Attachment added: mpi-report.11.pdf (513.8 KiB)
MPI_T Draft, September 22nd, 2011 (minor changes, for reading at forum)

@mpiforumbot
Copy link
Collaborator Author

Originally by schulzm on 2011-10-10 19:03:56 -0500


Attachment added: mpi-report.12.pdf (762.8 KiB)
MPI_T Draft, October 10th, 2011 (two minor, ticket 0 changes suggested at reading)

@mpiforumbot
Copy link
Collaborator Author

Originally by jsquyres on 2011-10-27 09:01:07 -0500


Does the implementation by Dave Goodell/MPICH2 reflect the latest MPI_T document? If so, please move the "implementation status" to "Completed".

@mpiforumbot
Copy link
Collaborator Author

Originally by RolfRabenseifner on 2012-06-29 07:31:12 -0500


appLang committed (SVN 1209)

@mpiforumbot
Copy link
Collaborator Author

Originally by jsquyres on 2012-07-03 09:13:12 -0500


appLang commit reviewed.

@mpiforumbot
Copy link
Collaborator Author

Originally by bosilca on 2012-07-11 10:12:11 -0500


Applied to "MPI Environmental Management" chapter (r1256).

@mpiforumbot
Copy link
Collaborator Author

Originally by moody20 on 2012-07-17 00:31:41 -0500


ENV CHAPTER REVIEW (r1270.pdf compared to https://svn.mpi-forum.org/trac/mpi-forum-web/attachment/ticket/266/mpi-report.12.pdf):

p373,37 MPI_T_* --> "MPI_T_"

p376,25 MPI_T_* --> "MPI_T_"

@mpiforumbot
Copy link
Collaborator Author

Originally by moody20 on 2012-07-17 15:11:27 -0500


Committed above change as MPI_T_* --> MPI_T_ to match other prefix statements like MPI_ and PMPI_

@mpiforumbot
Copy link
Collaborator Author

Originally by jsquyres on 2012-07-18 09:58:07 -0500


Appears to be fully committed. Moving to "Waiting for PDF reviews".

@mpiforumbot
Copy link
Collaborator Author

Originally by tdd on 2012-07-18 11:21:34 -0500


I've reviewed all the changes related to this ticket and they look to be in the document.

@mpiforumbot
Copy link
Collaborator Author

Originally by RolfRabenseifner on 2012-07-25 11:03:41 -0500


@mpiforumbot
Copy link
Collaborator Author

Originally by RolfRabenseifner on 2012-07-25 12:36:59 -0500


Committed as r1539 into approved/chap-tools and chap-appLang/.

@mpiforumbot
Copy link
Collaborator Author

Originally by RolfRabenseifner on 2013-01-07 11:22:00 -0600


Since Sep. 21, 2012, this ticket is included in MPI-3.0 and the pdf is checked according to https://svn.mpi-forum.org/svn/mpi-forum-docs/trunk/meetings/2012-07-jul/mpi3-tickets.xlsx

Therefore, by proxy / on behalf of the ticket owner, I close it with priority "Ticket complete", resolution "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