Skip to content

Runtime report for MPI jobs #482

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

You must be logged in to vote

Hi @rcarson3, you don't strictly need your own ConfigManager instance in this case. Caliper has an internal ConfigManager that runs the configuration provided in the CALI_CONFIG environment variable. Here you're creating another ConfigManager instance that runs the same configuration, that's why you're essentially getting the same output twice. So you should use either CALI_CONFIG or your own ConfigManager. If you use your own ConfigManager instance you'd typically use some application-specific way, e.g. a command-line argument, to pass in the runtime-report... configuration string. Hope this helps!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rcarson3
Comment options

Answer selected by rcarson3
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