|
From: Shravan K. <shr...@gm...> - 2013-08-03 07:25:12
|
hiiii
can anyone tell me what will be the test case in gridsim toolkit and
can upload a model for it.
On Fri, Aug 2, 2013 at 10:09 AM, <
gri...@li...> wrote:
> Send Gridsim-developers mailing list submissions to
> gri...@li...
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/gridsim-developers
> or, via email, send a message with subject or body 'help' to
> gri...@li...
>
> You can reach the person managing the list at
> gri...@li...
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gridsim-developers digest..."
>
>
> Today's Topics:
>
> 1. error in running simgrid simulator (Rabia Ahmed)
> 2. Need help (Network topology problem) (Rudy Hendrawan)
> 3. query related to gridsim (Sushma Patil)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 8 May 2013 12:28:34 +0500
> From: Rabia Ahmed <rab...@gm...>
> Subject: [GridSim-developers] error in running simgrid simulator
> To: gri...@li...
> Message-ID:
> <CAJ-O6Dp9dHetfc6R5E1GA1EHBn2=KrfDkR4+q2npWcBBzR7F=
> w...@ma...>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello sir! i am a beginner to use Gridsim simulator please help how to run
> Gridsim simulator using eclipse juno 4.2. i am using latest vesion of
> Gridsim 5.2.
>
> Regards,
> Rabia
> BS(IT) Finalist
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 18 Jun 2013 13:49:26 +0700
> From: Rudy Hendrawan <rud...@gm...>
> Subject: [GridSim-developers] Need help (Network topology problem)
> To: gri...@li...
> Message-ID:
> <CAGzyQ8Xf7tmtBAZuyi2pJU3dnBzUmQmQmEuWF8z+=
> P0s...@ma...>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Dear Everyone,
>
>
> I have been tried to create a network topology on top of Alea simulation
> case, unfortunately a problem occurred. The problem is related to the
> network topology itself. There is a class named "Scheduler" which is
> extended from GridSim class, therefore an object from this class could be
> attached to the network topology if I initialized a Link object in its
> constructor.
>
> Example:
> Scheduler (String name, Link link, int xxx)
> {
>
> super(name, link)
>
> name = Centralized_scheduler
>
> link = new SimpleLink("Scheduler_Link", baudRate, propDelay, mtu)
>
> }
>
> Then I create a Router object with name "Scheduler_Router which is the
> Scheduler object will attached to . When I run the simulation here is the
> snippet of the errors:
>
> Scheduler_Router.processNetPacket(): Warning - can't find a packet
> scheduler for Packet #1, out of, 1, with id, 0, from,
> Output_Centralized_scheduler, to, Resource_10, tag, 6
> -> Will reschedule it again in the future.
>
> I have tried to solve this problem by verify the packet scheduler which is
> used by the Scheduler_Router, and I clearly have made that one
>
> here is part of my code:
>
> Router schedulerRouter = new RIPRouter("Scheduler_Router",
> tracePack);
> Router jssRouter = new RIPRouter("JobSubmissionSystem_Router",
> tracePack);
> FIFOScheduler schedulerFIFO = new FIFOScheduler("Scheduler_FIFO",
> baudRate_);
> FIFOScheduler jssSched0 = new
> FIFOScheduler("JobSubmissionSystem_FIFO0", baudRate_);
> schedulerRouter.attachRouter(jssRouter, link1Sched, schedulerFIFO,
> jssSched0);
> FIFOScheduler schFIFO = new FIFOScheduler("Scheduler_Entity_FIFO",
> baudRate_);
> schedulerRouter.attachHost(scheduler, schFIFO);
>
> Thank you,
>
> Regards,
>
> Rudy
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 2 Aug 2013 10:09:49 +0530
> From: Sushma Patil <sus...@gm...>
> Subject: [GridSim-developers] query related to gridsim
> To: gri...@li...
> Message-ID:
> <CALMSM=
> 7kK...@ma...>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Dear Sir,
>
> I have query related to examples specified in gridsimtoolkit-4.0.
>
> I wanted to calculate average waiting time for FIFO and SCFQ scheduling
> algorithms in (NetEx03-which follows FIFO,SCFQ) NetExamples of Examples in
> gridsim package.
>
> I know to calculate the average waiting time with the help of normal java
> program but ,Can u just suggest me how to do it with the help of gridsim
> pacakage?
>
> Regards,
> sushma
>
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent
> caught up. So what steps can you take to put your SQL databases under
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
>
> ------------------------------
>
> _______________________________________________
> Gridsim-developers mailing list
> Gri...@li...
> https://lists.sourceforge.net/lists/listinfo/gridsim-developers
>
>
> End of Gridsim-developers Digest, Vol 54, Issue 1
> *************************************************
>
--
Thanks & Regards
Ramidi Shravan Kumar
|