Skip to content

Commit

Permalink
Remove absoute path from gpu-tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Fritz Stracke <[email protected]>
  • Loading branch information
fstracke committed May 24, 2023
1 parent 7bcc6ef commit f615a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/gpu/checkpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/gpu/restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f615a79

Please sign in to comment.