From: Marcos D. de A. <mar...@gm...> - 2009-11-23 07:55:16
|
Hi Thanawut, In order to use GridSim 5.0, you will need at least java 1.5. To run most examples included in the parallel package, you need to provide a workload trace containing the jobs that are submitted to the resource during the simulation. A few workload traces are included in the GridSim distribution to be used as examples. For instance, to run the aggressive backfilling example on a unix/linux environment you will need to type something like: java -cp $GRIDSIM/jars/gridsim.jar;. parallel.agressive.ExampleEASY01 $GRIDSIM/examples/parallel/sdsc_blue_01.txt where $GRIDSIM is the directory where GridSim is installed. Regards, Marcos tha...@gm... wrote: > Hi all, > > I cannot run example ExampleMulti01.java ( > ingridsim\examples\parallel\partitions ). > I try to debug this exmple. > It will be stop in this line > > // Start the simulation in normal mode > boolean debug = true; > GridSim.startGridSimulation(debug); > I use eclipse run based on jdk 1.4 > > Best Regards, > Thanawut > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > ------------------------------------------------------------------------ > > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > |