result = (BenchmarkResult) future.getResult();
System.err.println("Monte Carlo : " + result);
mflops_sum += result.getMflops();
// Sparse
future = node.getJobSubmissionService().submitJob(new SciMark2SparseBenchmark(TASKS));
result = (BenchmarkResult) future.getResult();
System.err.println("Sparse : " + result);
mflops_sum += result.getMflops();
// LU