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