GridJobFuture future = null;
/* ------------------------------- FFT Benchmark -------------------------------- */
log.debug("Submitting FFT Job");
future = node.getJobSubmissionService().submitJob(new BenchmarkFFT(TASKCOUNT));
try {
mflop_fft = (Double) future.getResult();
log.debug("FFT Results : " + mflop_fft);
} catch (RemoteInvocationFailureException e) {