Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a config error for invalid locale model setting (chapel-lang#26067)
It appears that we don't check the value of `CHPL_LOCALE_MODEL` in our environment scripts. I have no idea what we build if it was set to something invalid, but we build _something_. That's pretty bad. This PR adds an error message when `CHPL_LOCALE_MODEL` is set to something other than `flat` or `gpu`. Tested locally with different settings including leaving it unset. [Reviewed by @stonea]
- Loading branch information