Skip to content

Commit

Permalink
one more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Jul 29, 2024
1 parent 2cdf27c commit c0cbd0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/light_iprof_only_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ send_signal_blocking $RT_SIGNAL_LOCAL_BARRIER
# Racy as if RANK != 0 send message, will be blocked on SEND
if [[ $(ps -aux | grep "/bin/bash $0" | head -n 1 | awk '{print $2}') -eq $$ ]]; then
send_signal_blocking $RT_SIGNAL_GLOBAL_BARRIER
sleep 10
fi

echo "Send Termination signal"
send_signal_blocking $RT_SIGNAL_FINISH
echo "Wait for daemon to quit"
wait $DAEMON_PID
exit(1)
sleep 10
exit 1

0 comments on commit c0cbd0c

Please sign in to comment.