chapel

Parallel programming language for productive high-performance computing

brewmacoslinux
Try with needOr install directly
Source

About

Programming language for productive parallel computing at scale

Commands

chplchplenv

Examples

Compile a Chapel source file to an executable$ chpl -o hello hello.chpl
Compile with optimizations enabled$ chpl -O hello.chpl
Set Chapel environment variables$ chplenv