Skip to content

Commit

Permalink
json: change Allgather/Alltoall composition to beta due to name change
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenggb72 committed Feb 4, 2022
1 parent ed67051 commit 4ad0f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maint/tuning/coll/ch4/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
{
"comm_type=intra":
{
"composition=MPIDI_Alltoall_intra_composition_alpha":{}
"composition=MPIDI_Alltoall_intra_composition_beta":{}
}
},
"collective=alltoallv":
Expand All @@ -171,7 +171,7 @@
{
"comm_type=intra":
{
"composition=MPIDI_Allgather_intra_composition_alpha":{}
"composition=MPIDI_Allgather_intra_composition_beta":{}
}
},
"collective=allgatherv":
Expand Down

0 comments on commit 4ad0f79

Please sign in to comment.