forked from jahanxb/flcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremote-connect-mongodb-svhn.sh
executable file
·26 lines (13 loc) · 1.98 KB
/
remote-connect-mongodb-svhn.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
echo "Processing on Client Nodes "
ssh [email protected] -f 'screen -dmS sudo /mydata/flcode/venv/bin/python /mydata/flcode/main_fed_10_nodes-mongodb-svhn.py --dataset svhn --round 10 --gpu -1 --tau 10 --num_users 1 --frac 1'
ssh [email protected] -f 'screen -dmS sudo /mydata/flcode/venv/bin/python /mydata/flcode/main_fed_10_nodes-mongodb-svhn.py --dataset svhn --round 10 --gpu -1 --tau 10 --num_users 2 --frac 1'
ssh [email protected] -f 'screen -dmS sudo /mydata/flcode/venv/bin/python /mydata/flcode/main_fed_10_nodes-mongodb-svhn.py --dataset svhn --round 10 --gpu -1 --tau 10 --num_users 3 --frac 1'
ssh [email protected] -f 'screen -dmS sudo /mydata/flcode/venv/bin/python /mydata/flcode/main_fed_10_nodes-mongodb-svhn.py --dataset svhn --round 10 --gpu -1 --tau 10 --num_users 4 --frac 1'
ssh [email protected] -f 'screen -dmS sudo /mydata/flcode/venv/bin/python /mydata/flcode/main_fed_10_nodes-mongodb-svhn.py --dataset svhn --round 10 --gpu -1 --tau 10 --num_users 5 --frac 1'
ssh [email protected] -f 'screen -dmS sudo /mydata/flcode/venv/bin/python /mydata/flcode/main_fed_10_nodes-mongodb-svhn.py --dataset svhn --round 10 --gpu -1 --tau 10 --num_users 6 --frac 1'
ssh [email protected] -f 'screen -dmS sudo /mydata/flcode/venv/bin/python /mydata/flcode/main_fed_10_nodes-mongodb-svhn.py --dataset svhn --round 10 --gpu -1 --tau 10 --num_users 7 --frac 1'
ssh [email protected] -f 'screen -dmS sudo /mydata/flcode/venv/bin/python /mydata/flcode/main_fed_10_nodes-mongodb-svhn.py --dataset svhn --round 10 --gpu -1 --tau 10 --num_users 8 --frac 1'
ssh [email protected] -f 'screen -dmS sudo /mydata/flcode/venv/bin/python /mydata/flcode/main_fed_10_nodes-mongodb-svhn.py --dataset svhn --round 10 --gpu -1 --tau 10 --num_users 9 --frac 1'
ssh [email protected] -f 'screen -dmS sudo /mydata/flcode/venv/bin/python /mydata/flcode/main_fed_10_nodes-mongodb-svhn.py --dataset svhn --round 10 --gpu -1 --tau 10 --num_users 10 --frac 1'
echo 'Process Finished!!!'