diff options
Diffstat (limited to 'scripts/run.sh')
| -rwxr-xr-x | scripts/run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/run.sh b/scripts/run.sh index 3b47fe4..6f7defc 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -1,3 +1,6 @@ #! /usr/bin/env sh +export SINK_IP=$(<../scripts/host_code) +#export AMD_DEBUG=lowlatencydec +#export RADV_PERFTEST=lowlatencydec source ../scripts/python_env ./src/fruits/cmv/cmv "$@" |