|
|
|
@ -18,9 +18,9 @@ sleep $SLEEP_TIME |
|
|
|
|
echo "Rung collecint raw ips" |
|
|
|
|
python collect_public_ips.py --instance_output instance_output.txt |
|
|
|
|
|
|
|
|
|
sleep 10 |
|
|
|
|
# sleep 10 |
|
|
|
|
echo "Generate distribution_config" |
|
|
|
|
python generate_distribution_config.py --ip_list_file raw_ip.txt --shard_num $SHARD_NUM --client_num $CLIENT_NUM |
|
|
|
|
python generate_distribution_config.py --ip_list_file raw_ip.txt --shard_number $SHARD_NUM --client_number $CLIENT_NUM |
|
|
|
|
|
|
|
|
|
echo "Run commander prepare" |
|
|
|
|
python commander_prepare.py |
|
|
|
|