i am facing problem while configuring MPJ Express in cluster mode.
i am following the guide given at http://mpj-express.org/docs/guides/linuxguide.pdf
the environment variables are successfully Initialized as
1) Set MPJ_HOME and PATH variables
a. export MPJ_HOME=/path/to/mpj/
b. export PATH=$PATH:$MPJ_HOME/bin
2) the machines are also added successfully with a machines file as
mpjboot machines
it shows message starting mpjd...
3) Next step is to test the HelloWolrd program by
Compile:
javac -cp .:$MPJ_HOME/lib/mpj.jar HelloWorld.java
10. Execute: mpjrun.sh -np 2 –dev niodev HelloWorld
when i do that i get this error
runtime.MPJRuntimeException: Cannot connect to the daemon at machine and port <10000>
The Platform i am using is
- Sun Ultra 25 workstations with Solaris 10 OS
- i have made a Fast Ethernet cluster of 2 machines
- ssh is enabled with root user on each machine
- network is established well
any help or solution is appreciated..
thank you