Hello list,
I am trying to run the x10-benchmarks-2.4.2 but I'm having a problem with
benchmark FT.
Compiling it from source I get the following error:
http://pastebin.com/tjtiwXcL
I have a fix attached, but now running the benchmark crashes with the
following output:
http://pastebin.com/0Aw2LSHt
Running it in dry run mode, yields the following output:
x10 -ms3072m -mx3072m -libpath . -np 1 -cp ft.jar FT -m 3 -v
x10 -ms3072m -mx3072m -libpath . -np 2 -cp ft.jar FT -m 3 -v
The computer I have has 8 cores (not sure this is relevant).
Is this benchmark supported in the managed mode? Any ideas on how I can
troubleshoot this?
Cheers,
Tiago
public class FTNatives {
static {
System.loadLibrary("FTNatives");
}
public static native long create_plan(long SQRTN, long direction, long flags);
public static native void execute_plan(long plan, double[] A, double[] B, long SQRTN, long i0, long i1);
}
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users