OpenCoarrays is an open-source software project that produces an application binary interface (ABI) to support coarrays and other Fortran 2018 parallel programming features for gfortran in the GNU Compiler Collection (GCC). Gfortran has used OpenCoarrays since the GCC 5.1.0 release.
OpenCoarrays is an open-source software project that produces an application binary interface (ABI) to support coarrays and other Fortran 2018 parallel programming features for gfortran in the GNU Compiler Collection (GCC). Gfortran has used OpenCoarrays since the GCC 5.1.0 release.
To install OpenCoarrays, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install OpenCoarrays
To see what files were installed by OpenCoarrays, run:
port contents OpenCoarrays
To later upgrade OpenCoarrays, run:
sudo port selfupdate && sudo port upgrade OpenCoarrays
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.