Branch: refs/heads/main
Revision: 3764a82
Author: vasslitvinov
Link: Fix a domain equality comparison in SSCA2 by vasslitvinov · Pull Request #19371 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #19371 from vasslitvinov/fix-SSCA2-domain-==
Fix a domain equality comparison in SSCA2
SSCA2 used to compare domains of different kind, which is illegal
as of #19356. This adds a guard that enables the comparison only
when the two domains are of the same kind.
Digging deeper, there are two uses of the enclosing function:
when the two domains are distinct and when they are the same domain.
So perhaps the domain comparison is used to distinguish these two uses.
Modified Files:
M test/studies/ssca2/main/SSCA2_Modules/SSCA2_kernels.chpl
M test/studies/ssca2/rachels/SSCA2_kernels.chpl
Compare: https://github.com/chapel-lang/chapel/compare/1c51ddf33b33...3764a823f47a