From f615a79c2677360b7e9702b9a8282939b6757821 Mon Sep 17 00:00:00 2001 From: Fritz Stracke Date: Wed, 24 May 2023 11:51:16 +0200 Subject: [PATCH] Remove absoute path from gpu-tests. Signed-off-by: Fritz Stracke --- tests/gpu/checkpoint.sh | 2 +- tests/gpu/restore.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gpu/checkpoint.sh b/tests/gpu/checkpoint.sh index 2624b66b..5b75f81b 100755 --- a/tests/gpu/checkpoint.sh +++ b/tests/gpu/checkpoint.sh @@ -18,7 +18,7 @@ echo "using $CUDA_APP" CUDA_APP_NAME="$(basename -- $CUDA_APP)" CRICKET_CLIENT=${CRICKET_PATH}/cpu/cricket-client.so CRICKET_SERVER=${CRICKET_PATH}/cpu/cricket-server.so -CRIU=/home/eiling/tmp/criu/criu/criu +CRIU=${HOME}/tmp/criu/criu/criu export REMOTE_GPU_ADDRESS=localhost export CUDA_VISIBLE_DEVICES=0 diff --git a/tests/gpu/restore.sh b/tests/gpu/restore.sh index c34027fc..52764a12 100755 --- a/tests/gpu/restore.sh +++ b/tests/gpu/restore.sh @@ -15,7 +15,7 @@ echo "using $CUDA_APP" CUDA_APP_NAME="$(basename -- $CUDA_APP)" CRICKET_CLIENT=${CRICKET_PATH}/cpu/cricket-client.so CRICKET_SERVER=${CRICKET_PATH}/cpu/cricket-server.so -CRIU=/home/eiling/tmp/criu/criu/criu +CRIU=${HOME}/tmp/criu/criu/criu export REMOTE_GPU_ADDRESS=localhost export CUDA_VISIBLE_DEVICES=0