Hi all,I've written my project in c# in parallel and I want to execute it on 2 different hosts . I have installed these packets in my computer:
Microsoft HPC Pack 2012
Microsoft HPC Pack 2012 SDK
Microsoft Compute Cluster Pack
MPI.NET
and I have used the "job submit" command in command line for executing my program,
job submit /numnodes:2 /workdir:\\(my computer's ip address)\(the .exe folder name) /stdout:pi.txt /stderr:pi.err mpiexec -c 2 filename.exe
but after that I got this error:
no connection could be made because the target machine actively refused it:5800
I am using windows 7, but I don't know what is the problem,and what should I do?