← all formulas
chapel
Programming language for productive parallel computing at scale
- Version
- v2.8.0
- License
- Apache-2.0
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install chapelCaveats
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`