Recently, I was learning the
MPI and windows hpc server 2008.
I set up a cluster using the windows hpc server 2008,it has three computer nodes.
I want to implement such a function.
Node 1 calculates a value x(e.g., 1
+2 +3 ... +1000 =x)
Node 2 calculates a value y(e.g., 1
+2 +3 ... +1000 =y)
Node 3 calculates a value z(x+y=z) which x comes from Node 1's calculate result and y comes from Node 2's
calculate result
When the program is done,how to deploy it to the cluster.Does it have any special requirements.
Step-By-Step Guide best.Development environment:visual studio 2008
C++ or C.
Best wishes for you!