From 6d661aa60620411df31388e5aa1ee01b42e01178 Mon Sep 17 00:00:00 2001 From: Sam Praticoh Date: Tue, 11 Sep 2018 21:37:53 -0400 Subject: [PATCH 1/5] Sam name added --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4f9ac0..8459dd7 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# tarot \ No newline at end of file +# taro +Sam Pratico From f6ea84b4b50dd2feeb616354176c642c415bfcd3 Mon Sep 17 00:00:00 2001 From: Sam Praticoh Date: Tue, 11 Sep 2018 21:39:10 -0400 Subject: [PATCH 2/5] Sam name added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8459dd7..33ae4eb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# taro +# tarot Sam Pratico From 34cd3236cd51705a0432497ee40b508f5b826b27 Mon Sep 17 00:00:00 2001 From: Sam Praticoh Date: Fri, 16 Nov 2018 18:56:02 -0500 Subject: [PATCH 3/5] bash script --- avgCompTime.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 avgCompTime.sh diff --git a/avgCompTime.sh b/avgCompTime.sh new file mode 100644 index 0000000..54a2755 --- /dev/null +++ b/avgCompTime.sh @@ -0,0 +1,10 @@ +#!/bin/bash +#echo Enter the command you would like to run +#read COMMAND + +echo "Average Computational Time:" + +for i in {1..5} + do + LD_LIBRARY_PATH="./" /usr/bin/time ./oplrun tarot/Tarot.mod tarot/Tarot.dat 2>&1 | grep -o '[0-9]\+maxresident' | sed s/maxresident// + done From ce42185baea91f54ce71f4b785ddafc6f70db710 Mon Sep 17 00:00:00 2001 From: Sam Praticoh Date: Fri, 16 Nov 2018 18:59:38 -0500 Subject: [PATCH 4/5] Revert "bash script" This reverts commit 34cd3236cd51705a0432497ee40b508f5b826b27. mistake push --- avgCompTime.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 avgCompTime.sh diff --git a/avgCompTime.sh b/avgCompTime.sh deleted file mode 100644 index 54a2755..0000000 --- a/avgCompTime.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -#echo Enter the command you would like to run -#read COMMAND - -echo "Average Computational Time:" - -for i in {1..5} - do - LD_LIBRARY_PATH="./" /usr/bin/time ./oplrun tarot/Tarot.mod tarot/Tarot.dat 2>&1 | grep -o '[0-9]\+maxresident' | sed s/maxresident// - done From 904e3863244ca14e93d299d62b9ea49af07d82e5 Mon Sep 17 00:00:00 2001 From: Sam Praticoh Date: Fri, 16 Nov 2018 19:08:17 -0500 Subject: [PATCH 5/5] bash script --- avgCompTime.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 avgCompTime.sh diff --git a/avgCompTime.sh b/avgCompTime.sh new file mode 100644 index 0000000..54a2755 --- /dev/null +++ b/avgCompTime.sh @@ -0,0 +1,10 @@ +#!/bin/bash +#echo Enter the command you would like to run +#read COMMAND + +echo "Average Computational Time:" + +for i in {1..5} + do + LD_LIBRARY_PATH="./" /usr/bin/time ./oplrun tarot/Tarot.mod tarot/Tarot.dat 2>&1 | grep -o '[0-9]\+maxresident' | sed s/maxresident// + done