CS 343 - Concurrent and Parallel Programming

Assignments

All assignments must be done individually, unless the assignment is explicitly designated as a group assignment. When the course has multiple sections, group members can come from any section. All members of a group receive the same grade (no exceptions). Only one member of a group submits the assignment. The instructors/staff do not arbitrate group disputes; group members must handle any and all problems. A group assignment may be done individually, but it must be understood that the amount of work is significantly greater and no extra marks are given for this additional work.

Please review these guidelines before starting each assignment. You will lose marks if these guidelines are not followed.

  1. Assignment Guidelines
  2. C++ Coding Guidelines
  3. Testing/Documentation Guidelines
# % Topics (tentative) Assignment Material Due Date
1 7 exceptions, semi-coroutines assignment, Makefile, q1 code, q2 code, q3 code, helloworld.bf, helloworld.txt, helloworld_executable, invalid.bf, invalid.txt
2 7 semi/full-coroutines, tasks assignment, Makefile, q1 code, q1 executable (int), q2 player code, q2 printer code, q2 executable, q3 code
3 7 synchronization, mutual exclusion, simple locks assignment, Makefile, q1 code, q2 main, q2 header, q2 executable(ACTOR), BargingCheck.h, q3 code, q3 executables (BUSY (NOBARGINGCHECK), BUSY (NOBARGINGCHECK))
Reading Week Feb 19-23
4 7 complex locks assignment, Makefile, q1 code, q2 code, BargingCheckBridge.h, q3bridge.h, q3car.h, q3printer.h, q3 executables (MC, SEM)
5 7 monitors, tasks assignment, Makefile BargingCheckBridge.h, q2bridge.h, q2car.h, q2printer.h, q2 executables (INTB, NEST, TASK, EXT))
6 15 administrator, future (groups of 2) assignment, soda code, parse configuration file (config.h, config.cc), soda executable, sample soda.config.

Download

To download files for an assignment use the following command, where D is an assignment number 1-6:

wget -m -np -nd -R 'index.html*' -P D https://student.cs.uwaterloo.ca/~cs343/assignments/D/

Submissions

Assignment submission is electronic. Use the submit command to electronically copy assignment files to the course account:

submit cs343 N directory # N is assignment number 1..6, directory contains the assignment, e.g., a1

Submission Information

Read the output from submit carefully, as error messages may appear at the top. Verify files submitted against expected files. Check time stamps and sizes to be sure you have submitted the correct versions.

Current assignment number: 1

Compilation Request

After submitting an assignment, you can verify if your Makefile is correctly formed. Select the assignment number and press the button to start the request.

Current assignment number: 1

This facility checks you have:

  1. submitted a makefile or Makefile
  2. submitted all required pieces of code
  3. makefile works properly with GNU make
  4. no compilation errors

Tests are run and results emailed to the specified userid every 5 minutes. Delays can occur if email is backlogged or if the system is heavily loaded.

Lates

Marking

MOSS

MOSS (Measure of Software Similarities) is used to compare student assignments to ensure academic integrity.

Discipline cases involving any automated or partially automated marking system such as Marmoset and MarkUs include, but are not limited to, printing or returning values in order to match expected test results rather than making an actual reasonable attempt to solve the problem as required in the assignment question specification.

Returning and Remarking

Work Environment

Assignments must compile and run on one of the linux.student.cs computers. See CPU/Applications Hosts for a complete list of server computers.