Skip to content

Commit

Permalink
Accept comm count improvement for sliceBlockWithRanges.
Browse files Browse the repository at this point in the history
Following the lead of #15239 (01fa4e7), update comm counts for comm
layers that support network atomics (ofi, ugni).
  • Loading branch information
gbtitus committed Jul 23, 2020
1 parent 470d8bd commit 9d5cd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/arrays/slices/commCounts/sliceBlockWithRanges.good
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Creating B (a normal slice)
---------------------------
(execute_on = 4, execute_on_nb = 3) (get = 24, put = 1, execute_on = 2) (get = 24, put = 1) (get = 24, put = 1)
(execute_on = 4, execute_on_nb = 3) (get = 23, put = 1, execute_on = 2) (get = 23, put = 1) (get = 23, put = 1)

A is:
0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0
Expand Down

0 comments on commit 9d5cd08

Please sign in to comment.