code transformation compilers for C, Fortran and OpenACC
Omni compiler is a collection of programs and libraries that allow users to build code transformation compilers. Omni Compiler is to translate C and Fortran programs with XcalableMP and/or OpenACC directives into parallel code suitable for compiling with a native compiler linked with the Omni Compiler runtime library.
Omni compiler is a collection of programs and libraries that allow users to build code transformation compilers. Omni Compiler is to translate C and Fortran programs with XcalableMP and/or OpenACC directives into parallel code suitable for compiling with a native compiler linked with the Omni Compiler runtime library.
To install omnicompiler, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install omnicompiler
To see what files were installed by omnicompiler, run:
port contents omnicompiler
To later upgrade omnicompiler, run:
sudo port selfupdate && sudo port upgrade omnicompiler
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.