From: Anindya T. <ani...@gm...> - 2014-07-17 19:44:23
|
Thanks for the reply. The thing is I know how to start executing a new job on a resource (using *gridletSubmit method*) but the problem is I can't find anything about how to remove a running job from the resource. Can you (or anyone) help me with this? -- Thanks Anindya On Thu, Jul 17, 2014 at 6:02 AM, Taner Dursun <td...@gm...> wrote: > It depends on which Scheduler implementation that you employed. > (TimeSharing, SpaceSharing or Your implementation) > in TimeSharing case preemption is not required. > in other cases, you must implement code select the PE(s) to replace > assigned job with the new one. > > > On Thu, Jul 17, 2014 at 11:54 AM, Anindya Tahsin <mt...@vi...> > wrote: > >> Dear All, >> >> I am trying to simulate a Scheduling algorithm using gridsim where lower >> priority jobs can be preempted by the higher priority jobs. My question >> is: >> How can I enforce a job to preempt in gridsim? >> >> -- >> Thanks >> Anindya >> >> ------------------------------------------------------------------------------ >> Want fast and easy access to all the code in your enterprise? Index and >> search up to 200,000 lines of code with a free copy of Black Duck >> Code Sight - the same software that powers the world's largest code >> search on Ohloh, the Black Duck Open Hub! Try it now. >> http://p.sf.net/sfu/bds >> _______________________________________________ >> Gridsim-developers mailing list >> Gri...@li... >> https://lists.sourceforge.net/lists/listinfo/gridsim-developers >> > > -- Regards Anindya |