From: miren k. <mir...@ya...> - 2010-02-08 09:19:26
|
hi, My project is on Grid Computing and I am working on Grid Task Scheduling Algorithm. My algorithm is based on HEFT Task Scheduling algorithm. My work is to compare my proposed algorithm with the existing HEFT algorithm. I have done this on paper and I got better results then HEFT. Now I want to simulate my algorithm using GridSim Simulator. Gridsim uses TimeShared Algorithm that is similar to RR algorithm and SpaceShared class is an allocation policy for GridResource that behaves exactly like First Come First Serve (FCFS). There is a project named ALEA that is developed upon gridsim which can be downloaded from (http://www.fi.muni.cz/~xklusac/alea/Alea2-1-distribution.zip.) Alea already has the following algorithms implemented in it: FCFS, EDF, Easy Backfilling, PSPro. Now my task is to integrate the HEFT and modified HEFT algorithm in the Gridsim or Alea project. The task is to convert the algorithm into java code and integrate it as a method in scheduler.java file which is present in the alea project as far as I know. and for any other queries contact me on following email: mir...@ya... your help will be most appreciated... Thanks & Regards... Miren |