mpiexec.exe -n 1 MPICircuitSAT.exe
would not run complaining "Unable to connect to port 8676 ... No connection could be made because the target machine actively refused it." Update: Later I figured this is the error when smpd.exe is not running. Start smpd.exe using
smpd.exe -start
I then did
smpd.exe -install
in
"Aborting: Unable to connect ..."
1 comment:
I had the same problem. I guess one solution may be that you run the cmd as Administrator. Then everything seems to be OK.
Post a Comment