Test the FastFlow framework in the Docker platform.
339
(inside the test folder of the FastFlow folder)
$ make clean
$ make test_parfor_unbalanced
The Dockerfile for creating the image:
FROM ubuntu
RUN mkdir /code
WORKDIR /code
COPY test_parfor_unbalanced /code/
ENTRYPOINT ["/code/test_parfor_unbalanced"]
In order to run the image:
docker run diunipisocc/ffdocker
use: /code/test_parfor_unbalanced seed seqIter maxN numthreads
/code/test_parfor_unbalanced 7919 100 100000 4
Content type
Image
Digest
Size
49.3 MB
Last updated
over 9 years ago
docker pull diunipisocc/ffdocker