From: Marcos D. de A. <ass...@ac...> - 2010-02-14 19:05:10
|
Dear Vishnu Kant Soni, In order to send Gridlets to resources, you can utilise the gridletSubmit() methods implemented in GridSim class. However, they dispatch one job per method call. If you want to dispatch a set of gridlets, you should call that method several times, one per job in the set. Alternatively, you can implement the feature to send a list of jobs to a Grid resource (i.e. schedule a new simulation event type for it). But in that case you need to extend the GridResource class to ensure that it can handle an event whose data contains a list of jobs. Regards, Marcos On 10 February 2010 13:15, vishnu soni <vis...@gm...> wrote: > hi, > how i set the different baud_rate for different resources.and > how i grouped the jobs according to job MI.means i m comparing the job > MI to resource MIPS and assign the jobs in a groups ,but how i send > the goups jobs to the resource.plz explain me sir and give me some > code for that. > thanks, > > vishnu kant soni > kiit, bhubneswar,india > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > |