e.getCause().printStackTrace();
}
/* ------------------------------- SOR Benchmark -------------------------------- */
log.debug("Submitting SOR Job");
future = node.getJobSubmissionService().submitJob(new BenchmarkSOR(TASKCOUNT));
try {
mflop_sor = (Double) future.getResult();
log.debug("SOR Results : " + mflop_sor);