next up previous


CISC 372 Introduction to Parallel Programming - Spring 2000
The Great Parallel Programming Contest of the Millennium
Contest Rules

Who

Contest participants will compete in teams of two to four students. Each team will consist solely of students actively registered for CISC 372-010-S00. Each team must register their team by sending an email to Lori Pollock at pollock@cis.udel.edu by Monday, May 9. The email should contain the names of the team members and team name.

What

The challenge is to write a parallel sort program in C utilizing MPI. Given an input file, your program must create a new file that contains all the input sorted in non-decreasing order. The actual parallel sorting algorithm that you use is up to you.

When

The contest will begin on May 2, 2000 and last through May 16, 2000. All work must be submitted no later than 11:59 PM, 16 May EDT. Late entries will not be accepted.

Submission

Each team will submit its entry by mailing all relevant code, header files, documentation, and makefiles to jochen@cis.udel.edu. Include all files as mime attachments (this can easily be done in pine). Your email must be time-stamped (by the receiving eecis mail server) earlier than the cut-off time (the time stamp from the local sending machine will not be considered as it can be spoofed). After you submit your files to the TA, do not make any changes to any of your contest files on porsche. Any claims of lost/delayed mail will be resolved by reviewing your files on porsche. If such a review is needed, files with time-stamps after the deadline will invalidate your entry and a score of zero will be given. Not following the submission guidelines will invalidate your entry.

Resources

All work submitted is to be the result solely of the efforts of the members of the team. Teams are not to share information or resources of any kind with other teams. Teams may consult outside resources (textbooks, papers, and the web) to gain better understanding of algorithms and coding constructs. Teams may not utilize code obtained from outside resources. All code is to be the product of the team (with the exception of pre-compiled libraries that are provided by the system).

Questions

The judges will not invite or accept questions about the problem. Clarification about the problem statement is permitted, however. Any questions regarding problem ambiguity should be addressed to the professor or the TA. Replies to any such questions will be directed to the entire class.

Runtime

Input, output and runtime behavior for the problem will conform to the following guidelines:

Winners

The winning team will be determined by averaging the score of the five judges:



Lori Pollock, your professor!
Dale Shires, High Performance Computing Division, Army Research Lab
Dixie Hisley, High Performance Computing Division, Army Research Lab
Mike Jochen, your TA
Gary Zoppetti, previous TA for 372



The team with the highest average score will be declared the winner. Scoring will be according to the criteria posted below. In the event of a tie, multiple winners will be declared.

Scoring

Your program will be compiled and run with the sample test data and additional test cases created by the judges for the scoring. The following criteria will be used for scoring.
1.
Correctness
- Solution must be computationally correct
2.
Performance
- Execution time on more than one processor will be heavily considered
- Efficiency of space will also be considered, but not as strongly (as long as your solution is not really offensive)
- Scalability in terms of input and number of processors
- Load balancing
3.
Creativity/Ingenuity
- Choice of most appropriate MPI constructs
- Cleverness of solution
4.
Generality
- Able to accept range of input (in terms of data values and amount of input data)
- Able to run on an arbitrary number of processors
5.
Documentation
- Internal: code must be well documented
- External: well organized, well written documentation which addresses: External documentation can be in ASCII text, postscript, or pdf form only (no Word docs, etc.)
Your submission will be scored within each of the above criteria on a scale from one to five (one being a poor rating, five being an excellent rating). The scores for all the criteria will be averaged to create an overall score for your submission by each judge. The judges' decision is final.

Assessment for Grades

Individual grades for this contest will be assigned based on an evaluation by your professor and your TA separate from the judging for the contest. Grades will be assigned according to the following scale:

About this document ...

This document was generated using the LaTeX2HTML translator Version 98.1p1 release (March 2nd, 1998)

Copyright © 1993, 1994, 1995, 1996, 1997, Nikos Drakos, Computer Based Learning Unit, University of Leeds.

The command line arguments were:
latex2html -split 0 contest.tex.

The translation was initiated by Lori Pollock on 2000-05-01


next up previous
Lori Pollock
2000-05-01