Hi,
First, please excuse me, because i dont speak english very well.
I need your help, i have been tested a simple MPI application. If i set a host´s list as argument for example
mpiexec.ex -hosts 2 a b app.exe
MPI enviroment is initialized fast but if i set
mpiexec.ex -hosts 2 b a app.exe
is initialized so slow :-/, this take long time.
Can you help me?