Corrected number of MPI workers.

这个提交包含在:
Craig Warren
2017-03-20 16:22:05 +00:00
父节点 4108be3f9b
当前提交 94e20c1771

查看文件

@@ -257,7 +257,7 @@ def run_mpi_sim(args, inputfile, usernamespace, optparams=None):
# Number of workers and command line flag to indicate a spawned worker
worker = '--mpi-worker'
numberworkers = args.mpi
numberworkers = args.mpi - 1
# Master process
if worker not in sys.argv: