Hi,

I have compiled x10-2.0.2 on my Linux x86 64bits machine.

I tried to compile the benchmarks from
http://x10.svn.sourceforge.net/viewvc/x10/benchmarks/trunk/, but nearly all
fail with compile errors like these:
------------
x...@debian:~/x10-2.0.2/benchmarks/NewJavaGrande/moldyn/parallel$ x10c
-sourcepath $X10_LIB JGFMolDynBenchSizeA.x10
/home/xoyo/x10-2.0.2/x10.tests/examples/x10lib/jgfutil/JGFTimer.x10:40:
Method or static constructor not found for reset()
/home/xoyo/x10-2.0.2/benchmarks/NewJavaGrande/moldyn/parallel/moldyn/md.x10:117-134:
Final field "one" might not have been initialized
------------
There are even some syntax errors like these:
------------
/home/xoyo/x10-2.0.2/benchmarks/OtherApps/LU.x10.new:107: Syntax error:
Token "in" expected after this input
                    finish foreach ((i,j): point afterKK(k+1))
                                            ^---^

/home/xoyo/x10-2.0.2/benchmarks/OtherApps/LU.x10.new:121: Syntax error:
Token "Annotation" expected instead of this input
         final val size: int = 10;
          ^-------^

/home/xoyo/x10-2.0.2/benchmarks/OtherApps/LU.x10.new:122: Syntax error:
Token "Annotation" expected instead of this input
         final val Size: region{rank==1 && rect} = [0..size-1];
             ^-------^
               ^
------------

I have also tried the 2.0.1 version but got the same results.

I doubt if these benchmarks are still in the progress of porting. Are there
any benchmarks available for x10 2.0?

Thank you.

---
Wade
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to