lanl/openmpir-clang

Name: openmpir-clang

Owner: Los Alamos National Laboratory

Description: OpenMP to Tapir Implementation

Forked from: wsmoses/Tapir-Clang

Created: 2017-08-09 22:31:49.0

Updated: 2018-05-22 15:27:52.0

Pushed: 2018-05-22 15:27:48.0

Homepage:

Size: 122746

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

OpenMP -> Tapir

This is a research project that compiles a subset of OpenMP to the Tapir LLVM IR extensions.

To compile, use both -fopenmp and -ftapir=openmp.

Building

git clone https://github.com/lanl/openmpir-clang
git clone https://github.com/wsmoses/parallel-ir
rmdir parallel-ir/tools/clang
ln -s $PWD/openmpir-clang parallel-ir/tools/clang
mkdir build
cd build
cmake ../parallel-ir
make -j `grep -c '^processor' /proc/cpuinfo` 
cd ../openmpir-clang/benchmarks
make -j `grep -c '^processor' /proc/cpuinfo` 

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.