From 9b630ee06e64f416c4ed71ab40ae988fd66a9963 Mon Sep 17 00:00:00 2001 From: xiaosuGW Date: Wed, 20 Oct 2021 13:01:54 -0400 Subject: [PATCH] update debug.sh --- runtime/tests/debug.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/runtime/tests/debug.sh b/runtime/tests/debug.sh index 1af0599..dbe447b 100755 --- a/runtime/tests/debug.sh +++ b/runtime/tests/debug.sh @@ -11,10 +11,12 @@ declare project_path="$( path=`pwd` echo $project_path cd $project_path/runtime/bin -export SLEDGE_DISABLE_PREEMPTION=true +#export SLEDGE_SCHEDULER=SRSF +#export SLEDGE_DISABLE_PREEMPTION=true +export SLEDGE_SANDBOX_PERF_LOG=$path/srsf.log export LD_LIBRARY_PATH="$(pwd):$LD_LIBRARY_PATH" gdb --eval-command="handle SIGUSR1 nostop" \ --eval-command="set pagination off" \ --eval-command="set substitute-path /sledge/runtime $project_path/runtime" \ - --eval-command="run ../tests/test_multiple_image_processing.json" \ + --eval-command="run ../tests/test_multiple_image_processing2.json" \ ./sledgert