Skip to content

Commit

Permalink
added new caliper pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Nansamba authored and Grace Nansamba committed Oct 8, 2024
1 parent 95fdb86 commit 480cedf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modifiers/caliper-mpi/modifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ class CaliperMpi(CaliperBase):

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

0 comments on commit 480cedf

Please sign in to comment.