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: komagal m. <kom...@ya...> - 2009-01-07 09:04:59
|
hi everybody, any one working with particle swarm optimization ( pso )_in gridsim...... if so please help me whether i could implement parallel pso in gridsim....... -thanks in advance meenu --------------------------------- Check out the all-new Messenger 9.0! Click here. |
From: Jonathan M. <jon...@bs...> - 2009-01-02 19:00:06
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've tried a dubious solution by changing the DataGridResource.processOtherEvent(Sim_event ev) code. Instead of passing the event to the localRC first and then to the Replica Manager if it is not a RC event, I've changed the order so the event is processed at Replica Manager firstly. Now DataGridlets can be executed, but I still have no idea about the effects on the rest of the cases or user operations with file replicas. Jonathan Marti escribió: > Hi everybody, > > I'm using the gridsim.datagrid package and I'm trying to submit some > DataGridlets. These DataGridlets have some requirements regarding input files > which are not satisfied locally at the resources where they are submited. > > In this case, SimpleReplicaManager asks for the location of the missing files by > sending CTLG_GET_REPLICA events to its DataGridResource. These events are > processed by the corresponding RC which eventually sends CTGL_REPLICA_DELIVERY. > > The problem is that when DataGridResource receives this CTLG_REPICA_DELIVERY it > is processed by its localRC !! > Therefore, SimpleReplicaManager never gets the CTLG_REPLICA_DELIVERY, then it > never starts the following step (FILE_REQUEST), so that DataGridlets with input > requirements that are not locally satisfied are never executed. > > Do you have any idea/solution for this problem? > - ------------------------------------------------------------------------------ _______________________________________________ Gridsim-users mailing list Gri...@li... https://lists.sourceforge.net/lists/listinfo/gridsim-users - -- - ----------------------------------------------------------------------- Jonathan Martí Fraiz Storage Systems Research Group - Computer Sciences Department Barcelona Supercomputing Center - Centro Nacional de Supercomputación www : http://www.bsc.es/StorageSystems email : jonathan(dot)marti(at)bsc(dot)es phone : (0034) 934054281 - ----------------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkleZCkACgkQ4cH1a6R2mCvn3gCgzdXVpXHNT/oL5CrjF2H3TJ/j xr8An2J6tJWEZhg/atffkhGP3/mcUBBY =C99p -----END PGP SIGNATURE----- |
From: Jonathan M. <jon...@bs...> - 2009-01-02 18:47:56
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everybody, I'm using the gridsim.datagrid package and I'm trying to submit some DataGridlets. These DataGridlets have some requirements regarding input files which are not satisfied locally at the resources where they are submited. In this case, SimpleReplicaManager asks for the location of the missing files by sending CTLG_GET_REPLICA events to its DataGridResource. These events are processed by the corresponding RC which eventually sends CTGL_REPLICA_DELIVERY. The problem is that when DataGridResource receives this CTLG_REPICA_DELIVERY it is processed by its localRC !! Therefore, SimpleReplicaManager never gets the CTLG_REPLICA_DELIVERY, then it never starts the following step (FILE_REQUEST), so that DataGridlets with input requirements that are not locally satisfied are never executed. Do you have any idea/solution for this problem? - -- - ----------------------------------------------------------------------- Jonathan Martí Fraiz Storage Systems Research Group - Computer Sciences Department Barcelona Supercomputing Center - Centro Nacional de Supercomputación www : http://www.bsc.es/StorageSystems email : jonathan(dot)marti(at)bsc(dot)es phone : (0034) 934054281 - ----------------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkleYVMACgkQ4cH1a6R2mCt0ZQCgpjb9bbWSPJNCf+pFboUyDsDb Z2MAnicsPMl5WvtW0QftQ6o3usA0hyBE =1REQ -----END PGP SIGNATURE----- |
From: komagal m. <kom...@ya...> - 2009-01-02 08:51:11
|
hi everbody, ur kind support takes me in a right path....... to start with and to be more clear with gridsim what should i do............ where i can get more examples in gridsim... help me.... regards meenu --------------------------------- Unlimited freedom, unlimited storage. Get it now |
From: ye h. <hua...@gm...> - 2008-12-31 12:46:18
|
Hi, I'd like to recommend you to take a look at an AllocPolicy extended class named "AdvancedPolicy", which is developed by Dalibor Klusacek in his "Alea simulator". It allows the processing of a multi-PE gridlet. You need to ignore some logic because it's coupled with a centralized scheduler, however, I think the idea is valuable for you. http://www.fi.muni.cz/~xklusac/alea/ Regards ye On 31 Dec, 2008, at 7:26 AM, komagal meenakshi wrote: > hi everybody, > thanks for ur valuable guidance ...... > anyone already worked with parallel gridlets? > > > 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 -- Ye Huang, Department of Informatics University of Fribourg / Pérolles 2 - Bld de Pérolles 90 1700 Fribourg, Switzerland e-mail: ye....@he..., ye....@un... http://diuf.unifr.ch/people/huangy/ Office: +41 26 429 65 95 |
From: ye h. <hua...@gm...> - 2008-12-31 12:37:10
|
Hi, Marcos: I am working on GridSim4.1. By the way, it also seems RegionalGIS has some special requirement on the policy used on GridResource, I am using a self-defined policy extended from AllocPolicy, but the resources could not be recognized by RegionalGIS. It seems I need to re-check my own policy class carefully :-p Regards ye On 31 Dec, 2008, at 7:12 AM, Marcos Dias de Assuncao wrote: > > Hi Ye, > > What version of GridSim are you using? > I think I have come against this bug a while ago and I remember of > fixing the GridSim version available at the trunk of the svn > repository. I don't remember which version I fixed at that time. > > Regards, > > Marcos > > On 30/12/2008, at 2:59 AM, ye huang wrote: > >> Hi, dear all: >> >> I just encountered a problem while using RegionalGIS recently. >> Within RegionalGIS demo of GridSimDemo, I tried to decrease the >> "num_GIS", (class: ExampleGIS, line 41). >> >> I was prompted the following error when I decreased its value to 1. >> It seems if I need to utilize RegtionalGIS, I should generate at >> least two regionalGIS, even one of it is empty, right? >> >> Thanks! >> Best >> ye >> >> Exception in thread "Thread-49" java.lang.NullPointerException >> at RegionalGIS.NetUserGIS.body(NetUserGIS.java:108) >> at eduni.simjava.Sim_entity.run(Sim_entity.java:603) >> Exception in thread "Thread-53" Exception in thread "Thread-52" >> Exception in thread "Thread-54" java.lang.NullPointerException >> at gridsim.net.RIPRouter.dequeue(Unknown Source) >> at gridsim.net.RIPRouter.processInternalEvent(Unknown Source) >> at gridsim.net.RIPRouter.processEvent(Unknown Source) >> at gridsim.net.Router.body(Unknown Source) >> at eduni.simjava.Sim_entity.run(Sim_entity.java:603) >> java.lang.NullPointerException >> at gridsim.net.RIPRouter.dequeue(Unknown Source) >> at gridsim.net.RIPRouter.processInternalEvent(Unknown Source) >> at gridsim.net.RIPRouter.processEvent(Unknown Source) >> at gridsim.net.Router.body(Unknown Source) >> at eduni.simjava.Sim_entity.run(Sim_entity.java:603) >> java.lang.NullPointerException >> at gridsim.net.RIPRouter.dequeue(Unknown Source) >> at gridsim.net.RIPRouter.processInternalEvent(Unknown Source) >> at gridsim.net.RIPRouter.processEvent(Unknown Source) >> at gridsim.net.Router.body(Unknown Source) >> at eduni.simjava.Sim_entity.run(Sim_entity.java:603) >> >> >> >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> 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 > -- Ye Huang, Department of Informatics University of Fribourg / Pérolles 2 - Bld de Pérolles 90 1700 Fribourg, Switzerland e-mail: ye....@he..., ye....@un... http://diuf.unifr.ch/people/huangy/ Office: +41 26 429 65 95 |
From: K V. <msk...@gm...> - 2008-12-31 08:25:15
|
E:\>set path=C:\jdk1.6.0_03\bin E:\>set classpath=E:\gridsimtoolkit-4.1\jars\gridsim.jar;E:\gridsimtoolkit-4.1\j ars\simjava2.jar E:\>cd E:\gridsimtoolkit-4.1\examples\Example01 E:\gridsimtoolkit-4.1\examples\Example01>javac Example1.java Note: Example1.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. E:\gridsimtoolkit-4.1\examples\Example01>java Example1 Exception in thread "main" java.lang.NoClassDefFoundError: Example1 |
From: komagal m. <kom...@ya...> - 2008-12-31 06:26:13
|
hi everybody, thanks for ur valuable guidance ...... anyone already worked with parallel gridlets? --------------------------------- Add more friends to your messenger and enjoy! Invite them now. |
From: Marcos D. de A. <ma...@cs...> - 2008-12-31 06:13:08
|
Hi Ye, What version of GridSim are you using? I think I have come against this bug a while ago and I remember of fixing the GridSim version available at the trunk of the svn repository. I don't remember which version I fixed at that time. Regards, Marcos On 30/12/2008, at 2:59 AM, ye huang wrote: > Hi, dear all: > > I just encountered a problem while using RegionalGIS recently. > Within RegionalGIS demo of GridSimDemo, I tried to decrease the > "num_GIS", (class: ExampleGIS, line 41). > > I was prompted the following error when I decreased its value to 1. > It seems if I need to utilize RegtionalGIS, I should generate at > least two regionalGIS, even one of it is empty, right? > > Thanks! > Best > ye > > Exception in thread "Thread-49" java.lang.NullPointerException > at RegionalGIS.NetUserGIS.body(NetUserGIS.java:108) > at eduni.simjava.Sim_entity.run(Sim_entity.java:603) > Exception in thread "Thread-53" Exception in thread "Thread-52" > Exception in thread "Thread-54" java.lang.NullPointerException > at gridsim.net.RIPRouter.dequeue(Unknown Source) > at gridsim.net.RIPRouter.processInternalEvent(Unknown Source) > at gridsim.net.RIPRouter.processEvent(Unknown Source) > at gridsim.net.Router.body(Unknown Source) > at eduni.simjava.Sim_entity.run(Sim_entity.java:603) > java.lang.NullPointerException > at gridsim.net.RIPRouter.dequeue(Unknown Source) > at gridsim.net.RIPRouter.processInternalEvent(Unknown Source) > at gridsim.net.RIPRouter.processEvent(Unknown Source) > at gridsim.net.Router.body(Unknown Source) > at eduni.simjava.Sim_entity.run(Sim_entity.java:603) > java.lang.NullPointerException > at gridsim.net.RIPRouter.dequeue(Unknown Source) > at gridsim.net.RIPRouter.processInternalEvent(Unknown Source) > at gridsim.net.RIPRouter.processEvent(Unknown Source) > at gridsim.net.Router.body(Unknown Source) > at eduni.simjava.Sim_entity.run(Sim_entity.java:603) > > > > > > ---------------------------------------------------------------------- > -------- > _______________________________________________ > 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 |
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 |
From: komagal m. <kom...@ya...> - 2008-12-31 06:00:01
|
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. |
From: Marcos D. de A. <ma...@cs...> - 2008-12-31 05:59:41
|
Hi, technically speaking, it could be possible to run multiple simulation rounds in the same simulation process. SimJava's class Sim_system provides a feature that allows you to specify the termination condition, which I believe would allow you to specify the number of rounds: /** * Specify a termination condition based on the confidence interval accuracy obtained for a default measure. This * condition is considered only once the transient period has elapsed. The accuracy is the ratio of the confidence * interval's halfwidth over the measure's total mean. * @param type The termination condition type. This must be set to <code>INTERVAL_ACCURACY</code>. * @param output_analysis_type The output analysis method to be used as a variance reduction technique * @param level The confidence level for which the confidence interval will be calculated * @param accuracy The accuracy that is required to satisfy the termination condition * @param entity The name of the entity that contains the measure upon which the termination condition is based * @param measure The <code>int</code> constant that represents the default measure upon which the termination * condition is based */ public static void set_termination_condition(int type, int output_analysis_type, double level, double accuracy, String entity, int measure) However, I have never tried this method before and I believe it will not work because for it to work, Sim_system makes a copy of the entities at the start of the simulation and puts them in a backup list. At each simulation round the entities are copied from the backup list back to the list of entities. The entities have to implement the Cloneable interface and I think that not all entities in GridSim implement Cloneable. Alternatively, you can download the source code of SimJava2 and modify the Sim_system class to reset all static variables at the completion of the simulation. In this case, the code you have now would work. I believe that adding the following lines at the end of Sim_system.run() should suffice: incomplete = true; replications = null; total_time_elapsed = 0.0; total_transient_time = 0.0; min_batches = 10; max_batches = 20; run_data = null; trace_tags = null; default_trace = true; entity_trace = true; event_trace = true; entities = null; backup = null; future = null; deferred = null; clock = 0.0; running = false; onestopped = null; onecompleted = null; trcout = null; wait_predicates = null; Regards, Marcos On 26/12/2008, at 11:58 AM, coa...@ti... wrote: > Hello, > I am an Italian student of the Faculty of "Ingegneria > Informatica" of University of Catane, using Gridsim for my thesis. > I'd > like to know if there is a way to do many simulations with only one > java process. > > For example: I want to check how my scheduling algorithm > reacts to jobs of different length:short jobs and long jobs. > To do this > I want to make a simulation (SIMULATION_1) with a set of short > gridlets > and another simulation (SIMULATION_2) with a set of long gridlets. > I'd > like to start these two simulations with only one Java process. > > I've > tried a possible solution: I've set up two thread one for simulation_1 > and one for simulation_2. I've put GridSim.init(...) and GridSim. > startGridSimulation() lines in the run() method of each of the two > Threads. > Thread_1 works -> OK > Thread_2 doesn't work. > In fact, when > Thread_2 runs, all the Grid_sim entities doesn't execute their body() > method. > > I am sure that Thread_2 starts only after that Thread_1 has > Finished, because I've used the Thread.join() method and, in fact, on > the screen appears: > > " > ... > Simulation completed. > Initializing GridSim > package > ... > " > > where "Simulation completed" refers to the simulation_1 > and "Initializing GridSim package" refers to simulation_2. > > What > happens? > > What else can I do? > > Is there anybody who can help me, > please? > Thanks. > > > Con Tiscali Voce 8 Mega telefoni e navighi senza limiti a soli €15 > AL MESE PER 1 ANNO. In seguito paghi €29,90 al mese. Attiva entro > il giorno 08/01/09! http://abbonati.tiscali.it/promo/voce8mega/ > > ---------------------------------------------------------------------- > -------- > _______________________________________________ > 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 |
From: ye h. <hua...@gm...> - 2008-12-30 13:54:52
|
Hi, Are you sure you have jar in your classpath? JDK1.5 is fine enough for GridSim. regards ye On 30 Dec, 2008, at 2:30 PM, K Visalakshi wrote: > i get compilation errors while compiling jar files..it says that > gridsim > package has not been included...i m using jdk1.5...should i use higher > version > ------------------------------------------------------------------------------ > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users |
From: K V. <msk...@gm...> - 2008-12-30 13:30:52
|
i get compilation errors while compiling jar files..it says that gridsim package has not been included...i m using jdk1.5...should i use higher version |
From: ye h. <hua...@gm...> - 2008-12-29 15:59:57
|
Hi, dear all: I just encountered a problem while using RegionalGIS recently. Within RegionalGIS demo of GridSimDemo, I tried to decrease the "num_GIS", (class: ExampleGIS, line 41). I was prompted the following error when I decreased its value to 1. It seems if I need to utilize RegtionalGIS, I should generate at least two regionalGIS, even one of it is empty, right? Thanks! Best ye Exception in thread "Thread-49" java.lang.NullPointerException at RegionalGIS.NetUserGIS.body(NetUserGIS.java:108) at eduni.simjava.Sim_entity.run(Sim_entity.java:603) Exception in thread "Thread-53" Exception in thread "Thread-52" Exception in thread "Thread-54" java.lang.NullPointerException at gridsim.net.RIPRouter.dequeue(Unknown Source) at gridsim.net.RIPRouter.processInternalEvent(Unknown Source) at gridsim.net.RIPRouter.processEvent(Unknown Source) at gridsim.net.Router.body(Unknown Source) at eduni.simjava.Sim_entity.run(Sim_entity.java:603) java.lang.NullPointerException at gridsim.net.RIPRouter.dequeue(Unknown Source) at gridsim.net.RIPRouter.processInternalEvent(Unknown Source) at gridsim.net.RIPRouter.processEvent(Unknown Source) at gridsim.net.Router.body(Unknown Source) at eduni.simjava.Sim_entity.run(Sim_entity.java:603) java.lang.NullPointerException at gridsim.net.RIPRouter.dequeue(Unknown Source) at gridsim.net.RIPRouter.processInternalEvent(Unknown Source) at gridsim.net.RIPRouter.processEvent(Unknown Source) at gridsim.net.Router.body(Unknown Source) at eduni.simjava.Sim_entity.run(Sim_entity.java:603) |
From: Ashraf, J. <ja...@le...> - 2008-12-26 11:13:16
|
Dear To forward packets on a certain path I have to create a routing algorithm like RIP, I am going to create OSPFRouter but I have few confusions 1: Which method of router class I am going to use for OSPF Algo. 2: I have to make decision at the first router to route through a mimimum delay path, how? 3: Another confusion is that how can I tell simulator that where to start the communication from? whether it depends on topology or can I set the starting point manually. Kind Regards Jawad Ashraf Ph.D Research Student (1st Year) Department of Computer Science University of Leicester Cell: +44 (0) 750 7515048 Off : +44 (0)116 252 3904 Email: jaw...@gm... http://www.cs.le.ac.uk/people/ja176 |
From: <coa...@ti...> - 2008-12-26 00:58:10
|
Hello, I am an Italian student of the Faculty of "Ingegneria Informatica" of University of Catane, using Gridsim for my thesis. I'd like to know if there is a way to do many simulations with only one java process. For example: I want to check how my scheduling algorithm reacts to jobs of different length:short jobs and long jobs. To do this I want to make a simulation (SIMULATION_1) with a set of short gridlets and another simulation (SIMULATION_2) with a set of long gridlets. I'd like to start these two simulations with only one Java process. I've tried a possible solution: I've set up two thread one for simulation_1 and one for simulation_2. I've put GridSim.init(...) and GridSim. startGridSimulation() lines in the run() method of each of the two Threads. Thread_1 works -> OK Thread_2 doesn't work. In fact, when Thread_2 runs, all the Grid_sim entities doesn't execute their body() method. I am sure that Thread_2 starts only after that Thread_1 has Finished, because I've used the Thread.join() method and, in fact, on the screen appears: " ... Simulation completed. Initializing GridSim package ... " where "Simulation completed" refers to the simulation_1 and "Initializing GridSim package" refers to simulation_2. What happens? What else can I do? Is there anybody who can help me, please? Thanks. Con Tiscali Voce 8 Mega telefoni e navighi senza limiti a soli €15 AL MESE PER 1 ANNO. In seguito paghi €29,90 al mese. Attiva entro il giorno 08/01/09! http://abbonati.tiscali.it/promo/voce8mega/ |
From: ye h. <hua...@gm...> - 2008-12-18 15:40:00
|
Hi, Michael: Thanks for your kindness. Best wishes to your work! Regards ye On 18 Dec, 2008, at 4:34 PM, m.m...@la... wrote: > > Hello Ye, > > Thankyou, we are quite proud of our achievements here. > > Yes, we plan to start a sourceforge project for this (along with a > mailing > list) in the New Year but in the meantime please forward requests to > ns...@ec... and we will try to help you in any way we can. > > Best regards, > Michael > > > On Thu, 18 December, 2008 3:14 pm, ye huang wrote: >> Great news, Congratulations! It's definitely meaningful for this >> community. BTW, do u have any maillist to mediate the developer and >> potential users? >> >> regards ye >> >> On 18 Dec, 2008, at 3:20 PM, m.m...@la... wrote: >> >> >>> >>> Dear GridSim project members, >>> >>> >>> The EC-GIN project partners are pleased to announce the availability >>> of their grid application network traffic simulators for public >>> release. >>> These simulators represent the conclusion of a work package aimed at >>> studying, modelling and replicating the network traffic generated >>> from a >>> range of typical grid applications. This release currently >>> includes four >>> separate ns2 simulators which model ATLAS, GridFTP, IPTV and PPLive >>> (P2P >>> streaming) applications respectively, all of which can be tuned to >>> replicate a range of network conditions and streaming parameters. >>> >>> The code is now available for download from the project website >>> (http://www.ec-gin.eu/corpsite/display/dsp_Entity.asp?en_id=696) and >>> is free to parties wishing to experiment with grid traffic. The >>> simulators >>> are provided as-is with the appropriate files, user guides and >>> detailed documentation describing their operation. >>> >>> We believe that this work might be of interest to members of the >>> GridSim >>> Project and we would greatly appreciate you taking to time to look >>> at this and circulating it to any other potentially interested >>> parties. >>> Please >>> feel free to contact us at: ns...@ec... if you require any >>> further >>> information. Additionally, if you would like to learn more about >>> EC- GIN >>> or be kept up to date with further developments, please see our main >>> project website at (http://www.ec-gin.eu/corpsite/display/main.asp) >>> >>> Thank you for your attention, we apologise for this unsolicited >>> announcement. >>> >>> Yours sincerely, >>> >>> >>> Michael Mackay >>> >>> >>> >>> >>> ----------------------------------------------------------------------- >>> ------- >>> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, >>> Nevada. >>> The future of the web can't happen without you. Join us at MIX09 to >>> help pave the way to the Next Web now. Learn more and register at >>> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix >>> .com/ >>> _______________________________________________ >>> Gridsim-users mailing list >>> Gri...@li... >>> https://lists.sourceforge.net/lists/listinfo/gridsim-users >>> >> >> >> -- >> >> >> Ye Huang, Department of Informatics >> University of Fribourg / Pérolles 2 - Bld de Pérolles 90 >> 1700 Fribourg, Switzerland >> >> >> e-mail: ye....@he..., ye....@un... >> http://diuf.unifr.ch/people/huangy/ >> Office: +41 26 429 65 95 >> >> >> >> >> >> > > -- Ye Huang, Department of Informatics University of Fribourg / Pérolles 2 - Bld de Pérolles 90 1700 Fribourg, Switzerland e-mail: ye....@he..., ye....@un... http://diuf.unifr.ch/people/huangy/ Office: +41 26 429 65 95 |
From: <m.m...@la...> - 2008-12-18 15:34:42
|
Hello Ye, Thankyou, we are quite proud of our achievements here. Yes, we plan to start a sourceforge project for this (along with a mailing list) in the New Year but in the meantime please forward requests to ns...@ec... and we will try to help you in any way we can. Best regards, Michael On Thu, 18 December, 2008 3:14 pm, ye huang wrote: > Great news, Congratulations! It's definitely meaningful for this > community. BTW, do u have any maillist to mediate the developer and > potential users? > > regards ye > > On 18 Dec, 2008, at 3:20 PM, m.m...@la... wrote: > > >> >> Dear GridSim project members, >> >> >> The EC-GIN project partners are pleased to announce the availability >> of their grid application network traffic simulators for public release. >> These simulators represent the conclusion of a work package aimed at >> studying, modelling and replicating the network traffic generated from a >> range of typical grid applications. This release currently includes four >> separate ns2 simulators which model ATLAS, GridFTP, IPTV and PPLive >> (P2P >> streaming) applications respectively, all of which can be tuned to >> replicate a range of network conditions and streaming parameters. >> >> The code is now available for download from the project website >> (http://www.ec-gin.eu/corpsite/display/dsp_Entity.asp?en_id=696) and >> is free to parties wishing to experiment with grid traffic. The simulators >> are provided as-is with the appropriate files, user guides and >> detailed documentation describing their operation. >> >> We believe that this work might be of interest to members of the >> GridSim >> Project and we would greatly appreciate you taking to time to look >> at this and circulating it to any other potentially interested parties. >> Please >> feel free to contact us at: ns...@ec... if you require any further >> information. Additionally, if you would like to learn more about EC- GIN >> or be kept up to date with further developments, please see our main >> project website at (http://www.ec-gin.eu/corpsite/display/main.asp) >> >> Thank you for your attention, we apologise for this unsolicited >> announcement. >> >> Yours sincerely, >> >> >> Michael Mackay >> >> >> >> >> ----------------------------------------------------------------------- >> ------- >> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, >> Nevada. >> The future of the web can't happen without you. Join us at MIX09 to >> help pave the way to the Next Web now. Learn more and register at >> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix >> .com/ >> _______________________________________________ >> Gridsim-users mailing list >> Gri...@li... >> https://lists.sourceforge.net/lists/listinfo/gridsim-users >> > > > -- > > > Ye Huang, Department of Informatics > University of Fribourg / Pérolles 2 - Bld de Pérolles 90 > 1700 Fribourg, Switzerland > > > e-mail: ye....@he..., ye....@un... > http://diuf.unifr.ch/people/huangy/ > Office: +41 26 429 65 95 > > > > > > |
From: ye h. <hua...@gm...> - 2008-12-18 15:18:33
|
Great news, Congratulations! It's definitely meaningful for this community. BTW, do u have any maillist to mediate the developer and potential users? regards ye On 18 Dec, 2008, at 3:20 PM, m.m...@la... wrote: > > Dear GridSim project members, > > The EC-GIN project partners are pleased to announce the availability > of > their grid application network traffic simulators for public release. > These simulators represent the conclusion of a work package aimed at > studying, modelling and replicating the network traffic generated > from a > range of typical grid applications. This release currently includes > four > separate ns2 simulators which model ATLAS, GridFTP, IPTV and PPLive > (P2P > streaming) applications respectively, all of which can be tuned to > replicate a range of network conditions and streaming parameters. > > The code is now available for download from the project website > (http://www.ec-gin.eu/corpsite/display/dsp_Entity.asp?en_id=696) and > is > free to parties wishing to experiment with grid traffic. The > simulators > are provided as-is with the appropriate files, user guides and > detailed > documentation describing their operation. > > We believe that this work might be of interest to members of the > GridSim > Project and we would greatly appreciate you taking to time to look > at this > and circulating it to any other potentially interested parties. Please > feel free to contact us at: ns...@ec... if you require any > further > information. Additionally, if you would like to learn more about EC- > GIN or > be kept up to date with further developments, please see our main > project > website at (http://www.ec-gin.eu/corpsite/display/main.asp) > > Thank you for your attention, we apologise for this unsolicited > announcement. > > Yours sincerely, > > Michael Mackay > > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, > Nevada. > The future of the web can't happen without you. Join us at MIX09 to > help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users -- Ye Huang, Department of Informatics University of Fribourg / Pérolles 2 - Bld de Pérolles 90 1700 Fribourg, Switzerland e-mail: ye....@he..., ye....@un... http://diuf.unifr.ch/people/huangy/ Office: +41 26 429 65 95 |
From: <m.m...@la...> - 2008-12-18 14:42:04
|
Dear GridSim project members, The EC-GIN project partners are pleased to announce the availability of their grid application network traffic simulators for public release. These simulators represent the conclusion of a work package aimed at studying, modelling and replicating the network traffic generated from a range of typical grid applications. This release currently includes four separate ns2 simulators which model ATLAS, GridFTP, IPTV and PPLive (P2P streaming) applications respectively, all of which can be tuned to replicate a range of network conditions and streaming parameters. The code is now available for download from the project website (http://www.ec-gin.eu/corpsite/display/dsp_Entity.asp?en_id=696) and is free to parties wishing to experiment with grid traffic. The simulators are provided as-is with the appropriate files, user guides and detailed documentation describing their operation. We believe that this work might be of interest to members of the GridSim Project and we would greatly appreciate you taking to time to look at this and circulating it to any other potentially interested parties. Please feel free to contact us at: ns...@ec... if you require any further information. Additionally, if you would like to learn more about EC-GIN or be kept up to date with further developments, please see our main project website at (http://www.ec-gin.eu/corpsite/display/main.asp) Thank you for your attention, we apologise for this unsolicited announcement. Yours sincerely, Michael Mackay |
From: ye h. <hua...@gm...> - 2008-12-18 09:12:53
|
Hi, Rajiv: Thanks for your information. Yeap, as you said, it seems to be pretty hard to achieve a directly map from MIPS to clockspeed. I am not intending to achieve an accurate exchange formulation(if exists), just trying to find/implement a simple (rough) exchange procedure. Thanks again! ye On 18 Dec, 2008, at 2:31 AM, Rajiv Ranjan wrote: > > > On Tue, Dec 16, 2008 at 6:29 AM, ye <hua...@gm...> wrote: > Hi, Dear all: > I am working on the map from simulated grid by GridSim into real grid. > Considering the mechanism of describng CPU(ProcessElement) > capability in GridSim is MIPS, I am wondering is there any > exchanging method from MIPS to ClockSpeed(MHz), which is being used > by real world, e.g. JSDL. > > The conversion between MIPS and Mhz is bit complex. It is > function of processor addressing bits i.e. 32 bit or 64 bit, which > basically means the clock speed do not directly corresponds to the > processing speed of a processor. There are other factors that > affects it such as adressing bits, cache, instruction piplining > capability, memory. There are several benchmarks for this. > > http://www.futuretech.blinkenlights.nl/perf.html > > I suggest you to use MIPS rating as the workload in GridSim, Gridlet > is expressed in Million Instructions (MIs) so it is straightforward > to use MIPS rating of processors. > > --Rajiv > > > Thanks a lot! > > regards > ye > > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, > Nevada. > The future of the web can't happen without you. Join us at MIX09 to > help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > |
From: Srikumar V. <sri...@gm...> - 2008-12-16 06:38:39
|
Hi Jawad, > > 1:- Is there any training available for GridSim? The examples are the only training available for GridSim. > 2:- I want to schedule a workflow of jobs/tasks on gridsim, so > 2(a) is it possible to implement Optical Burst Switching OBS Network > 2(b) What is the way to find the optimal path on the basis of multi cost parameters. The packet routing and scheduling can be changed in order to simulate different types of network links and for optimal path. There's nothing "available off the shelf" > 3:- Is it possible to do advance reservation for a "link" > Not yet. But you can implement the functionality in the Network Router. Cheers Srikumar. > It will be a great favor for me before I start simulating my model. > > Kind Regards > > Jawad Ashraf > Ph.D Research Student (1st Year) > Department of Computer Science > University of Leicester > > Cell: +44 (0) 750 7515048 > Off : +44 (0)116 252 3904 > > Email: jaw...@gm... > http://www.cs.le.ac.uk/people/ja176 > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Gridsim-developers mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-developers > |
From: Srikumar V. <sri...@gm...> - 2008-12-16 06:35:09
|
hi, > > Looking the code of DataGridLet class, I've seen that constructors require two > arguments which are: > > long gridletFileSize > long gridletOutputSize > > Reading the javadoc, I guess that first one stands for the filesize of the > executing program file (the job/gridlet specification) > > But I don't really understand what is the second parameter, because > documentation defines the argument as the "the file size (in byte) of the > GridLet AFTER finish executing by a GridResource". > > I thought it should be the filesize of the output files (some kind of result) > obtained by executing the GridLet, but the definition seems to say something else. > > Could anybody clarify this issue? You are right. It denotes the size of the output produced by the Gridlet once it is finished. Cheers Srikumar. > > Thanks in advance, > > - -- > - ----------------------------------------------------------------------- > Jonathan Martí Fraiz > Storage Systems Research Group - Computer Sciences Department > Barcelona Supercomputing Center - Centro Nacional de Supercomputación > www : http://www.bsc.es/StorageSystems > email : jonathan(dot)marti(at)bsc(dot)es > phone : (0034) 934054281 > - ----------------------------------------------------------------------- > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAklGib4ACgkQ4cH1a6R2mCuhMwCfXesJDblR38Qp3yI4wK+erwTA > fkQAoKyDhLIZ59KkX3t7EjHd+UDqMVGk > =UmmH > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > |
From: Ashraf, J. <ja...@le...> - 2008-12-16 03:06:25
|
Dear members I am about to start simulating a model on Gridsim, I dont have sufficient knowledge of gridsim. I have few questions regarding Gridsim 1:- Is there any training available for GridSim? 2:- I want to schedule a workflow of jobs/tasks on gridsim, so 2(a) is it possible to implement Optical Burst Switching OBS Network 2(b) What is the way to find the optimal path on the basis of multi cost parameters. 3:- Is it possible to do advance reservation for a "link" It will be a great favor for me before I start simulating my model. Kind Regards Jawad Ashraf Ph.D Research Student (1st Year) Department of Computer Science University of Leicester Cell: +44 (0) 750 7515048 Off : +44 (0)116 252 3904 Email: jaw...@gm... http://www.cs.le.ac.uk/people/ja176 |