CSCI 3366 (Parallel and Distributed Programming), Fall 2019:
Homework 00

Credit:
Up to 50 extra-credit points.

Overview

One of the original requirements for this course was completion of a project. Given that the course has not moved as fast as I hoped, I'm not requiring a project, but you can do a small-scale project for extra credit. Credit will depend on scope and difficulty, but could be as much as 50 points for something fairly ambitious, or 20 points for something more comparable to one of the shorter homeworks. All projects must be approved in advance by the instructor, who will be the final arbiter of whether the topic and level of difficulty are appropriate.

Suggestions for topics

Possible project topics include the following, or you may propose something else. If your project involves writing code, you may use any language/library that can be run on the department's network of Linux machines.

Parallel applications

Your project could be the design and implementation of a non-trivial parallel application. There are many, many possibilities here, mostly falling into one of two categories:

Programming environments

Your project could focus on comparing/contrasting different languages/libraries, possibly including ones we didn't discuss in class, or discussed only briefly. The idea here is similar to the first suggestion under ``Performance experiments'' but with the focus on programmer ease of use rather than performance. If you choose this option and include in the mix of languages/libraries something we didn't discuss in class, you should include in your report a short discussion of its major features -- something along the lines of the discussion in class of how Java sockets/RMI and POSIX threads map onto the Implementation Mechanisms framework.

A hybrid project combining this idea with the ones in ``Performance experiments'' might also work well.

Performance experiments

Your project can consist of a set of experiments designed to measure something about a parallel-programming platform or platforms, such as one of the following.

What to turn in

Submit everything (code, report, any supporting files) by sending email to bmassing@cs.trinity.edu. Please use a subject line that mentions the course number and the assignment (e.g., ``csci 3366 project'').

Honor Code Statement

Include the Honor Code pledge or just the word ``pledged'', plus at least one of the following about collaboration and help (as many as apply).1Text in italics is explanatory or something for you to fill in. For programming assignments, this should go in the body of the e-mail or in a plain-text file honor-code.txt (no word-processor files please).

Essay

Include a brief essay (a sentence or two is fine, though you can write as much as you like) telling me what about the assignment you found interesting, difficult, or otherwise noteworthy. For programming assignments, it should go in the body of the e-mail or in a plain-text file essay.txt (no word-processor files please).



Footnotes

... apply).1
Credit where credit is due: I based the wording of this list on a posting to a SIGCSE mailing list. SIGCSE is the ACM's Special Interest Group on CS Education.



2019-12-02