Important Project Dates
On each turn in date, provide a paper copy of your report to Prof. Purdom in class. Send your code and report by email to the AI.
- First Turn In: Oct 7, 2009
- Second Turn In: Nov 4, 2009
- Third and final Turn In: Dec 2, 2009
- (these dates are preliminary and subject to adjustment)
Project Files
- Project Draft Description: draft as of Sept 14, 2009 [pdf]
- 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.