Examples of BenchmarkFFT


Examples of org.nebulaframework.benchmark.scimark.grid.jobs.BenchmarkFFT

     
      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) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.