From: Marcos D. de A. <ma...@cs...> - 2008-12-31 06:08:53
|
Dear Komagal, The entities in GridSim are in fact Threads. I would recommend you to have a look at the SpaceShared policy, which schedules jobs in a cluster of machines. That might help you. Also, if SpaceShared does not suit your requirements, you can create your own allocation policy for GridResource, which will behave like the master slave scenario you described. In this case, the policy you implement must extend the AllocPolicy class. The GridResource can have a list of machines (workers) and the allocation policy manages the allocation of these machines to the tasks received by the resource. Regards, Marcos On 31/12/2008, at 4:58 PM, komagal meenakshi wrote: > hi..... > im student of psgtech working with grid scheduling using pso. > i want to submit jobs in parallel to the resources with one > resource as master and other as slaves. > the result from the slaves must be analysed by the master for > optimization.... > so i think i could use threads and synchronisation....... > though a basic question ur guidance would take me in a right > path..... > have anyone worked on parallel gridlet submission???? > help me.... > -with regards > komagal > Add more friends to your messenger and enjoy! Invite them now. > ---------------------------------------------------------------------- > -------- > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users Marcos Dias de Assuncao Grid Computing and Distributed Systems (GRIDS) Laboratory Department of Computer Science and Software Engineering The University of Melbourne, Australia Email: ma...@cs... ------------- "It is well enough that people of the nation do not understand our banking and monetary system, for if they did, I believe there would be a revolution before tomorrow morning." Henry Ford |