Installed Parallel Studio XE 2016 Update 2 Cluster edition on Windows 7 Pro x64 (installed on two systems) and attempting to run the MPI test program.
Each system can run the test program on itself, but I cannot run on other system from either system.
hydra_service.exe can be -remove and -install correctly.
I can see and copy files from each system to the other system (to shared folder), test program installed in shared folder.
C:\Test\TestMPI_CPP\TestMPI_CPP>mpiexec.exe -n 8 -hosts thor \Downloads\testmpi_cpp.exe Hello world: rank 0 of 8 running on Thor Hello world: rank 1 of 8 running on Thor Hello world: rank 2 of 8 running on Thor Hello world: rank 3 of 8 running on Thor Hello world: rank 4 of 8 running on Thor Hello world: rank 5 of 8 running on Thor Hello world: rank 6 of 8 running on Thor Hello world: rank 7 of 8 running on Thor C:\Test\TestMPI_CPP\TestMPI_CPP>mpiexec.exe -n 8 -hosts i72600k \Downloads\testmpi_cpp.exe Error connecting to the Service [mpiexec@Thor] ..\hydra\utils\sock\sock.c (270): unable to connect from "Thor" to "i72600k" (No error) C:\Test\TestMPI_CPP\TestMPI_CPP>dir \\i72600k\Downloads\TestMPI_CPP.exe /b TestMPI_CPP.exe
The results above are same (with name changes) when run on other host.
I've run mpiexec -register on both systems.
Any hints would be helpful
Jim Dempsey