Skip to content

omni-compiler/xcodeml-tools

Repository files navigation

README

How to install

$ ./configure --prefix=(INSTALL PATH)
$ make
$ make install
$ export PATH=(INSTALL PATH)/bin:$PATH

Run

$ C_Front a.c -o a.xml
$ C_Back  a.xml

$ F_Front a.f90 -o a.xml
$ F_Back  a.xml

Build Status

About

frontend and backend for C and Fortran

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 18