@@ -598,6 +598,8 @@ const char* builtin_option_specs = R"json(
598
598
"min(min#total.recv.count) as \"Recvs (min)\"",
599
599
"max(max#total.recv.count) as \"Recvs (max)\"",
600
600
"min(min#total.dest.ranks) as \"Dst ranks (min)\"",
601
+ "max(max#total.dest.ranks) as \"Dst ranks (max)\"",
602
+ "min(min#total.src.ranks) as \"Src ranks (min)\"",
601
603
"max(max#total.src.ranks) as \"Src ranks (max)\"",
602
604
"max(max#total.coll.count) as \"Collectives (max)\"",
603
605
"min(min#mpi.send.size) as \"Bytes sent (min)\"",
@@ -614,6 +616,8 @@ const char* builtin_option_specs = R"json(
614
616
"min(min#min#total.recv.count) as \"Recvs (min)\"",
615
617
"max(max#max#total.recv.count) as \"Recvs (max)\"",
616
618
"min(min#min#total.dest.ranks) as \"Dst ranks (min)\"",
619
+ "max(max#max#total.dest.ranks) as \"Dst ranks (max)\"",
620
+ "min(min#min#total.src.ranks) as \"Src ranks (min)\"",
617
621
"max(max#max#total.src.ranks) as \"Src ranks (max)\"",
618
622
"max(max#max#total.coll.count) as \"Coll (max)\"",
619
623
"min(min#min#mpi.send.size) as \"Bytes sent (min)\"",
0 commit comments