FortranCL is an OpenCL interface for Fortran 90. It allows programmers to call the OpenCL parallel programming framework directly from Fortran, so developers can accelerate their Fortran code using graphical processing units (GPU) and other accelerators.
FortranCL is an OpenCL interface for Fortran 90. It allows programmers to call the OpenCL parallel programming framework directly from Fortran, so developers can accelerate their Fortran code using graphical processing units (GPU) and other accelerators.
To install fortrancl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fortrancl
To see what files were installed by fortrancl, run:
port contents fortrancl
To later upgrade fortrancl, run:
sudo port selfupdate && sudo port upgrade fortrancl
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.