We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bf4af commit 85b4e1aCopy full SHA for 85b4e1a
examples/advanced/cifar10/cifar10-real-world/shutdown_fl_run.sh
@@ -21,11 +21,11 @@ n_clients=8
21
22
echo "Attempting to shutdown server at ${workspace}/${SERVERNAME}"
23
export CUDA_VISIBLE_DEVICES=1
24
-./workspaces/${workspace}/${SERVERNAME}/startup/stop_fl.sh &
+echo 'y' | ./workspaces/${workspace}/${SERVERNAME}/startup/stop_fl.sh &
25
26
echo "Attempting to shutdown ${n_clients} clients"
27
for id in $(eval echo "{1..$n_clients}")
28
do
29
30
- ./workspaces/${workspace}/${site_pre}${id}/startup/stop_fl.sh &
+ echo 'y' | ./workspaces/${workspace}/${site_pre}${id}/startup/stop_fl.sh &
31
done
0 commit comments