Branch: refs/heads/main
Revision: 7eae381
Author: aconsroe-hpe
Link: Quiet CHPL_TASKS=fifo deadlock warning for valgrind testing by aconsroe-hpe · Pull Request #19002 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #19002 from aconsroe-hpe/fix/quiet-valgrind-num-threads-warning
Quiet CHPL_TASKS=fifo deadlock warning for valgrind testing
reviewed by @ronawho
PR #18871 introduced a warning when setting the number of threads per
locale with fifo tasks. This caused a test failure in make check under valgrind
because of the extra warning. Setting the env var quiets the warning
See #18311 for more info on why we limit
Modified Files:
M util/cron/common-valgrind.bash
Compare: https://github.com/chapel-lang/chapel/compare/5818ac60220c...7eae381cf8c8