I have setup condor pool with 2 dedicated resources (for MPI jobs), one of them with dedicated scheduler. I am running MPI jobs (MPICH2) with say 2 processes, I want these to go on 2 different machines (the one's which are configured as dedicated resources)
What I am seeing is that condor creates 2 processes and puts it on the same machine. How do I specify in the job submission script for it to start these 2 processes on different machines ?