From: guanzhou lu <ug...@cs...> - 2009-03-17 12:16:45
|
Dear All: I am currently using GridSim for a project, but I have encountered a problem: could GridSim simulation run several times in a single class or function, because I want to take the average performance of the simulation? As I wanna my program be like: class gridsim(){ main(){ 1st Simulation 2nd Simulation ... } Is there any thread or something that I will need to destroy after calling the simulation? As the 2nd simulation does not work. Does anyone has met the same problem or knows how to do? I would be appreciate if you could help me on this. Best, Guanzhou |