Examples of BenchmarkSOR


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

        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);
       
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.