log.debug("Submitting LinPack Benchmark Job");
// Submit Job
future = node.getJobSubmissionService()
.submitJob(new LinPackBenchmark(200,5));
double result = 0;
try {
result = (Double) future.getResult();
System.err.println("*********************************************");