diff --git a/cs677/pa2/script.txt b/cs677/pa2/script.txt new file mode 100644 index 0000000..5456763 --- /dev/null +++ b/cs677/pa2/script.txt @@ -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