chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.8k stars 421 forks source link

Use CHPL_LLVM=system with CHPL_GPU=nvidia on ex test systems #26308

Closed jabraham17 closed 5 hours ago

jabraham17 commented 6 hours ago

Changes our test scripts to use CHPL_LLVM=system with CHPL_GPU=nvidia on ex test systems, since Chapel works with the system LLVM (which is currently LLVM 19). This should reduce the time spent running CUDA tests on these systems

[Reviewed by @ShreyasKhandekar]