Squashed 'subtree/rabit/' changes from 4ebe657..fb13cab
fb13cabchange makefile1479e37fixed small bug in mpi submission script0ca7a63Update README.md5ef4830ok93a1338chg note git-subtree-dir: subtree/rabit git-subtree-split:fb13cab216
This commit is contained in:
@@ -35,7 +35,7 @@ def mpi_submit(nslave, worker_args):
|
||||
if args.hostfile is None:
|
||||
cmd = ' '.join(['mpirun -n %d' % (nslave)] + args.command + worker_args)
|
||||
else:
|
||||
' '.join(['mpirun -n %d --hostfile %s' % (nslave, args.hostfile)] + args.command + worker_args)
|
||||
cmd = ' '.join(['mpirun -n %d --hostfile %s' % (nslave, args.hostfile)] + args.command + worker_args)
|
||||
print cmd
|
||||
subprocess.check_call(cmd, shell = True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user