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