From: Anthony S. <an...@cs...> - 2008-09-09 08:35:17
|
GridSim uses SimJava2 not 1.2! I specifically label the jar file to simjava2.jar for this reason. That's why in the SimJava2, it has the distribution package. Also, according to the SimJava2 report, the underlying simulation kernel has changed. I can't remember exactly what the changes are. No, GridSim doesn't modify any of existing SimJava2 classes. GridSim only takes the class files. Hence, only the jar file is included not the SimJava2 source files. anthony On Fri, 5 Sep 2008, ye wrote: > Hi, Dear all: > to Shuo, Thanks for your advice and help! > > I have downloaded simjava1.2 from its original website. However, I am afraid > it's not the same thing used within gridsim currently, at least partially. > > The source code included by GridSim concerns only the src package started > from "gridsim.", such as gridsim.auction, gridsim.util. However, after I > unfold the class package "gridsim.jar" (/gridsimtoolkit-4.1/jars/), I > noticed it contains two aditional src package started as "eduni", e.g. > eduni.simjava.distributions. These packages also appear in > /gridsimtoolkit-4.1/jars/simjava2.jar. > > The trick is, original simjava1.2 doesn't have > "eduni.simjava.distributions". > > Does that mean gridsim has modified some classes under package > "eduni.simjava" (e.g. Evqueue) and "eduni.simjava.distributions", which is > not from simjava itself. If the answer is true, then I am wondering about > two questions: > 1. Is there anyone have the source code of the modified simjava classes? I > couldn't find it from gridsim source directory. > 2. What's the reason of these modification? Did Dr. Buyya encounter the same > problem what we have now? Then maybe people could contribute without tooooo > much work. (what do you say, shuo? :-) > > Best Regards > ye |