Dear all,
I have a problem to launch processes when multiple MPI versions installed. The processes work before I installed latest MPI 5.0.3.048:
C:\Program Files (x86)\Intel\MPI\4.1.3.047>mpiexec -wdir "Z:\test" -mapall -hosts 10 n01 6 n02 6 n03 6 n04 6 n05 6 n06 6 n07 6 n08 6 n09 6 n10 6 Z:\test
However, after I installed MPI 5.0.3.048, the following errors displayed when I launch mpiexec in the environment of 4.1.3.047:
Aborting: unable to connect to N01, smpd version mismatch
I have already run the following command in the environment of 5.0.3.048 before launching mpiexec:
hydra_service -stop
Could anyone help me to take a look at it? Is it possible to let both versions work in the cluster?
Thanks,
Zhanghong Tang