Examples of SciMark2FFTBenchmark


Examples of org.nebulaframework.benchmark.scimark2.grid.jobs.SciMark2FFTBenchmark

    BenchmarkResult result;
   
    double mflops_sum = 0;
   
    // FFT
    future = node.getJobSubmissionService().submitJob(new SciMark2FFTBenchmark(TASKS));
    result = (BenchmarkResult) future.getResult();
    System.err.println("FFT : " + result);
    mflops_sum += result.getMflops();
   
    // SOR
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.