-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.md~
More file actions
19 lines (13 loc) · 822 Bytes
/
README.md~
File metadata and controls
19 lines (13 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Multithreaded Performance: UCLA CS35L Assignment 8
=====================
Improve "srt" - a ray tracing program in C - to support multithreading, and thus improve its performance on multicore processors.
### How to run the program
- <code>cd</code> into the program directory; then <code>make</make> to generate the executable file.
- <code>./srt -N</code> to run, where <code>-N</code> is the number of threads using.
- <code>make clean check</code> outputs four ray tracing images calculated by 1, 2, 4 and 8 threads.
### References
- Assignment website: http://web.cs.ucla.edu/classes/winter16/cs35L/assign/assign8.html
- The original ray tracing program is credited to Brian Allen's SRT implementation. See assignment website for details.
---
<p>Yingbo (Max) Wang</p>
<p>University of California, Los Angeles</p>