Spirals-Team / benchmark-containers

A repository of benchmarks packaged as Docker containers
https://hub.docker.com/r/spirals
Apache License 2.0
18 stars 9 forks source link

[benchmarks] Split the Parsec 3.0 image in two parts #12

Closed mcolmant closed 8 years ago

mcolmant commented 8 years ago

Currently, the docker image for Parsec benchmarks are minified and source are removed before the final commit. It is thus impossible to re-compile manually some benchmarks.

For this reason, it will be interesting to separate this image in two. The first image will allow to install all necessary packages, to download Parsec 3.0, to apply all patches, to create the missing links for inputs and to compress all available inputs.

The second image will be based on the first one and it will allow to build all benchmarks (builds cleaned + sources removed) and to launch easily a benchmark with the extended run.sh script.

ouap commented 8 years ago

Done