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
|
| 2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
|
From: Ami Mm <moh...@ya...> - 2012-11-04 19:50:53
|
hello I have several articles on the use of parallel algorithms in grid computing need please help me AMENEH MOHAMMADI M.Sc student inSoftware Engineering at the University of Babol |
|
From: SARDOR H. <rod...@ma...> - 2012-11-03 13:10:33
|
Hello everybody. I'm implementing my new load balancing algorithm in GridSim.
I stuck at one problem. Actually I wanted to send load state information from Resources to Cluster Managers every fixed period time.
But I couldn't do it. I'm doing like that:
start_time=GridSim.clock();
border_time=start_time+T; // every T resource sends its load state information to Cluster Manager
Sim_event ev = new Sim_event();
while(Sim_system.running()){
current_time= GridSim.clock(); // System's current time
if(current_time>=border_time){
super.send(cluster, GridSimTags.SCHEDULE_NOW,File.TYPE_TAG_DATA, data); // data is load state information
System.out.println(name_+"is sending its EET "+t[myQ.size()] +"to "+cluster+" at time "+GridSim.clock());
border_time=border_time+10;
}
super.sim_get_next(ev);
.....
Can Somebody help me to solve this problem, please.
Thank you in advance!
|
|
From: malihe s. <mal...@ya...> - 2012-10-22 07:11:58
|
Hello I’m trying to write some codes to solve my thesis problems. I will use gridsim software for simulation job scheduling Algorithm. May you tell me, which class to be useful for Optimizing the time? Best Regards |
|
From: suguna <sug...@gm...> - 2012-10-05 04:12:08
|
how to write coding for data replication using centralized data replication algorithm.please help me to write |
|
From: malihe s. <mal...@ya...> - 2012-08-16 06:46:42
|
Thank you mr Abdul Zummerwala. |
|
From: malihe s. <mal...@ya...> - 2012-08-14 06:39:30
|
merci. but I execute gridsim.jar for compile in dos. I for execute examples of gridsim should they open in the netbeans? you can tell me how is output?is text? I intend write a scheduling algorithm, but I do not know in which part should be written? For creating user in gridsim i can use from visual modeler?Can be linked? |
|
From: malihe s. <mal...@ya...> - 2012-08-13 07:56:59
|
hello When I run GridSim.jar, I have the following error message(I planted netbeans7 and gridsim 5): failed to load main-class manifest attribute from c:\gridsm\jars\gridsim.jar |
|
From: malihe s. <mal...@ya...> - 2012-08-08 09:26:24
|
hello When I run GridSim.jar, I have the following error message: failed to load main-class manifest attribute from c:\gridsm\jars\gridsim.jar |
|
From: malihe s. <mal...@ya...> - 2012-08-08 09:13:40
|
hello When I run GridSim.jar, I have the following error message: failed to load main-class manifest attribute from c:\gridsm\jars\gridsim.jar |
|
From: SARDOR H. <rod...@ma...> - 2012-08-06 14:59:48
|
Hello everyone. I want to finish my paper as soon as possible. So I need some help on plotting results of performance parameters. Is there any methods or classes for plotting in GridSim. Thank you in advance! |
|
From: sara s. <sar...@gm...> - 2012-07-31 23:58:07
|
Hi, I have GridSim5-2, Java 1.6 and MyEclipse 10 on my system. When I run an example(example 4) of DataGrid in MyEclipse, it gives me this error: Could not find the main class: path\to\example\MainClass.java. Program will exit. Please give me some points ... Cheers |
|
From: Arindam D. <dar...@gm...> - 2012-07-30 07:45:05
|
I have a Question : In GridSim *Readme* file there's a folder like /eduni
under the folder /doc like the following :
doc/
eduni/
which is unfortunately missing. Can anyone explain this?
--
Arindam Das.
GridSim User
|
|
From: hadi a. <had...@ya...> - 2012-07-28 21:37:08
|
Hi, I'm working on a paper and need to do simulations in Gridsim. But when my nodes are more than about 800, I received this error: Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: unable to create new native thread Would you pleases tell me how to overcame to this error. Best Regards. ----------------------------------------------- Hadi Adineh . Faculty member of Payam Noor University, IT Dept. Web Site : vhadi.com Administrator, Designer and Strategist of : Hadi Virtual World & pnuvu.ir |
|
From: Amani G. <ama...@ba...> - 2012-07-04 05:27:46
|
hello regards example 6 i want to make sure of some details: 1- it has 3 users apply their workload Gridlet into 3 different machines Resources and we compute the time cost of getting the answer? 2- in my simulation i can change the file input size or the speed of machine or MI ? to get various results and study the effects ? 3- if the above is right what else do you think i can change to draw in my excel graph? please i am new to Grid sim i know i must spent more time in it but really i have just week to finish this so any help or advice is highly appreciated thanks Amani Goniemat This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. |
|
From: amani <ros...@ya...> - 2012-07-03 10:09:50
|
hi i am working on example 6 of gridsim i was able to compile and run it but i don't understand it !!! what parameter i can change is it just 3 users want to access 3 resources and we want to compute the access time?? the parameters that i can change in my simulation? any ideas or useful resource help plz |
|
From: amani <ros...@ya...> - 2012-06-26 10:03:00
|
hi i finished downloading gridsim on ubuntu 12.04 and ran ezample 1,2 .. but exaple 6 give me the following error Note: example06/Example6.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. why what can i do? Regards Amani |
|
From: Amani G. <ama...@ba...> - 2012-06-26 09:54:21
|
hi i finished downloading gridsim on ubuntu 12.04 and ran ezample 1,2 .. but exaple 6 give me the following error Note: example06/Example6.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. why what can i do? Regards Amani This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. |
|
From: amani <ros...@ya...> - 2012-06-26 09:42:17
|
hi i finished downloading gridsim on ubuntu 12.04 and ran ezample 1,2 .. but exaple 6 give me the following error Note: example06/Example6.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. why what can i do? Regards Amani |
|
From: navjot g. <jot...@gm...> - 2012-06-01 07:08:31
|
plz someone tell me what is the procedure of implementing max-min scheduling algorithm in gridsim. plzzzzzz it would be a great help. thanx |
|
From: navjot g. <jot...@gm...> - 2012-05-31 10:19:33
|
hi i am doing my thesis using gridsim. i need to impement grid scheduling algorithms and analyse their performance using grid sim..plz tell me which example to follow or do i need to modify some example for my algorithm or what to do...plz help |
|
From: Nirali N. <nir...@gm...> - 2012-05-29 05:06:30
|
Hello All, I am quite new to Gridsim and i am trying to set up a fully connected network where each node is linked to each other node. Each node has computations to do and parameters to pass to other nodes. I tried the first example in "network" folder for 2 users. However that does not accept multiple links for multiple users. Can someone please help with guidance regarding which example would be apt for my situation. -- Thanks and Regards, ------------------------------- Nirali Nanavati Research Scholar SVNIT, Surat |
|
From: farah i. <far...@gm...> - 2012-04-12 16:51:06
|
hi,i am doing my mtech project in grid computing in Advance Resource Reservation and with that i want to combine the new back filling algorithm. i am done with user,resources and scheduler for communication, and advance reservation also working too good,but for back filling i want free PE and time slots from resources. but ARResources should use ARSimpleSpaceShared policy and this policy not allowed queryFreePE and queryFreeTime,and also not allowing to process 1 gridlet on more than 1 PE. so please anybody help me out and tell me what to do? what policy should i use. if i go for parallelResource so which AllocPolicy allow more than 1 PE for 1 gridlet. OR should i need to write down new policy for this? actually i am working on it but suppose any body have better solution than this,so please share that with me. thank you so much in advance. Have Happy Grid!!!! :-) -- Warm Regards, Farahnaj Inamdar. :-) |
|
From: farah i. <far...@gm...> - 2012-04-12 16:41:17
|
hi,i am doing my mtech project in grid computing in Advance Resource Reservation and with that i want to combine the new back filling algorithm. i am done with user,resources and scheduler for communication, and advance reservation also working too good,but for back filling i want free PE and time slots from resources. but ARResources should use ARSimpleSpaceShared policy and this policy not allowed queryFreePE and queryFreeTime,and also not allowing to process 1 gridlet on more than 1 PE. so please anybody help me out and tell me what to do? what policy should i use. if i go for parallelResource so which AllocPolicy allow more than 1 PE for 1 gridlet. OR should i need to write down new policy for this? actually i am working on it but suppose any body have better solution than this,so please share that with me. thank you so much in advance. Have Happy Grid!!!! :-) -- Warm Regards, Farahnaj Inamdar. :-) |
|
From: Martin Q. <mar...@lo...> - 2012-04-05 21:32:03
|
Hello, I was curious about the kind of accuracy that could be expected from the flow based model, so I decided to run an example that would be simple enough to be computed by hand, just to see. I simplified one of the provided examples to get a fully symmetric backbone, with 2 flows of the same size starting at the same time. The expected outcome is that the flows terminate at the same time, about twice the time to send a single message without contention on the backbone link. But instead, only one of the flows seem to share the bandwidth on the bottleneck link while the other doesn't. That is to say that sending a single flow takes 83.2 seconds while when sending 2 flows, one of them takes 83.2 seconds while the other takes 163.8. My question here is to know whether I did something wrong in my test case (attached to this mail), or whether this, as it seems, a bug in GridSim. I'm using GridSim v5.2. If someone has a fix or a workaround to solve my problem, please help. Thanks in advance, Mt. |
|
From: adinath w. <adi...@gm...> - 2012-03-28 09:44:17
|
how to set up server in the gridsim tool. there is any classes for the security related then send me link for that classes. -- A.M.Wade |