OpenCilk docker image for Cilk programs
2.3K
The Docker image opencilk relies on Ubuntu 24.04 and contains OpenCilk 2.1.
It allows you to build and run your Cilk programs in a docker container without the need to install OpenCilk or Cilk Plus on your machine.
See the GitHub repository for more information.
The following tools are installed:
-fopencilk flag)Run the following command:
$ docker run --rm -it -v $(pwd):/project mfisherman/opencilk
It will automatically download the docker image to your system and run it.
The argument -it allows you to run the container in interactive mode and will open a shell.
Further, the command mounts the directory, from where you run the command above, into the folder /projectof the container.
That way you can use your favorite editor to write your code an run clang with the -fopencilk flag in the container.
The image is built for 64bit architectures from source. The available operating systems and architectures are:
Content type
Image
Digest
sha256:16cabd778…
Size
1.2 GB
Last updated
over 1 year ago
docker pull mfisherman/opencilk