Giter VIP home page Giter VIP logo

assignment-3's Introduction

Assignment 3

Directory structure

├── code
│   ├── inputs
│   │   ├── problemsize
│   │   ├── testinput
│   │   └── timeinput
│   ├── Makefile
│   ├── validate.py
│   │      Scripts to validate the consistency of output wire routes and cost array.
│   │      Run "python validate.py -h" to see the instructions to use the script
│   ├── WireGrapher.java
│   │      Graph the input wires, see handout for instructions
│   ├── wireroute.cpp
│   │      The starter code for reading and parsing command line arguments is provided.
│   └── wireroute.h
├── examples: Examples for OpenMP
│   ├── hello.c
│   ├── loop.c
│   ├── Makefile
│   ├── README
│   └── sqrt.c
├── tutorials
│   ├── openmp.pdf
│   │       OpenMP tutorial
│   └── machines.pdf
│           PSC Bridges 2 tutorial
└── README.md

Get started

  1. Read handout.
  2. Read README.
  3. Read wireroute.cpp and wireroute.h including comments.
  4. Define wire_t and any additional data structures you need.
  5. Implement the serial version of the algorithm and test locally using make
    • You can use validate.py to validate the result.
  6. Parallelize the algorithm and test locally.
  7. Answer questions on the handout.

assignment-3's People

Contributors

joseph-x-li avatar

Watchers

Todd C. Mowry 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.