Re: [X10-users] Unable to load x10rt_sockets

2013-03-12 Thread David P Grove
Dan Glick wrote on 03/12/2013 01:55:29 AM: > > When I try to run a simple X10 program with X10_NPLACES=2, I get the > error "unable to load x10rt_sockets" and two instances of the program > run, each with place 0. > > I'm running x10-2.3.1_linx_x86 on a Fedora 17 VM; I compiled with the > java

Re: [X10-users] Unable to load x10rt_sockets

2013-03-12 Thread Mikio Takeuchi
Hi Daniel, Please check the md5sum of your downloaded file is same as follows. cdaf559f5709d39cd5da80f4877262d7 x10-2.3.1_linux_x86.tgz Because x10rt_sockets is a shared library, it is not part of any jar file. libx10rt_sockets.so in lib directory is the file you are looking for. Currently Jav