Subject: [OMPI users] specifying hosts in mpi_spawn() From: Bruno Coutinho (coutinho_at_[hidden]) Date: 2008-05-29 20:41:50
How mpi handles the host string passed in the info argument to mpi_comm_spawn() ?
if I set host to: "host1,host2,host3,host2,host2,host1"
then ranks 0 and 5 will run in host1, ranks 1,3,4 in host 2 and rank 3 in host3?