This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2016:sysprog:projects:pnc0 [2016/02/24 14:32] – [Check Results] wedge | haas:spring2016:sysprog:projects:pnc0 [2016/02/25 18:12] (current) – [Check Results] wedge | ||
---|---|---|---|
Line 290: | Line 290: | ||
| | ||
============================================ | ============================================ | ||
- | | + | |
- | 16 0.000002 | + | 16 0.000002 |
32 0.000003 | 32 0.000003 | ||
- | 64 0.000005 | + | 64 0.000005 |
- | | + | |
- | | + | |
- | | + | |
- | 1024 0.000539 | + | 1024 0.000540 |
- | 2048 0.001761 | + | 2048 0.001761 |
- | 4096 0.006110 | + | 4096 0.006115 |
- | 8192 0.021278 | + | 8192 0.021259 |
- | | + | |
- | | + | |
- | | + | |
- | 131072 | + | 131072 |
- | 262144 | + | 262144 |
- | 524288 | + | 524288 |
- | | + | |
- | | + | |
- | | + | |
| | ||
+ | ============================================ | ||
+ | | ||
============================================ | ============================================ | ||
lab46: | lab46: | ||
Line 321: | Line 323: | ||
If you don't feel like waiting, simply hit **CTRL-c** and the script will terminate. | If you don't feel like waiting, simply hit **CTRL-c** and the script will terminate. | ||
- | If you'd like to experiment with other variations, | + | In the example output above, my **primeopt** is playing with an implementation |
- | * primesrto (I was playing with optimizations | + | I also include a validation check- |
+ | |||
+ | If you'd like to experiment with other variations, the script also recognizes prime variants of the following names: | ||
+ | * primeopt0 (for an additional optimization) | ||
+ | * primeopt1 (and another) | ||
* primeopt2 (if you'd like another entry for another optimization) | * primeopt2 (if you'd like another entry for another optimization) | ||
* primeopt3 (for yet another optimization) | * primeopt3 (for yet another optimization) | ||
* primeopt4 (and one more; hey, I want you to have nice things) | * primeopt4 (and one more; hey, I want you to have nice things) | ||
- | * primemap | ||
=====Submission===== | =====Submission===== | ||
To successfully complete this project, the following criteria must be met: | To successfully complete this project, the following criteria must be met: |