Chapel is a new parallel programming language being developed by Cray Inc. as part of the DARPA-led High Productivity Computing Systems program (HPCS).
Chapel is a new parallel programming language being developed by Cray Inc. as part of the DARPA-led High Productivity Computing Systems program (HPCS).
To install chapel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install chapel
To see what files were installed by chapel, run:
port contents chapel
To later upgrade chapel, run:
sudo port selfupdate && sudo port upgrade chapel
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.