Portable and vendor-neutral framework for parallel programming on heterogeneous platforms
OCCA is an open source, portable and vendor-neutral framework for parallel programming on heterogeneous platforms. The OCCA API provides unified models for heterogeneous programming concepts — such as a device, memory or kernel — while the OCCA Kernel Language (OKL) enables the creation of portable device kernels using a directive-based extension to the C language.
OCCA is an open source, portable and vendor-neutral framework for parallel programming on heterogeneous platforms. The OCCA API provides unified models for heterogeneous programming concepts — such as a device, memory or kernel — while the OCCA Kernel Language (OKL) enables the creation of portable device kernels using a directive-based extension to the C language.
To install libocca, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libocca
To see what files were installed by libocca, run:
port contents libocca
To later upgrade libocca, run:
sudo port selfupdate && sudo port upgrade libocca
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.