Package org.nebulaframework.benchmark.scimark.grid.jobs

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


        e.getCause().printStackTrace();
      }
     
      /* ------------------------------- Monte Carlo Benchmark -------------------------------- */
      log.debug("Submitting Monte Carlo Job");
      future = node.getJobSubmissionService().submitJob(new BenchmarkMonteCarlo(TASKCOUNT));
     
      try {
        mflop_monte = (Double) future.getResult();
        log.debug("MonteCarlo Results : " + mflop_monte);
       
View Full Code Here

TOP

Related Classes of org.nebulaframework.benchmark.scimark.grid.jobs.BenchmarkMonteCarlo

Copyright © 2018 www.massapicom. 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.