-
Notifications
You must be signed in to change notification settings - Fork 0
/
start.sh
executable file
·20 lines (20 loc) · 2.12 KB
/
start.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#nohup python demo/demo_at_tsinghua.py 50 0.5 >> ./log/tsinghua_server/status_log/k_50_lambda_0.5.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 50 1 >> ./log/tsinghua_server/status_log/k_50_lambda_1.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 50 5 >> ./log/tsinghua_server/status_log/k_50_lambda_5.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 50 10 >> ./log/tsinghua_server/status_log/k_50_lambda_10.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 50 100 >> ./log/tsinghua_server/status_log/k_50_lambda_100.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 100 0.5 >> ./log/tsinghua_server/status_log/k_100_lambda_0.5.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 100 1 >> ./log/tsinghua_server/status_log/k_100_lambda_1.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 100 5 >> ./log/tsinghua_server/status_log/k_100_lambda_5.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 100 10 >> ./log/tsinghua_server/status_log/k_100_lambda_10.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 100 100 >> ./log/tsinghua_server/status_log/k_100_lambda_100.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 200 0.5 >> ./log/tsinghua_server/status_log/k_200_lambda_0.5.txt 2>&1 &
nohup python demo/demo_at_tsinghua.py 200 1 >> ./log/tsinghua_server/status_log/k_200_lambda_1.txt 2>&1 &
nohup python demo/demo_at_tsinghua.py 200 5 >> ./log/tsinghua_server/status_log/k_200_lambda_5.txt 2>&1 &
nohup python demo/demo_at_tsinghua.py 200 10 >> ./log/tsinghua_server/status_log/k_200_lambda_10.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 200 100 >> ./log/tsinghua_server/status_log/k_200_lambda_100.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 500 0.5 >> ./log/tsinghua_server/status_log/k_500_lambda_0.5.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 500 1 >> ./log/tsinghua_server/status_log/k_500_lambda_1.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 500 5 >> ./log/tsinghua_server/status_log/k_500_lambda_5.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 500 10 >> ./log/tsinghua_server/status_log/k_500_lambda_10.txt 2>&1 &
#nohup python demo/demo_at_tsinghua.py 500 100 >> ./log/tsinghua_server/status_log/k_500_lambda_100.txt 2>&1 &