I'm new to EC2. I have successfully created a window server 2012 hpc cluster using Amazon Web Service and hope to run parallel programming.
I have successfully run MPJ Express in the Multi-core configuration. However, I am facing some problem with cluster Configuration with niodev. My head node not able to connect to the compute node.
I have followed the instruction given at http://mpj-express.org/docs/guides/windowsguide.pdf. I have setup all the enviroment variable.
The IP address i put in machines file is Private IP of compute node.
My machines file is put inside directory c:\mpj-user.
My compute node have started mpj daemon with same MPJExpress Configuration.
I am able to ping from head node to compute node.
I found out most of the solution on Internet is using ubuntu, I can't really find a solution for windows.
Any help or solution is much appreciated.