Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# tarot
# tarot
Sam Pratico
10 changes: 10 additions & 0 deletions avgCompTime.sh
Original file line number Diff line number Diff line change
@@ -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