Omni Compiler Project
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 OpenACC directives into parallel code suitable for compiling with a native compiler linked with Omni Compiler runtime library. Moreover, Omni Compiler supports XcalableACC programming model for accelerated cluster systems. Omni Compiler project is proceeded by Programming Environment Research Team of RIKEN Center for Computational Science and HPCS Lab. of University of Tsukuba, Japan.
Omni Compiler consists of following components.
- XcalableMP
- XcalableMP is a directive-based language extension of C and Fortran for distributed memory systems. XcalableMP allows users to develop a parallel application and to tune its performance with minimal and simple notation.
- OpenACC
- OpenACC is a directive-based programming interface for accelerators such as GPGPU. OpenACC allows users to express the offloading of data and computations to accelerators to simplify the porting process for legacy CPU-based applications.
- XcalableACC
- XcalableACC is a hybrid model of XcalableMP and OpenACC. XcalableACC defines directives that enable programmers to mix XMP and OpenACC directives to develop applications on accelerated cluster systems.
- XcodeML
- XcodeML is an intermediate code written in XML for C and Fortran languages.
Download
Omni Compiler is an open source software, which has been developed on GitHub.
Nightly Build Version (Nov. 22, 2022)Old Archives ≫
omnicompiler-20221122.tar.bz2, MD5 Hash = ab4b1600d3f8558012a291b017a50f1b
Stable Version (Sep. 24, 2021) All Stable Versions ≫
omnicompiler-1.3.4.tar.bz2, MD5 Hash = 207bcbecec0fe95ef6db94c702c4f4bb
RELEASE NOTES
NewsBacklog ≫
Sep. 24, 2021
Omni Compiler version 1.3.4 is released.
Nov. 27, 2020
Omni Compiler version 1.3.3 is released.
Nov. 08, 2018
Omni Compiler version 1.3.2 is released.