How to Install chapel on Mac using Brew

Package Information:

Name: chapel
Use: Emerging programming language designed for parallel computing
URL: http://chapel.cray.com/

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install chapel using brew
    brew install chapel

chapel is ready to use now!