Important Project Dates
On each turn in date, provide a paper copy of your report to Dr. Purdom in class. Send your code by email to the TA.
- First Turn In: 25 February 2009
- Second Turn In: 25 March 2009
- Third and final Turn In: 22 April 2009
- (these dates are preliminary and subject to adjustment)
Project Files
- Project Draft Description:(pdf) draft as of Jan 11
- Test machine details Note: only do final testing on these, not your general development; this cluster can only support 8 users at a time. Do not hog or leave yourself logged in.
-
Test code:
- Project Base Code:(.tar.gz)
Project Resources
- Dave Marshall's Programming in C
- gprof: by using this profiler, you can check where your program spent its time and which functions called which other functions while it was executing.
- valgrind: a tool to detect memory management and threading bugs. It includes a memory error detector, a cache (time) profiler, a call-graph profiler, and a heap (space) profiler.