Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch homebrew to use system hwloc and jemalloc (chapel-lang#25148)
Switches the homebrew formula in the chapel tree to use a system install of hwloc, which allows chapel to use qthreads. This results in better performance for users. This also uses a system install of jemalloc, which also increases performance. - [x] Tested locally by install chapel from the homebrew formula and running `chpl examples/hello.chpl && ./hello` To be merged after chapel-lang#25145 and chapel-lang#25158 Resolves chapel-lang#24655 Resolves chapel-lang#24931 [Reviewed by @stonea]
- Loading branch information