#!/bin/bash if [ "$#" -ne 4 ]; then echo "Usage " exit -1 fi ../submit_job_tcp.py $1 test_allreduce $2 $3 $4