This is the README file for this git repo. You will be able to find here the original file from the PARSEC distribution
This repo is based originally on distribution 3.0 from PARSEC benchmark. The original source can be found here
You can initially clone this package by performing
git clone git@github.com:arcosuc3m/parsec.git
This repository does not include native large scale experiments for serveral reasons. First, doing so allows to keep a repos of smaller size. Second, in many cases they are not needed during development.
If you want to use them followi the following steps:
- Download the compressed file from the PARSEC site. Visit the site or download this file.
- Uncompress the file.
- Copy the contents in your PARSEC source tree.
Note that the .gitignore file of this repo already ignores all files named input_native.tar
.
We have extended compiler support for recent versions of gcc and for the clang compiler. See limitation here.