From 4068f069cd500ef88c14892c4c14a0cc3efd0c20 Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 27 Sep 2008 22:20:30 +0000 Subject: [PATCH] added script.txt git-svn-id: svn://anubis/gvsu@185 45c1a28c-8058-47b2-ae61-ca45b979098e --- cs677/pa2/script.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 cs677/pa2/script.txt 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