Skip to content

Commit

Permalink
minor fix in get-cuda-devices
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Sep 27, 2024
1 parent a8feebd commit c5aeb3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/get-cuda-devices/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ echo ""
echo "Running program ..."
echo ""

cd -
#${CM_TMP_CURRENT_PATH}
cd ${CM_TMP_CURRENT_PATH}

${CM_TMP_CURRENT_SCRIPT_PATH}/a.out > tmp-run.out
test $? -eq 0 || exit 1

0 comments on commit c5aeb3d

Please sign in to comment.