added script.txt

git-svn-id: svn://anubis/gvsu@185 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-09-27 22:20:30 +00:00
parent f286eed333
commit 4068f069cd

36
cs677/pa2/script.txt Normal file
View File

@ -0,0 +1,36 @@
Script started on Sat 27 Sep 2008 06:13:55 PM EDT
>./sequential big.seq big.unk
Maximum value is 44 at position (581037, 340)
Elapsed time: 5.36052 seconds.
>./threaded -n 1 big.seq big.unk
Maximum value is 44 at position (581037, 340)
Elapsed time: 10.717 seconds.
>./threaded -n 2 big.seq big.unk
Maximum value is 44 at position (581037, 340)
Elapsed time: 11.1808 seconds.
>./threaded -n 4 big.seq big.unk
Maximum value is 44 at position (581037, 340)
Elapsed time: 15.0758 seconds.
>./threaded -n 8 big.seq big.unk
Maximum value is 44 at position (581037, 340)
Elapsed time: 37.1177 seconds.
>
>
>./sequential more-even.seq more-even.unk
Maximum value is 44 at position (29277, 1492)
Elapsed time: 1.34092 seconds.
>./threaded -n 1 more-even.*
Maximum value is 44 at position (29277, 1492)
Elapsed time: 10.0867 seconds.
>./threaded -n 2 more-even.*
Maximum value is 44 at position (29277, 1492)
Elapsed time: 4.31311 seconds.
>./threaded -n 4 more-even.*
Maximum value is 44 at position (29277, 1492)
Elapsed time: 2.70755 seconds.
>./threaded -n 8 more-even.*
Maximum value is 44 at position (29277, 1492)
Elapsed time: 2.6659 seconds.
>exit
Script done on Sat 27 Sep 2008 06:18:43 PM EDT