Skip to content Source: homebrew/core Website Homebrew
chapel
Formula Utilities v2.7.0
Programming language for productive parallel computing at scale
Install 1
App in
Terminal
$
brew install chapel
Dependencies
Installation Notes
By default, compiled Chapel programs will be single-locale only. To compile and run multi-locale Chapel programs locally: Compile your program with: `chpl --comm=gasnet --comm-substrate=udp` And then run it with: `chplrun-udp ./your_program_name` To simulate GPU execution, you can compile your program with: `chpl --locale-model=gpu --gpu=cpu`
Install Statistics 29.9%
Average daily installs by period
Related Utilities Apps
View Allpython@3.13
Popular
Interpreted, interactive, object-oriented programming language
Utilities v3.13.12