From 3c1cac7136b6fbc378c5bc86a50537794f2b6437 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 19 Jul 2018 16:33:33 -0400 Subject: ... --- run_replicas.sh | 4 ++-- salticidae | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/run_replicas.sh b/run_replicas.sh index 450dac3..a6cc553 100755 --- a/run_replicas.sh +++ b/run_replicas.sh @@ -5,7 +5,7 @@ if [[ $# -gt 0 ]]; then fi for i in "${rep[@]}"; do echo "starting replica $i" - valgrind --leak-check=full ./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & - #./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & + #valgrind --leak-check=full ./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & + ./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & done wait diff --git a/salticidae b/salticidae index b4bf23c..d54981c 160000 --- a/salticidae +++ b/salticidae @@ -1 +1 @@ -Subproject commit b4bf23c07601560d708fbdd7c20aca20b630c983 +Subproject commit d54981cb19f923fab8c4aa1adc369076b8a50962 -- cgit v1.2.3