mohammed elsaeedy <mohammed.elsae...@kaust.edu.sa> wrote on 07/22/2010 
09:28:44 AM:

> Dear List,
> 
>     Now, I've implemented several parallel applications by using X10, 
and
> they work very well locally on my machine (32 bit) , but now I want to 
run
> it over a cluster to
> evaluate the true performance of intra and inter parallelism, so I set 
up
> the PATH variables on my account in the cluster (Opteron x86_64) with 
the
> release of X10 2.0.4,
> Linux/x86_64<http://sourceforge.net/projects/x10/files/x10/2.0.
> 4/x10-2.0.4_linux_x86_64.tgz/download>
> but then every time I try to compile an application over the cluster it
> gives me the following error:
> 
> <cluster path>/x10-2.0.4_linux_x86/lib/libx10.so: file not recognized: 
File
> format not recognized
>      collect2: ld returned 1 exit status
> x10c++: Non-zero return code: 1
> 2 errors.
> 
> why is that? Do you suggest to download the X10 source code and compile 
it
> over the cluster? and if so, how to do that?

Hi, Mohammed,

Sorry about that.

I'm not sure why you are not able to use the x86_64 pre-built binary, and
we'll work with you to debug this issue off-list.

However, compiling your own version should definitley get you going.
Please look at and follow the build instructions
(http://x10.codehaus.org/Building+from+SVN+head and 
http://x10.codehaus.org/X10RT+Implementations#X10RTImplementations-AugmentingaprebuiltX10ReleasewiththeMPIversionofX10RT).
You should be able to build the MPI binary fairly easily without depending
on anything we've built (which may be corrupt, according to your report
above).  Let us know if you run into any problems.
        Igor
-- 
Igor Peshansky  (note the spelling change!)
IBM T.J. Watson Research Center
X10: Parallel Productivity and Performance (http://x10-lang.org/)
XJ: No More Pain for XML's Gain (http://www.research.ibm.com/xj/)
"I hear and I forget.  I see and I remember.  I do and I understand" -- 
Confucius


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to