chapel-lang / chapel

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

Upgrade to Qthreads 1.21 #26022

Open bradcray opened 5 hours ago

bradcray commented 5 hours ago

Qthreads 1.21 was released today! We should make sure there are no performance surprises with it and upgrade to it for Chapel 2.3 (in either order).

bradcray commented 5 hours ago

w.r.t. the upgrade, @insertinterestingnamehere notes:

these lines will no longer be necessary: https://github.com/chapel-lang/chapel/blob/main/third-party/qthread/Makefile#L149-L151. We've dropped the spawncache entirely. Configure just ignores the unrecognized option now.