You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(24) |
Nov
(5) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(14) |
Feb
(8) |
Mar
(6) |
Apr
(7) |
May
(1) |
Jun
(22) |
Jul
(6) |
Aug
(22) |
Sep
(22) |
Oct
(8) |
Nov
(10) |
Dec
(31) |
2009 |
Jan
(18) |
Feb
(29) |
Mar
(25) |
Apr
(11) |
May
(6) |
Jun
(7) |
Jul
(8) |
Aug
|
Sep
(3) |
Oct
(20) |
Nov
(11) |
Dec
(1) |
2010 |
Jan
(15) |
Feb
(33) |
Mar
(20) |
Apr
(13) |
May
(1) |
Jun
(4) |
Jul
(7) |
Aug
(11) |
Sep
(5) |
Oct
(6) |
Nov
(7) |
Dec
(12) |
2011 |
Jan
(6) |
Feb
(7) |
Mar
(1) |
Apr
(7) |
May
|
Jun
(10) |
Jul
(2) |
Aug
(2) |
Sep
(4) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
2012 |
Jan
(3) |
Feb
(5) |
Mar
(15) |
Apr
(3) |
May
(2) |
Jun
(5) |
Jul
(5) |
Aug
(7) |
Sep
|
Oct
(2) |
Nov
(3) |
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(4) |
Apr
(14) |
May
(8) |
Jun
(4) |
Jul
(3) |
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2014 |
Jan
(2) |
Feb
(1) |
Mar
(6) |
Apr
(2) |
May
(1) |
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
(3) |
Nov
(3) |
Dec
(2) |
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Marcos D. de A. <mar...@gm...> - 2010-02-23 15:58:15
|
Hi, GridSim is a framework that provides you with a Java API that you can used to create your simulations. Thus, I believe that the best way to learn it is to check how you can use this API. I would recommend you to install GridSim in your favourite IDE (e.g. Eclipse) and go through the examples included in examples/gridsim. By starting with example01, going until example10 and reading the comments inserted in the classes, you will have a good idea of how GridSim works. If you have trouble understanding GridSim, you can send a message to this list. Regards, Marcos Mayuri Mehta wrote: > Hi, > Mine is very basic question. Recently i came to know that i can use > gridsim for implementing and evaluating the performance of different > load balancing algorithms of distributed systems. > > But i donot know from where to start learning of gridsim. > I want to learn it from scratch and at present i donot know anything > about it except its name. I have already downloaded it but donot know > how to work with it. > > pls help me soon. > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > ------------------------------------------------------------------------ > > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > -- Marcos DIAS DE ASSUNCAO - Postdoctoral researcher INRIA RESO - LIP Bureau 337, Ecole Normale Superieure 46, allee d'Italie - 69364 - Lyon Cedex 07 - France Phone: +33 4 72 72 82 28 |
From: Mayuri M. <may...@gm...> - 2010-02-23 15:33:16
|
Hi, Mine is very basic question. Recently i came to know that i can use gridsim for implementing and evaluating the performance of different load balancing algorithms of distributed systems. But i donot know from where to start learning of gridsim. I want to learn it from scratch and at present i donot know anything about it except its name. I have already downloaded it but donot know how to work with it. pls help me soon. |
From: Marcos D. de A. <mar...@gm...> - 2010-02-23 08:28:13
|
Dear Raksha Sharma, If you use any of the methods gridletSubmit() of GridSim class, you must provide the ID of the resource to which you are submitting the Gridlet. In this case, that is the resource ID for the Gridlet. Additionally, you can set the resource ID for a given Gridlet using the the method setResourceParameter(int resourceID, double cost) of Gridlet class. Kind regards, Marcos raksha sharma wrote: > hi to all, > i want to know ... > how i aa the ID of resource(to which gridlet is to be assigned)in to a > linked list. > please reply. > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > -- Marcos DIAS DE ASSUNCAO - Postdoctoral researcher INRIA RESO - LIP Bureau 337, Ecole Normale Superieure 46, allee d'Italie - 69364 - Lyon Cedex 07 - France Phone: +33 4 72 72 82 28 |
From: Vinicius P. <vin...@gm...> - 2010-02-23 00:52:41
|
Hi people, I'm running the ResFailure.example03 and I have some doubts. I run with two failureTimePattern configuration: one with HyperExponential(25, 100, 4) and other with HyperExponential(250, 100, 4); My expectation was that using 250 as avarega instead of 25 would lead to a smalllest CPU time since the interval between failures increased. But the opposite occurred. I don't undestood this behaviour. Can someone give me a help on this? Best regards, Vinicius Pinheiro with HyperExponential(25, 100, 4); |
From: raksha s. <rak...@gm...> - 2010-02-22 18:05:44
|
hi to all, i want to know ... how i aa the ID of resource(to which gridlet is to be assigned)in to a linked list. please reply. |
From: Marcos D. de A. <mar...@gm...> - 2010-02-19 20:36:39
|
Dear Vishnu Soni, I believe your question has already been answered. Please find below the text of the e-mail that I have sent to you. The code excerpt may help you implement the methods you require to submit a group of Gridlets to a GridResource at once. Regards, Marcos ---------------------------- I am not testing the code below, but it should work more or less as described in this email. In the entity that submits the jobs you implement a method that packs the Gridlets in a list and schedules an event to be received by the GridResource. The method should contain more or less the following: // Creates the list LinkedList<Gridlet> jobList = new LinkedList<Gridlet>(); // and adds the Gridlets to it jobList.add( ... ); // Create the event tag PACK_OF_GRIDLETS somewhere send(super.output, delay, PACK_OF_GRIDLETS, new IO_data(jobList, jobList.size() * size_of_one_job, resourceID, netServiceLevel); Then extend GridResource class and implement the method processOtherEvent(Sim_event ev), which will be more or less as follows: protected void processOtherEvent(Sim_event ev) { if(ev.get_tag() == PACK_OF_GRIDLETS) { // get the list of Gridlets LinkedList<Gridlet> jobList = (LinkedList<Gridlet>)ev.get_data(); // for each gridlet, makes a submission to the resource itself for (Gridlet gl : jobList) { processGridletSubmit(gl, false); } } else { super.processOtherEvent(ev); } } And the processGridletSubmit() should look like: private void processGridletSubmit(Gridlet gl, boolean ack) { try { // checks whether this Gridlet has finished or not if (gl.isFinished()) { String name = GridSim.getEntityName( gl.getUserID() ); System.out.println(super.get_name() + ": Warning - Gridlet #" + gl.getGridletID() + " owned by " + name + " is already completed/finished."); System.out.println("Therefore, it is not being executed again"); System.out.println(); // NOTE: If a Gridlet has finished, then it won't be processed. // So, if ack is required, this method sends back a result. // If ack is not required, this method don't send back a result. // Hence, this might cause GridSim to be hanged since waiting // for this Gridlet back. if (ack) { int[] array = new int[2]; array[0] = gl.getGridletID(); array[1] = GridSimTags.FALSE; // unique tag = operation tag int tag = GridSimTags.GRIDLET_SUBMIT_ACK; super.send(super.output, GridSimTags.SCHEDULE_NOW, tag, new IO_data(array, SIZE, gl.getUserID()) ); } super.send(super.output, 0, GridSimTags.GRIDLET_RETURN, new IO_data(gl,gl.getGridletOutputSize(),gl.getUserID()) ); return; } // process this Gridlet to this GridResource gl.setResourceParameter(super.get_id(), resource_.getCostPerSec()); policy_.gridletSubmit(gl, ack); } catch (ClassCastException c) { System.out.println(super.get_name() + ".processGridletSubmit(): " + "ClassCastException error."); System.out.println( c.getMessage() ); } catch (Exception e) { System.out.println(super.get_name() + ".processGridletSubmit(): " + "Exception error."); System.out.println( e.getMessage() ); } } Well, the code above may not work exactly like I described here, but you can have an idea on how to do it. Regards, Marcos ---------------------------- On 19 February 2010 20:35, vishnu soni <vis...@gm...> wrote: > hi , > i want to groups the gridlets and store all groups into one > storage , after grouping all the gridlets , i want to submit all > groups to specified resource.plz tell me the method and give me if > possible. > > V K SONI > KIIT, BHUBNESWAR > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > -- Marcos DIAS DE ASSUNCAO - Postdoctoral researcher INRIA RESO - LIP Bureau 337, Ecole Normale Superieure 46, allee d'Italie - 69364 - Lyon Cedex 07 - France Phone: +33 4 72 72 82 28 |
From: vishnu s. <vis...@gm...> - 2010-02-19 19:35:35
|
hi , i want to groups the gridlets and store all groups into one storage , after grouping all the gridlets , i want to submit all groups to specified resource.plz tell me the method and give me if possible. V K SONI KIIT, BHUBNESWAR |
From: Marcos D. de A. <mar...@gm...> - 2010-02-17 15:33:52
|
Hi, you can obtain the processing time of a Gridlet, here called gl, on the last resource where it was executed by subtracting the start time from the finish time. That is: double procTime = gl.getFinishTime() - gl.getExecStartTime(); If you need to record other type of data, you might want to extend one of the allocation policies and the Gridlet class to store the information you need. If you are interested in an event in specific, you can obtain the simulation time at which it happened: double timeEvent = GridSim.clock(); Cheers, Marcos vishnu soni wrote: > hi , > how i get processing time in GridSim simulation.Actually when i > use command gridlet. than only the option given > > > 1) cpu timr > 2) execution time , but i need a processing time, plz guide me for that. > > > > V. K. SONI > KIIT, BHUNNESWAR > > ------------------------------------------------------------------------------ > 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 > |
From: vishnu s. <vis...@gm...> - 2010-02-17 15:14:41
|
hi , how i get processing time in GridSim simulation.Actually when i use command gridlet. than only the option given 1) cpu timr 2) execution time , but i need a processing time, plz guide me for that. V. K. SONI KIIT, BHUNNESWAR |
From: Marcos D. de A. <mar...@gm...> - 2010-02-15 16:07:28
|
After a Gridlet is returned by a GridResource, you can invoke methods from the Gridlet class such as getWallClockTime() to get the amount of time that the Gridlet stayed in the last resource. Also, you can used other methods like getExecStartTime(), getSubmissionTime() and getFinishTime() to calculate the time to which you refer. Sorry, but I did not understand what you intended to do by reading the previous e-mail. Regards, Marcos CHARRLIE PRADEEP wrote: > hi > > i didnt ask how to calculate the simulation time... i just wanna > calculate the job time..consider suppose i am giving one job to my > processing element... i want the processing time of that single job |
From: Marcos D. de A. <mar...@gm...> - 2010-02-15 14:23:12
|
I am not testing the code below, but it should work more or less as described in this email. In the entity that submits the jobs you implement a method that packs the Gridlets in a list and schedules an event to be received by the GridResource. The method should contain more or less the following: // Creates the list LinkedList<Gridlet> jobList = new LinkedList<Gridlet>(); // and adds the Gridlets to it jobList.add( ... ); // Create the event tag PACK_OF_GRIDLETS somewhere send(super.output, delay, PACK_OF_GRIDLETS, new IO_data(jobList, jobList.size() * size_of_one_job, resourceID, netServiceLevel); Then extend GridResource class and implement the method processOtherEvent(Sim_event ev), which will be more or less as follows: protected void processOtherEvent(Sim_event ev) { if(ev.get_tag() == PACK_OF_GRIDLETS) { // get the list of Gridlets LinkedList<Gridlet> jobList = (LinkedList<Gridlet>)ev.get_data(); // for each gridlet, makes a submission to the resource itself for (Gridlet gl : jobList) { processGridletSubmit(gl, false); } } else { super.processOtherEvent(ev); } } And the processGridletSubmit() should look like: private void processGridletSubmit(Gridlet gl, boolean ack) { try { // checks whether this Gridlet has finished or not if (gl.isFinished()) { String name = GridSim.getEntityName( gl.getUserID() ); System.out.println(super.get_name() + ": Warning - Gridlet #" + gl.getGridletID() + " owned by " + name + " is already completed/finished."); System.out.println("Therefore, it is not being executed again"); System.out.println(); // NOTE: If a Gridlet has finished, then it won't be processed. // So, if ack is required, this method sends back a result. // If ack is not required, this method don't send back a result. // Hence, this might cause GridSim to be hanged since waiting // for this Gridlet back. if (ack) { int[] array = new int[2]; array[0] = gl.getGridletID(); array[1] = GridSimTags.FALSE; // unique tag = operation tag int tag = GridSimTags.GRIDLET_SUBMIT_ACK; super.send(super.output, GridSimTags.SCHEDULE_NOW, tag, new IO_data(array, SIZE, gl.getUserID()) ); } super.send(super.output, 0, GridSimTags.GRIDLET_RETURN, new IO_data(gl,gl.getGridletOutputSize(),gl.getUserID()) ); return; } // process this Gridlet to this GridResource gl.setResourceParameter(super.get_id(), resource_.getCostPerSec()); policy_.gridletSubmit(gl, ack); } catch (ClassCastException c) { System.out.println(super.get_name() + ".processGridletSubmit(): " + "ClassCastException error."); System.out.println( c.getMessage() ); } catch (Exception e) { System.out.println(super.get_name() + ".processGridletSubmit(): " + "Exception error."); System.out.println( e.getMessage() ); } } Well, the code above may not work exactly like I described here, but you can have an idea on how to do it. Regards, Marcos -Sha Fatin wrote: > Hi, > > Regarding Vishnu question and Marcos answer, I'm interesting to know > more on those technique. > > As , Marcos said, we need to extent the GridResource class, meaning we > need to extend some > feature in gridletSubmit? Can you briefly give some idea on how to > adjust this event environment? > > Thank you. > > > > > On Mon, Feb 15, 2010 at 6:05 AM, Marcos Dias de Assuncao > <ass...@ac... <mailto:ass...@ac...>> wrote: > > 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... > <mailto: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... > <mailto:Gri...@li...> > > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > > > ------------------------------------------------------------------------------ > 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... > <mailto:Gri...@li...> > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > |
From: I-Sha F. <mas...@gm...> - 2010-02-15 02:02:08
|
Hi, Regarding Vishnu question and Marcos answer, I'm interesting to know more on those technique. As , Marcos said, we need to extent the GridResource class, meaning we need to extend some feature in gridletSubmit? Can you briefly give some idea on how to adjust this event environment? Thank you. On Mon, Feb 15, 2010 at 6:05 AM, Marcos Dias de Assuncao <ass...@ac...>wrote: > 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 > > > > > ------------------------------------------------------------------------------ > 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 > |
From: Marcos D. de A. <ass...@ac...> - 2010-02-14 19:07:57
|
Dear Mayuri Mehta, yes, you can use GridSim for that purpose. You need to model the environment you consider and implement the load balancing mechanism. GridSim will provide you with a framework to simulate and evaluate your load balancing techniques. Regards, Marcos On 9 February 2010 18:04, Mayuri Mehta <may...@gm...> wrote: > Hello everyone, > I am a research student and want to know that can i use gridsim for > simulation of load balancing algorithm in distributed system? > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > |
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 > |
From: Marcos D. de A. <ass...@ac...> - 2010-02-14 18:56:26
|
Dear Charrlie, I'm not quite sure if I understood what you intend to do. What do you mean by job effective time? Regards, Marcos On 10 February 2010 20:06, CHARRLIE PRADEEP <cha...@gm...> wrote: > i want to calculate the simulation time and effective job time in job > replication how can i do it........... can anyone have some idea...or any > source codes > ------------------------------------------------------------------------------ > 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 > > |
From: CHARRLIE P. <cha...@gm...> - 2010-02-10 19:06:35
|
i want to calculate the simulation time and effective job time in job replication how can i do it........... can anyone have some idea...or any source codes |
From: Marcos D. de A. <mar...@gm...> - 2010-02-10 14:14:43
|
To run the examples in the parallel package, you need to provide a workload trace file that contains the information about the jobs to be created during the simulation. Two sample files are provided in the directory examples/parallel. If you run the examples using eclipse, you need to customise the class you want to run and provide the path to one of this files as an argument when you run the class. Regards, Marcos innocent dibia wrote: > > Please can anyone help I cant run the parallel example of the > gridsimtoolkit 5.0.1 on eclipse ide. does anyone have the steps > necessary for the setup. > please kindly help I would be grateful. > thanks > Dibbydon > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > 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 > |
From: vishnu s. <vis...@gm...> - 2010-02-10 13:09:29
|
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 |
From: innocent d. <dib...@ya...> - 2010-02-10 11:54:54
|
Please can anyone help I cant run the parallel example of the gridsimtoolkit 5.0.1 on eclipse ide. does anyone have the steps necessary for the setup. please kindly help I would be grateful. thanksDibbydon |
From: Marcos D. de A. <mar...@gm...> - 2010-02-10 08:47:11
|
Hi Srishti, the input files used by those examples are included in examples/parallel. Their names are sdsc_blue_01.txt and sdsc_blue_02.txt, and they follow the standard workload format (SWF). More information about this format along with other logs can be obtained from: http://www.cs.huji.ac.il/labs/parallel/workload/ Cheers, Marcos Srishti Srivastava wrote: > Hi, > > I am trying to use grid sim to simulate scheduling algorithms for load > balancing. For which I went through the examples for scheduling tasks > with backfiling algorithm. These examples use an input file which is > either a trace file or a workload file. Could anyone please help m,e > understand the syntax of these files and how can they be created to be > used as input files for the simulation of the scheduling algorithms. > Would really appreciate even the smallest details as help. > > Thanks, > Srishti > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > 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 > |
From: مهدي ن. <mah...@gm...> - 2010-02-10 07:49:01
|
Hi, i think this link can be useful for you: http://www.cs.huji.ac.il/labs/parallel/workload/swf.html On Wed, Feb 10, 2010 at 2:17 AM, Srishti Srivastava <sri...@gm...>wrote: > Hi, > > I am trying to use grid sim to simulate scheduling algorithms for load > balancing. For which I went through the examples for scheduling tasks with > backfiling algorithm. These examples use an input file which is either a > trace file or a workload file. Could anyone please help m,e understand the > syntax of these files and how can they be created to be used as input files > for the simulation of the scheduling algorithms. > Would really appreciate even the smallest details as help. > > Thanks, > Srishti > > > ------------------------------------------------------------------------------ > 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 > > |
From: Srishti S. <sri...@gm...> - 2010-02-09 22:47:52
|
Hi, I am trying to use grid sim to simulate scheduling algorithms for load balancing. For which I went through the examples for scheduling tasks with backfiling algorithm. These examples use an input file which is either a trace file or a workload file. Could anyone please help m,e understand the syntax of these files and how can they be created to be used as input files for the simulation of the scheduling algorithms. Would really appreciate even the smallest details as help. Thanks, Srishti |
From: Mayuri M. <may...@gm...> - 2010-02-09 17:04:32
|
Hello everyone, I am a research student and want to know that *can i use gridsim for simulation of load balancing algorithm in distributed system?* |
From: arul s. <aru...@ya...> - 2010-02-08 16:00:59
|
Hai,, I want to simulate various failures occurs in the grid computing environment...for that please tell what are the things to learn in grid computing.i want to simulate that using a gridsim and also i selected java platform for that..please help me... Thanking you. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ |
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 |