Skip to content

Commit

Permalink
Add message count and min/max/average message size (#340)
Browse files Browse the repository at this point in the history
Add message count and size
  • Loading branch information
pearce8 authored Aug 30, 2024
1 parent 6146c35 commit cb8cd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modifiers/caliper-mpi/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CaliperMpi(CaliperBase):

env_var_modification(
"CALI_CONFIG",
"spot(output={}, profile.mpi)".format(_cali_datafile),
"spot(output={},profile.mpi,mpi.message.size,mpi.message.count)".format(_cali_datafile),
method="set",
modes=["mpi"],
)

0 comments on commit cb8cd0a

Please sign in to comment.