From: Anthony S. <an...@cs...> - 2008-10-06 10:44:54
|
I prefer that you send all your GridSim questions to the mailing list. In the README file: Please subscribe to the following mailing lists: gridsim-users (at) lists.sourceforge.net - for any queries and feedbacks gridsim-developers (at) lists.sourceforge.net - for contributing to GridSim To subscribe, go to https://lists.sourceforge.net/lists/listinfo/gridsim-users > I'm using GridSim for simulation of my grid scheduling policy, and > some jobs need to be specified a future time as their start time. > I'm wondering if method setExecStartTime in Class Gridlet can > guarantee that the gridlet will be starting at the given time. > From my experiment result, it seems that this method does not take effect. you need advance reservation functionality for the above purpose. > Besides, for a job which is submitted to the scheduler just now, > how can I get the job estimated start time on a specific resource? > Especially in the case that the resource holds both executing jobs > and the jobs which will be starting in a futhure time. this more advanced feature is not yet implemented. It would be nice if someone could do that. At the moment, the user can check the status of his/her job via the GridSim#gridletStatus() method. anthony On Thu, 25 Sep 2008, liuwt wrote: > Hi Anthony, > > I'm using GridSim for simulation of my grid scheduling policy, and > some jobs need to be specified a future time as their start time. > I'm wondering if method setExecStartTime in Class Gridlet can > guarantee that the gridlet will be starting at the given time. > From my experiment result, it seems that this method does not take effect. > > Besides, for a job which is submitted to the scheduler just now, > how can I get the job estimated start time on a specific resource? > Especially in the case that the resource holds both executing jobs > and the jobs which will be starting in a futhure time. > > Appreciated for any help. > > Sincerely, > > Wantao > |