Sign inSign up

diunipisocc/ffdocker

By diunipisocc

Updated over 9 years ago

Test the FastFlow framework in the Docker platform.

Image
0

339

diunipisocc/ffdocker repository overview

How to create the image

FastFlow

(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"]

Run the image

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

Tag summary

Content type

Image

Digest

Size

49.3 MB

Last updated

over 9 years ago

docker pull diunipisocc/ffdocker