Branch: refs/heads/master
Revision: 31dff4f
Author: ronawho
Log Message:
Merge pull request #16446 from ronawho/no-cache-dist-comm-test
Disable cache remote for distributions comm count tests
[reviewed by @bradcray and @e-kayrakli]
These tests are trying to see how much communication different
distribution implementations generate. They are mostly comparing across
implementations or are just trying to track the types of comm patterns
we generate. We don’t necessarily care about the exact number of comms
going across the wire, we’re just making sure that things look right in
general and we when we change the implementation we haven’t added a
drastic amount of communication anywhere.
Modified Files:
A test/arrays/slices/commCounts/COMPOPTS
A test/types/bytes/dist-mem.compopts
M test/distributions/robust/arithmetic/performance/multilocale/COMPOPTS
M test/distributions/robust/arithmetic/performance/multilocale/rvfSlices/COMPOPTS
Compare: https://github.com/chapel-lang/chapel/compare/55cc7462db09...31dff4f2a797