W Randolph Franklin home page
... (old version)
ParallelComputingSpring2014/ home page Login


Homework 1, due Mon 2014-01-27

Hand in your solution on RPILMS. Each team should submit their solution under only 1 student's name. The other student's submission should just name the lead student. (This makes it easier for us to avoid grading it twice.)

If you have problems, then ask me for help. The goal is to learn the material.

Whenever I say to run a command, also report its result.

  1. What email address do you wish me to use for you?
  2. Run uname -a on the computer that you will use for this course.
  3. Run g++ -v.
  4. Run lspci|grep -i nvidia .
  5. Read https://computing.llnl.gov/tutorials/parallel_comp/ for an intro to parallel computing.
  6. Scan Gfiles:openmp/aachen/Introduction_to_OpenMP-I.pdf
  7. See that you can compile the first 2 examples here.