Coder Social home page Coder Social logo

angelonfira / docker-cilkplus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jonniesweb/docker-cilkplus

0.0 3.0 0.0 3 KB

A small and simple dev environment for building and running C/C++ Cilk Plus applications with GCC

License: MIT License

Dockerfile 100.00%

docker-cilkplus's Introduction

docker-cilkplus

A small and simple dev environment for building and running C/C++ Cilk Plus applications with the GNU Compiler. This image was specifically built to avoid using the 4GB virtual machine image that is provided for the COMP 4009 Fall 2016 course at Carleton University.

This docker image is based off of the ubuntu:16.04 image and adds the gcc, g++, make, vim and valgrind packages.

Using

To quickly get going with Cilk Plus, execute docker run -it --rm jonniesweb/cilkplus for a bash shell where you can then start using GCC.

It's more helpful to mount the directory with your code into the container, that way you can edit the code from your host and execute gcc/g++ from inside of the container. eg.

docker run -it --rm -v /home/jon/git/comp-4009/a1:/root/a1 jonniesweb/cilkplus

Misc

Issues and pull requests welcome ๐Ÿ˜ƒ

docker-cilkplus's People

Contributors

jonniesweb avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.