Skip to content

Commit

Permalink
[Nightly benchmarking suite] Remove pkill python from run benchmark s…
Browse files Browse the repository at this point in the history
  • Loading branch information
cadedaniel authored and kylesayrs committed Aug 17, 2024
1 parent 0424729 commit 932c068
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .buildkite/nightly-benchmarks/run-benchmarks-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ kill_gpu_processes() {
echo "All GPU processes have been killed."
fi

# Sometimes kill with pid doesn't work properly, we can also kill all process running python or python3
# since we are in container anyway
pkill -9 -f python
pkill -9 -f python3

# waiting for GPU processes to be fully killed
# loop while nvidia-smi returns any processes
while [ -n "$(nvidia-smi --query-compute-apps=pid --format=csv,noheader)" ]; do
Expand Down

0 comments on commit 932c068

Please sign in to comment.