Home
>>    




Homework

CS 300, Parallel and Distributed Computing (PDC)

Homework 4   Due 11/16/2016

    These problems were generated by PDC teams.

    • These assignments are intended to take at most one hour per part. If a part is taking you longer than an hour, you should feel free to stop if you want.

    • Log your time spent on each part toward the project that created the homework (not your own project). This will entail filling out separate log forms for parts created by separate projects.

  1. Cilkplus

    1. Carry out the cilkplus exercise on thing3 in a subdirectory ~/PDC/hw4A.

    2. Log your time on this part using the project log form, selecting project #cilk+

  2. Erlang language

    1. Carry out the exercises at the end of the Erlang handout on thing3 in a subdirectory ~/PDC/hw4B.

    2. Log your time on this part using the project log form, selecting project #erlang

  3. Submission

      Submit your work on this homework using git. Include the hostname thing3 and homework part number in your commit message.

      %  cd ~/PDC
      %  git pull origin master
      %  git add -A
      %  git commit -m "hw 4 submit (thing3)"
      %  git push origin master
      
      Likewise, if you worked on more than one system, you can rename your lab directories and submit each, with commit messages indicating the computer on which that commit was created.

      Also, fill out this form to report on your work.