Matthew Karr - mbk22
Nicholas Burlett - nrb23


README - this file
locking.pdf - Writeup and full instructions / feature descriptions (PDF format)
gridapp.c - Main gridapp functionality
gridapp.h - Main gridapp headers (interesting windows pthread implementation using #defines)
cmdgrid.c - main function for command line gridapp
cmdgrid.h - associated header file
ymgridapp.c - OpenGL GUI for gridapp
ymgridapp.h - associated header file
gridpy.c - Wrapper code to allow python to use timing information 
gridpy.h - Header for above wrapper 
grid.py - python classes to wrap everything together and generate graphs
gen_*_lock.py - script to generate *_3d.ps
gen_report.sh - script to generate locking.pdf (please read included lockind.pdf first!)
Makefile - Unix Makefile
gridapp.dsw - Visual Studio Workspace
gridapp.dsp - Visual Studio project for gridapp
ymgridapp.dsp - Visual Studio project for ymgridapp
locking.tex - source file for documentation pdf
build - Directory for OS X building
gridapp.pbproj -  Directory for OS X building
Win32_Build - Directory for Win32 building
Win32_Build\gridapp.exe - built gridapp for Win32
Win32_Build\ymgridapp.exe - built OpenGL version of gridapp for Win32
Win32_Build\glut32.dll - required dll for OpenGL version of gridapp

