Branch: refs/heads/main
Revision: 275f4fe
Author: stonea
Link: Update GPU tests PREDIFF filter by stonea · Pull Request #19277 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #19277 from stonea/bandaid_to_bandaid_fix
Update GPU tests PREDIFF filter
After submitting PR #19265 (Bandaid fix to avoid race condition in gpu testing) we're now getting a warning:
"warning: 2 NUMA domains but only 1 Qthreads shepherds; may get internal errors"
I don't think this is relevant for these tests so I'm going to filter it out while the "bandaid fix" of setting number of threads to 1 is in effect. The hope is this cuts down on triage noise while I investigate the real source of the failure and undo this short "fix". I have a Github issue to do the investigation here: Cray/chapel-private#3100
[Reviewed by nobody; trivial fix]
Modified Files:
M test/gpu/native/PREDIFF
Compare: https://github.com/chapel-lang/chapel/compare/4b2232828266...275f4fe65997