-
Notifications
You must be signed in to change notification settings - Fork 932
monitoring: re-test CI #3131
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
Closed
Closed
monitoring: re-test CI #3131
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
counting or not the collective traffic as a separate entity. The need for such a PML is simply because the PMPI interface doesn't allow us to identify the collective generated traffic.
retain in the new component infrastructure.
using performance variables "pml_monitoring_messages_count" and "pml_monitoring_messages_size"
Allocate all counting arrays in a single allocation Don't delay the initialization (do it at the first add_proc as we know the number of processes in MPI_COMM_WORLD) Add a choice: with or without MPI_T (default).
Fixed few bugs, and reshape the operations to prepare for global or communicator-based monitoring. Start integrating support for MPI_T as well as MCA monitoring.
…and without MPI_T. May not reflect exactly how it works right now, but should reflects how it should work in the end.
…riables in pml_monitoring.c. Change mca_pml_monitoring_flush() signature so we don't need the size and rank parameters
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
…toring_current_filename iif parameter is set Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
- 1 : stdout - 2 : stderr - 3 : filename Add a few printf's to ease debug Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
…Fix output. Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
…useless parameter in example Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
… in std's cases) Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
…ectly. It needs to be a pointer to a null-pointer Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
…y string Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
…ething if only empty messages are exchanged Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
…the code Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
… of the results Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
…ntation accordingly. Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
…I_Gather). Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
… footprint of monitoring_prof. Unify OSC related outputs. Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
… when calling mca_common_monitoring_coll_a2a().
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
…overhead computation for complete sending (pingpong / 2). Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
…copyrigths to the test_overhead script Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Include ompi/mpi/fortran/mpif-h/bindings.h only if needed. Add sanity check before emptying hashtable. Fix typos in documentation. Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
bb2c5ed to
4b5101e
Compare
Merged
and have monitoring_common.h and monitoring_common_coll.h included in the distro Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
4b5101e to
bc67325
Compare
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
8bcfa7e to
c9f7069
Compare
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.