I’m using MPI to execute a parallel job over a heterogeneous compute system. The nodes in my network are not all identical.
I would like to specify that machine ‘A.univ.edu’ has rank 0 and machine ‘B.univ.edu’ has rank 1.
Is there any way to specify how ranks are assigned to hosts in MPI?
It looks like at least OpenMPI allows you to specify a rankfile
The above example would be as follows
http://mirror.its.dal.ca/openmpi/doc/v1.5/man1/mpiexec.1.php#sect9