Dear,

I'm struggling to make run my program on a cluster of two computers:
Win 7 64bits (a) and Ubuntu 12.04 LTS 64bits. (b)
- I develop my application on Ubuntu 12.04 LTS 64 bits, and it's scalable
with many places.
- I follow the instructions as mentioned in this tutorial:
http://www.x10-lang.org/documentation/practical-x10-programming/x10rt-implementations.html

Basically I did the following step:
- I installed cygwin on Win 7 64 bits and there is ssh connection with the
Ubuntu 12.04 64 bits (no password prompt)
- I copy all my code and data in the directory /home/user/x10 of Win 7
64bits and as well in Ubuntu 12.04.64 bits
- I setup the environment variable X10_NPLACES to 4 and X10_HOSTFILE to a
hostfile which contains the two IPs of the two machines.
- I compiled with Java Back-End and with extension -x10rt sockets before
copy all the files in the two machine
- When I launch from Ubuntu as I usually do, it stops :-(
             - I got the first time /home/user/x10/bin/X10Launcher : can
not execute binary file
             - After I rename the X10Launcher in the Win 7 64 bits by
adding ".exe", the file runx10 as well.
             - The error disappeared but nothing run ! nothing happens
after I launch the program. After few second I get the command line with no
errors displayed.

Please advise me on something wrong.
Thanks for your usual support

Rodrique D.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to