Performance Evaluation of Computer Systems - CMSC 710 Spring 2001
CSIM & Tangram2 Homework Submission
|
|
When to submit
|
- The email should be received no later than 11:00am, May 15, 2001 US/Eastern.
|
| |
|
What to submit
|
- Create a directory, the name is the same as your login ID on the CS machines.
- Create three subdirectories, the names for subdirectories and the files inside should be:
- csim
- README - instructions to compile/run your program (such as the platform used); description/discussion for the results.
- Makefile - will generate the binary executable by just typing "make".
- source files - c/c++ source code.
- script file - use "script" to record the execution results.
- tangram2a (M/M/2/K model)
- README - description/discussion for the results.
- files generated by Tangram2.
- jpg/gif file: use "xv" to capture the screen shot for the graph (mean response time in a function of K) plotted by GNUPlot.
- tangram2b (M/D/2 model)
|
| |
|
How to submit
|
- Use "tar cvf [your ID].tar [your directory]" to tar your directories and files.
- Email the tar file to ihchung@bourbon.cs.umd.edu
|
| |