Skip to content

Configuring mpireport service for MPMD usecase? #571

Answered by daboehme
mdmosby asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mdmosby, unfortunately it's not possible right now to access the internal ConfigManager that manages the channels created from the CALI_CONFIG environment variable. Another workaround for the MPI problem might be to disable the aggregation across ranks for the runtime-report. You can do that with runtime-report,aggregate_across_ranks=false. This way each rank that has this Caliper configuration is enabled will write its output separately. If multiple MPI ranks are doing that it's best to let each of them write into a separate file. You can do that with runtime-report,aggregate_across_ranks=false,profile.mpi,output=report_%mpi.rank%.txt. Hope this helps!

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mdmosby
Comment options

@mdmosby
Comment options

@daboehme
Comment options

Answer selected by mdmosby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants