Setup collectives threshold for enabling intranet (#387)

* Setup collectives threshold for enabling intranet

* Use separate operation counters for coll and p2p
This commit is contained in:
Wenkai Du
2021-06-09 13:24:26 -07:00
committed by GitHub
parent c2064adcc7
commit b815a2800f
18 changed files with 79 additions and 36 deletions
+4 -2
View File
@@ -151,7 +151,8 @@ BEGIN {
s=ary[1]
match($col_p5, /([0-9]+)\[.*\]/, ary)
d=ary[1]
conn[s "," d "," chan]=$col_p7
if(!((s "," d "," chan) in conn) || match($col_p7,"NET"))
conn[s "," d "," chan]=$col_p7
}
if($col_p6=="[receive]" && $col_p7=="via") {
@@ -161,7 +162,8 @@ BEGIN {
s=ary[1]
match($col_p5, /([0-9]+)\[.*\]/, ary)
d=ary[1]
conn[s "," d "," chan]=$col_p8
if(!((s "," d "," chan) in conn) || match($col_p8,"NET"))
conn[s "," d "," chan]=$col_p8
}
}