Sign inSign up

mfisherman/clang-upc

By mfisherman

Updated about 4 years ago

Image
0

1.1K

mfisherman/clang-upc repository overview

clang-upc

The Docker image clang-upc relies on Ubuntu 20.04 and contains Clang Unified Parallel C (Clang UPC). It allows you to build and run your UPC programs in a docker container without the need to install Clang UPC on your machine.

Tools

The following tools are installed:

  • Clang UPC Tool Set
  • Common developer tools (make, wget, curl, etc.)

How to use

Run the following command:

$ docker run --rm -it -v $(pwd):/project mfisherman/clang-upc

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 the compiler in the container.

OS/ARCH

The available operating systems and architectures are:

  • linux/amd64

Tag summary

Content type

Image

Digest

sha256:7a9b7108d

Size

212.5 MB

Last updated

about 4 years ago

docker pull mfisherman/clang-upc