Branch: refs/heads/main
Revision: 1638a15
Author: stonea
Link: Fix tiny mistake in PR #19857 by stonea · Pull Request #19878 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #19878 from stonea/fix_tiny_mistake_in_chpl_gpu
This is a tiny/quick fox for PR #19857.
In chpl_gpu.py I have an array of valid values for CHPL_COMM when
CHPL_LOCALE_MODEL_GPU. I accidentally manually "constant folded" this
value in a place where I should have just used the variable.
[Reviewed by nobody; trivial change]
Modified Files:
M util/chplenv/chpl_gpu.py
Compare: https://github.com/chapel-lang/chapel/compare/2ed3f27d430d...1638a15274d5