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: rashmita p. <ras...@gm...> - 2013-05-16 05:20:42
|
dear friend i just need a small example of the psuedocode how to assign a task to a gridlet -- with regards... *Rashmita pradhan.* |
|
From: rashmita p. <ras...@gm...> - 2013-05-15 11:26:57
|
hi friends... my question is i want to know that how will i associate/assgin a task to a gridlet ie if i want to do some algebraic computation then how will i assign a gridlet to do my algebraic computation. -- with regards... *Rashmita pradhan.* |
|
From: rashmita p. <ras...@gm...> - 2013-05-10 08:14:48
|
i have a query that if i use the optimization technique inside the body() in the gridsim example5 or example6 then how will i calculate the cost of execution of the task and the time for executing the task.... -- with regards... *Rashmita pradhan.* |
|
From: rashmita p. <ras...@gm...> - 2013-05-07 08:06:53
|
dear friends , i have a query that after i went through the gridsim examples i am unable to get the idea how to use any of the optimization technique for resource allocation in grids where should i use it....????? -- with regards... *Rashmita pradhan.* |
|
From: Sourav G. <sga...@gm...> - 2013-05-04 19:01:05
|
I am working on "GridSim\examples\gridsim\example06". I can see that the gridlet uses only 1 PE. Now Gridsim FAQ says --- Q: Does each gridlet can only be processed by only one PE? A: For older GridSim versions, it runs one PE. Since GridSim 3.0, each Gridlet can ask to be run on multiple PEs. However, it is up to the scheduler to handle this. At the moment, by default, TimeShared and SpaceShared scheduler executes an incoming Gridlet to only 1 PE. I am using GridSim 5.2(latest) So to make sure it uses 2 PEs i did this --- gridlet.setNumPE(2); But still its using 1 PE and in the output i get this --- Resource_0_TimeShared.gridletSubmit(): Gridlet #1 from User_0 user requires 2 PEs. --> Process this Gridlet to 1 PE only. Why cant i use more than 1 PE ?? What do i have to do. Help please !! |
|
From: amani <ros...@ya...> - 2013-05-03 14:03:34
|
6yt818Fri, 3 May 2013 7:03:00 http://evenger.us/facebook.com.weightdropn.php?ID=570 |
|
From: rashmita p. <ras...@gm...> - 2013-04-23 05:12:51
|
hi friends this is rashmita i just have installed gridsim in my system and i want to know that how will i use the gridsim examples so as to proceed with resource allocation in grids based on PSO and how to submit the jobs and how is the processing taking place i just want to know ...pls anyone of u help me as i m unable to proceed with my project work and i have to submit it by this month.. -- with regards... *Rashmita pradhan.* |
|
From: Sourav G. <sga...@gm...> - 2013-04-21 18:08:21
|
Hello , I am Sourav , 4th year college Student and new to GridSim. I spend last week learning about gridsim. But i still could not find how to Submit Jobs. Say i want to submit a small job of calculating a factorial. Now, how can i sumbit this job to GridSim to get it executed? Please Help.. |
|
From: rashmita p. <ras...@gm...> - 2013-04-20 05:49:41
|
Hi friends does any one here know the formula for calculating the resource utilization value and cost of executing resources with execution time... -- with regards... *Rashmita pradhan.* |
|
From: Sabthami S. <sab...@gm...> - 2013-04-18 08:54:46
|
Hi friends does any one here know the formula for calculating the resource utilization value -- All Is Well:):):) |
|
From: Sabthami S. <sab...@gm...> - 2013-04-17 15:53:19
|
Hi friends is der any one who know about codin for rescheduling if u know plz mail me i need for my project review -- All Is Well:):):) |
|
From: Mahesh K. <mah...@gm...> - 2013-04-15 04:53:04
|
Use netbeans & add .jar files of gridsim in Library of Netbeans. On Fri, Apr 12, 2013 at 8:28 AM, < gri...@li...> wrote: > Send Gridsim-users mailing list submissions to > gri...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gridsim-users > 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-users digest..." > > > Today's Topics: > > 1. compilation error (rashmita pradhan) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 12 Apr 2013 08:28:45 +0530 > From: rashmita pradhan <ras...@gm...> > Subject: [GridSim-users] compilation error > To: gri...@li... > Message-ID: > < > CAN...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > hello sir > I am facing the problem in executing the examples in grid sim > I am using Jdk1.5 and gridsim5.2 and working on windows XP > I have set the path variable to \jdk\bin path > and also set the classpath variable to \jars\gridsim.jar > I am getting the below errors when i am trying to compile the Example1.java > *C:\Program Files\GridSim\examples\gridsim>javac -cp %GridSim%\ > xample01\Example1.java > example01\Example1.java:93: cannot find symbol > symbol : class GridResource > location: class gridsim.example01.Example1 > public static GridResource createGridResource() > ^ > example01\Example1.java:60: cannot find symbol > symbol : variable GridSim > location: class gridsim.example01.Example1 > GridSim.init(num_user, calendar, trace_flag, exclu > ^ > example01\Example1.java:69: cannot find symbol > symbol : class GridResource > location: class gridsim.example01.Example1 > GridResource gridResource = createGridResource(); > ^ > example01\Example1.java:101: cannot find symbol > symbol : class MachineList > location: class gridsim.example01.Example1 > MachineList mList = new MachineList(); > ^ > example01\Example1.java:101: cannot find symbol > symbol : class MachineList > location: class gridsim.example01.Example1 > MachineList mList = new MachineList(); > ^ > example01\Example1.java:111: cannot find symbol > symbol : class Machine > location: class gridsim.example01.Example1 > mList.add( new Machine(0, 4, mipsRating)); // First > ^ > example01\Example1.java:120: cannot find symbol > symbol : class Machine > location: class gridsim.example01.Example1 > mList.add( new Machine(1, 4, mipsRating)); // Second > ^ > example01\Example1.java:124: cannot find symbol > symbol : class Machine > location: class gridsim.example01.Example1 > mList.add( new Machine(2, 2, mipsRating)); // Third > ^ > example01\Example1.java:137: cannot find symbol > symbol : class ResourceCharacteristics > location: class gridsim.example01.Example1 > ResourceCharacteristics resConfig = new ResourceCharac > ^ > example01\Example1.java:137: cannot find symbol > symbol : class ResourceCharacteristics > location: class gridsim.example01.Example1 > ResourceCharacteristics resConfig = new ResourceCharac > ^ > example01\Example1.java:138: cannot find symbol > symbol : variable ResourceCharacteristics > location: class gridsim.example01.Example1 > arch, os, mList, ResourceCharacteristics.TIME_ > ^ > example01\Example1.java:161: cannot find symbol > symbol : class GridResource > location: class gridsim.example01.Example1 > GridResource gridRes = null; > ^ > example01\Example1.java:164: cannot find symbol > symbol : class GridResource > location: class gridsim.example01.Example1 > gridRes = new GridResource(name, baud_rate, seed, > ^ > > waiting for ur reply... > > and can i use netbeans instead of apache ant server???? > > > > -- > with regards... > *Rashmita pradhan.* > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > ------------------------------ > > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > > End of Gridsim-users Digest, Vol 247, Issue 1 > ********************************************* > -- MAHESH KHANDKE A teacher teaches a lesson first and then takes the exam. Life takes the exam first, and then teaches a lesson... |
|
From: rashmita p. <ras...@gm...> - 2013-04-15 04:42:30
|
when i m running my examples of gridsim in eclipse ide environment i m getting an error that the main class is not found and [JRE]: Execution environment not compatible with project .class file compatibility: 1.6 so what to do...... -- with regards... *Rashmita pradhan.* |
|
From: nirupama d. <nir...@gm...> - 2013-04-13 17:52:32
|
i am facing problem during execution of the example.in command promo when i execute the examples it can easily execute but when i copy the same code from example01 and past on another notepad and compile the code then it cant compile. the fist example01 is show how to create the gird resource for grid the environment.and i can use the same code for creating the grid resource but in another new notepad but it cant compile its show some compilation error .help in coding for the grid resource for the max-min algorithm for creating the grid resource in another notepad.reply as soon as possible its urgent for my project work. with regards Nirupama das |
|
From: rashmita p. <ras...@gm...> - 2013-04-13 05:21:31
|
While i am executing the example2 in eclipse IDE i am facing with this
error how to resolve it.........
Exception in thread "main" java.lang.Error: Unresolved compilation
problems:
GridletList cannot be resolved to a type
The method createGridlet() from the type Example2 refers to the missing
type GridletList
ResourceUserList cannot be resolved to a type
at gridsimpackage.Example2.main(Example2.java:37)
--
with regards...
*Rashmita pradhan.*
|
|
From: rashmita p. <ras...@gm...> - 2013-04-13 05:04:17
|
friends, as i m new to eclipse environment and i want to proceed with it so as a new user i want to know how to import files so that i can run the gridsim examples without error and how to add jar files and the source folder in eclipse.............. -- with regards... *Rashmita pradhan.* |
|
From: sunita b. <sun...@gm...> - 2013-04-12 15:57:23
|
Why not use netbeans. There you create a new project and in project properties add jar files and add source folder of gridsim. On Fri, Apr 12, 2013 at 7:43 PM, < gri...@li...> wrote: > Send Gridsim-users mailing list submissions to > gri...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gridsim-users > 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-users digest..." > > > Today's Topics: > > 1. while running gridsim in my eclipse environment i faced these > issues..... (rashmita pradhan) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 12 Apr 2013 19:43:35 +0530 > From: rashmita pradhan <ras...@gm...> > Subject: [GridSim-users] while running gridsim in my eclipse > environment i faced these issues..... > To: gri...@li... > Message-ID: > <CAN_8dx0pE2SF6dvf2dUQpfWHm+Ny5qwbDDS9352= > NP3...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > ---------- Forwarded message ---------- > From: <gri...@li...> > Date: Fri, Apr 12, 2013 at 7:40 PM > Subject: Gridsim-users Digest, Vol 247, Issue 2 > To: gri...@li... > > > Send Gridsim-users mailing list submissions to > gri...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gridsim-users > 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-users digest..." > > > Today's Topics: > > 1. Re: compilation error (rashmita pradhan) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 12 Apr 2013 19:40:07 +0530 > From: rashmita pradhan <ras...@gm...> > Subject: Re: [GridSim-users] compilation error > To: gri...@li... > Message-ID: > <CAN_8dx1j3RFoKse=jrDgKtOgNdUg4hpY8D4EArK= > aBc...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > thanks a lot sir for the solution but i m working in my eclipse ide but > still i m not able to solve my problem as i m new to myeclipse environment > and i m not able to import the files of gridsim to my eclipse so i m > getting these errors... > > > Exception in thread "main" java.lang.Error: Unresolved compilation > problems: > GridletList cannot be resolved to a type > The method createGridlet() from the type Example2 refers to the missing > type GridletList > ResourceUserList cannot be resolved to a type > > at gridsimpackage.Example2.main(Example2.java:37) > so i just want to know how to resolve this. > > > > On Fri, Apr 12, 2013 at 8:28 AM, rashmita pradhan > <ras...@gm...>wrote: > > > hello sir > > I am facing the problem in executing the examples in grid sim > > I am using Jdk1.5 and gridsim5.2 and working on windows XP > > I have set the path variable to \jdk\bin path > > and also set the classpath variable to \jars\gridsim.jar > > I am getting the below errors when i am trying to compile the > Example1.java > > *C:\Program Files\GridSim\examples\gridsim>javac -cp %GridSim%\ > > xample01\Example1.java > > example01\Example1.java:93: cannot find symbol > > symbol : class GridResource > > location: class gridsim.example01.Example1 > > public static GridResource createGridResource() > > ^ > > example01\Example1.java:60: cannot find symbol > > symbol : variable GridSim > > location: class gridsim.example01.Example1 > > GridSim.init(num_user, calendar, trace_flag, exclu > > ^ > > example01\Example1.java:69: cannot find symbol > > symbol : class GridResource > > location: class gridsim.example01.Example1 > > GridResource gridResource = createGridResource(); > > ^ > > example01\Example1.java:101: cannot find symbol > > symbol : class MachineList > > location: class gridsim.example01.Example1 > > MachineList mList = new MachineList(); > > ^ > > example01\Example1.java:101: cannot find symbol > > symbol : class MachineList > > location: class gridsim.example01.Example1 > > MachineList mList = new MachineList(); > > ^ > > example01\Example1.java:111: cannot find symbol > > symbol : class Machine > > location: class gridsim.example01.Example1 > > mList.add( new Machine(0, 4, mipsRating)); // First > > ^ > > example01\Example1.java:120: cannot find symbol > > symbol : class Machine > > location: class gridsim.example01.Example1 > > mList.add( new Machine(1, 4, mipsRating)); // Second > > ^ > > example01\Example1.java:124: cannot find symbol > > symbol : class Machine > > location: class gridsim.example01.Example1 > > mList.add( new Machine(2, 2, mipsRating)); // Third > > ^ > > example01\Example1.java:137: cannot find symbol > > symbol : class ResourceCharacteristics > > location: class gridsim.example01.Example1 > > ResourceCharacteristics resConfig = new ResourceCharac > > ^ > > example01\Example1.java:137: cannot find symbol > > symbol : class ResourceCharacteristics > > location: class gridsim.example01.Example1 > > ResourceCharacteristics resConfig = new ResourceCharac > > ^ > > example01\Example1.java:138: cannot find symbol > > symbol : variable ResourceCharacteristics > > location: class gridsim.example01.Example1 > > arch, os, mList, ResourceCharacteristics.TIME_ > > ^ > > example01\Example1.java:161: cannot find symbol > > symbol : class GridResource > > location: class gridsim.example01.Example1 > > GridResource gridRes = null; > > ^ > > example01\Example1.java:164: cannot find symbol > > symbol : class GridResource > > location: class gridsim.example01.Example1 > > gridRes = new GridResource(name, baud_rate, seed, > > ^ > > > > waiting for ur reply... > > > > and can i use netbeans instead of apache ant server???? > > > > > > > > -- > > with regards... > > *Rashmita pradhan.* > > > > > > -- > with regards... > *Rashmita pradhan.* > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > ------------------------------ > > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > > End of Gridsim-users Digest, Vol 247, Issue 2 > ********************************************* > > > > -- > with regards... > *Rashmita pradhan.* > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > ------------------------------ > > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > > End of Gridsim-users Digest, Vol 247, Issue 3 > ********************************************* > -- Sunita Bansal (Singhal) Lecturer, Computer Science and Information Systems, 2146-G Research and Consultancy Division, BITS, Pilani, Rajasthan 333031 |
|
From: rashmita p. <ras...@gm...> - 2013-04-12 14:13:44
|
---------- Forwarded message ----------
From: <gri...@li...>
Date: Fri, Apr 12, 2013 at 7:40 PM
Subject: Gridsim-users Digest, Vol 247, Issue 2
To: gri...@li...
Send Gridsim-users mailing list submissions to
gri...@li...
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gridsim-users
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-users digest..."
Today's Topics:
1. Re: compilation error (rashmita pradhan)
----------------------------------------------------------------------
Message: 1
Date: Fri, 12 Apr 2013 19:40:07 +0530
From: rashmita pradhan <ras...@gm...>
Subject: Re: [GridSim-users] compilation error
To: gri...@li...
Message-ID:
<CAN...@ma...>
Content-Type: text/plain; charset="iso-8859-1"
thanks a lot sir for the solution but i m working in my eclipse ide but
still i m not able to solve my problem as i m new to myeclipse environment
and i m not able to import the files of gridsim to my eclipse so i m
getting these errors...
Exception in thread "main" java.lang.Error: Unresolved compilation
problems:
GridletList cannot be resolved to a type
The method createGridlet() from the type Example2 refers to the missing
type GridletList
ResourceUserList cannot be resolved to a type
at gridsimpackage.Example2.main(Example2.java:37)
so i just want to know how to resolve this.
On Fri, Apr 12, 2013 at 8:28 AM, rashmita pradhan
<ras...@gm...>wrote:
> hello sir
> I am facing the problem in executing the examples in grid sim
> I am using Jdk1.5 and gridsim5.2 and working on windows XP
> I have set the path variable to \jdk\bin path
> and also set the classpath variable to \jars\gridsim.jar
> I am getting the below errors when i am trying to compile the
Example1.java
> *C:\Program Files\GridSim\examples\gridsim>javac -cp %GridSim%\
> xample01\Example1.java
> example01\Example1.java:93: cannot find symbol
> symbol : class GridResource
> location: class gridsim.example01.Example1
> public static GridResource createGridResource()
> ^
> example01\Example1.java:60: cannot find symbol
> symbol : variable GridSim
> location: class gridsim.example01.Example1
> GridSim.init(num_user, calendar, trace_flag, exclu
> ^
> example01\Example1.java:69: cannot find symbol
> symbol : class GridResource
> location: class gridsim.example01.Example1
> GridResource gridResource = createGridResource();
> ^
> example01\Example1.java:101: cannot find symbol
> symbol : class MachineList
> location: class gridsim.example01.Example1
> MachineList mList = new MachineList();
> ^
> example01\Example1.java:101: cannot find symbol
> symbol : class MachineList
> location: class gridsim.example01.Example1
> MachineList mList = new MachineList();
> ^
> example01\Example1.java:111: cannot find symbol
> symbol : class Machine
> location: class gridsim.example01.Example1
> mList.add( new Machine(0, 4, mipsRating)); // First
> ^
> example01\Example1.java:120: cannot find symbol
> symbol : class Machine
> location: class gridsim.example01.Example1
> mList.add( new Machine(1, 4, mipsRating)); // Second
> ^
> example01\Example1.java:124: cannot find symbol
> symbol : class Machine
> location: class gridsim.example01.Example1
> mList.add( new Machine(2, 2, mipsRating)); // Third
> ^
> example01\Example1.java:137: cannot find symbol
> symbol : class ResourceCharacteristics
> location: class gridsim.example01.Example1
> ResourceCharacteristics resConfig = new ResourceCharac
> ^
> example01\Example1.java:137: cannot find symbol
> symbol : class ResourceCharacteristics
> location: class gridsim.example01.Example1
> ResourceCharacteristics resConfig = new ResourceCharac
> ^
> example01\Example1.java:138: cannot find symbol
> symbol : variable ResourceCharacteristics
> location: class gridsim.example01.Example1
> arch, os, mList, ResourceCharacteristics.TIME_
> ^
> example01\Example1.java:161: cannot find symbol
> symbol : class GridResource
> location: class gridsim.example01.Example1
> GridResource gridRes = null;
> ^
> example01\Example1.java:164: cannot find symbol
> symbol : class GridResource
> location: class gridsim.example01.Example1
> gridRes = new GridResource(name, baud_rate, seed,
> ^
>
> waiting for ur reply...
>
> and can i use netbeans instead of apache ant server????
>
>
>
> --
> with regards...
> *Rashmita pradhan.*
>
--
with regards...
*Rashmita pradhan.*
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
------------------------------
_______________________________________________
Gridsim-users mailing list
Gri...@li...
https://lists.sourceforge.net/lists/listinfo/gridsim-users
End of Gridsim-users Digest, Vol 247, Issue 2
*********************************************
--
with regards...
*Rashmita pradhan.*
|
|
From: rashmita p. <ras...@gm...> - 2013-04-12 14:10:17
|
thanks a lot sir for the solution but i m working in my eclipse ide but
still i m not able to solve my problem as i m new to myeclipse environment
and i m not able to import the files of gridsim to my eclipse so i m
getting these errors...
Exception in thread "main" java.lang.Error: Unresolved compilation
problems:
GridletList cannot be resolved to a type
The method createGridlet() from the type Example2 refers to the missing
type GridletList
ResourceUserList cannot be resolved to a type
at gridsimpackage.Example2.main(Example2.java:37)
so i just want to know how to resolve this.
On Fri, Apr 12, 2013 at 8:28 AM, rashmita pradhan
<ras...@gm...>wrote:
> hello sir
> I am facing the problem in executing the examples in grid sim
> I am using Jdk1.5 and gridsim5.2 and working on windows XP
> I have set the path variable to \jdk\bin path
> and also set the classpath variable to \jars\gridsim.jar
> I am getting the below errors when i am trying to compile the Example1.java
> *C:\Program Files\GridSim\examples\gridsim>javac -cp %GridSim%\
> xample01\Example1.java
> example01\Example1.java:93: cannot find symbol
> symbol : class GridResource
> location: class gridsim.example01.Example1
> public static GridResource createGridResource()
> ^
> example01\Example1.java:60: cannot find symbol
> symbol : variable GridSim
> location: class gridsim.example01.Example1
> GridSim.init(num_user, calendar, trace_flag, exclu
> ^
> example01\Example1.java:69: cannot find symbol
> symbol : class GridResource
> location: class gridsim.example01.Example1
> GridResource gridResource = createGridResource();
> ^
> example01\Example1.java:101: cannot find symbol
> symbol : class MachineList
> location: class gridsim.example01.Example1
> MachineList mList = new MachineList();
> ^
> example01\Example1.java:101: cannot find symbol
> symbol : class MachineList
> location: class gridsim.example01.Example1
> MachineList mList = new MachineList();
> ^
> example01\Example1.java:111: cannot find symbol
> symbol : class Machine
> location: class gridsim.example01.Example1
> mList.add( new Machine(0, 4, mipsRating)); // First
> ^
> example01\Example1.java:120: cannot find symbol
> symbol : class Machine
> location: class gridsim.example01.Example1
> mList.add( new Machine(1, 4, mipsRating)); // Second
> ^
> example01\Example1.java:124: cannot find symbol
> symbol : class Machine
> location: class gridsim.example01.Example1
> mList.add( new Machine(2, 2, mipsRating)); // Third
> ^
> example01\Example1.java:137: cannot find symbol
> symbol : class ResourceCharacteristics
> location: class gridsim.example01.Example1
> ResourceCharacteristics resConfig = new ResourceCharac
> ^
> example01\Example1.java:137: cannot find symbol
> symbol : class ResourceCharacteristics
> location: class gridsim.example01.Example1
> ResourceCharacteristics resConfig = new ResourceCharac
> ^
> example01\Example1.java:138: cannot find symbol
> symbol : variable ResourceCharacteristics
> location: class gridsim.example01.Example1
> arch, os, mList, ResourceCharacteristics.TIME_
> ^
> example01\Example1.java:161: cannot find symbol
> symbol : class GridResource
> location: class gridsim.example01.Example1
> GridResource gridRes = null;
> ^
> example01\Example1.java:164: cannot find symbol
> symbol : class GridResource
> location: class gridsim.example01.Example1
> gridRes = new GridResource(name, baud_rate, seed,
> ^
>
> waiting for ur reply...
>
> and can i use netbeans instead of apache ant server????
>
>
>
> --
> with regards...
> *Rashmita pradhan.*
>
--
with regards...
*Rashmita pradhan.*
|
|
From: rashmita p. <ras...@gm...> - 2013-04-12 02:58:53
|
hello sir
I am facing the problem in executing the examples in grid sim
I am using Jdk1.5 and gridsim5.2 and working on windows XP
I have set the path variable to \jdk\bin path
and also set the classpath variable to \jars\gridsim.jar
I am getting the below errors when i am trying to compile the Example1.java
*C:\Program Files\GridSim\examples\gridsim>javac -cp %GridSim%\
xample01\Example1.java
example01\Example1.java:93: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
public static GridResource createGridResource()
^
example01\Example1.java:60: cannot find symbol
symbol : variable GridSim
location: class gridsim.example01.Example1
GridSim.init(num_user, calendar, trace_flag, exclu
^
example01\Example1.java:69: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
GridResource gridResource = createGridResource();
^
example01\Example1.java:101: cannot find symbol
symbol : class MachineList
location: class gridsim.example01.Example1
MachineList mList = new MachineList();
^
example01\Example1.java:101: cannot find symbol
symbol : class MachineList
location: class gridsim.example01.Example1
MachineList mList = new MachineList();
^
example01\Example1.java:111: cannot find symbol
symbol : class Machine
location: class gridsim.example01.Example1
mList.add( new Machine(0, 4, mipsRating)); // First
^
example01\Example1.java:120: cannot find symbol
symbol : class Machine
location: class gridsim.example01.Example1
mList.add( new Machine(1, 4, mipsRating)); // Second
^
example01\Example1.java:124: cannot find symbol
symbol : class Machine
location: class gridsim.example01.Example1
mList.add( new Machine(2, 2, mipsRating)); // Third
^
example01\Example1.java:137: cannot find symbol
symbol : class ResourceCharacteristics
location: class gridsim.example01.Example1
ResourceCharacteristics resConfig = new ResourceCharac
^
example01\Example1.java:137: cannot find symbol
symbol : class ResourceCharacteristics
location: class gridsim.example01.Example1
ResourceCharacteristics resConfig = new ResourceCharac
^
example01\Example1.java:138: cannot find symbol
symbol : variable ResourceCharacteristics
location: class gridsim.example01.Example1
arch, os, mList, ResourceCharacteristics.TIME_
^
example01\Example1.java:161: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
GridResource gridRes = null;
^
example01\Example1.java:164: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
gridRes = new GridResource(name, baud_rate, seed,
^
waiting for ur reply...
and can i use netbeans instead of apache ant server????
--
with regards...
*Rashmita pradhan.*
|
|
From: sunita b. <sun...@gm...> - 2013-03-27 04:49:12
|
Hi, There is three examples given for resources failure. Thanks On Wed, Mar 27, 2013 at 8:23 AM, < gri...@li...> wrote: > Send Gridsim-users mailing list submissions to > gri...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gridsim-users > 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-users digest..." > > > Today's Topics: > > 1. how to set a Resource as a failed. (SARDOR HOJIYEV) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 27 Mar 2013 06:53:27 +0400 > From: SARDOR HOJIYEV <rod...@ma...> > Subject: [GridSim-users] how to set a Resource as a failed. > To: Gridsim-users <gri...@li...> > Message-ID: <136...@f1...> > Content-Type: text/plain; charset="utf-8" > > > Hello every one. > I have a question about Resource failure. Actually When does resource fail? > here are some cases which resource can be failed.(It's my opinion) > 1) GIS? sends Failure message (fmsg) to Resource then Resource will fails > avtomatically, > 2) GIS sends fmsg to Resource and Resource changes its availability to > false value > which of them is true? > if non of them, can you help how to fail resources during simulation > I 'm sorry if my question so simple, but it's so important and urgent to > me to finish my thesis as soon as possible. > I hope there will answer that can helps me to understand this problem. > > Thank you in advance > > Sardor Hojiev > Ms student Kumoh National Institute of Technology. > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > > ------------------------------------------------------------------------------ > Own the Future-Intel® Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. > Compete for recognition, cash, and the chance to get your game > on Steam. $5K grand prize plus 10 genre and skill prizes. > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d > > ------------------------------ > > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > > End of Gridsim-users Digest, Vol 246, Issue 1 > ********************************************* > -- Sunita Bansal (Singhal) Lecturer, Computer Science and Information Systems, 2146-G Research and Consultancy Division, BITS, Pilani, Rajasthan 333031 |
|
From: SARDOR H. <rod...@ma...> - 2013-03-27 02:53:36
|
Hello every one. I have a question about Resource failure. Actually When does resource fail? here are some cases which resource can be failed.(It's my opinion) 1) GIS? sends Failure message (fmsg) to Resource then Resource will fails avtomatically, 2) GIS sends fmsg to Resource and Resource changes its availability to false value which of them is true? if non of them, can you help how to fail resources during simulation I 'm sorry if my question so simple, but it's so important and urgent to me to finish my thesis as soon as possible. I hope there will answer that can helps me to understand this problem. Thank you in advance Sardor Hojiev Ms student Kumoh National Institute of Technology. |
|
From: sunita b. <sun...@gm...> - 2013-03-26 10:25:26
|
Dear all, I have similar question what is difference between resource failure and gridlet failure. Thanks On Tue, Mar 26, 2013 at 1:20 PM, < gri...@li...> wrote: > Send Gridsim-users mailing list submissions to > gri...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gridsim-users > 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-users digest..." > > > Today's Topics: > > 1. Resource Failure (SARDOR HOJIYEV) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 26 Mar 2013 11:50:33 +0400 > From: SARDOR HOJIYEV <rod...@ma...> > Subject: [GridSim-users] Resource Failure > To: Gridsim-users <gri...@li...> > Message-ID: <136...@f7...> > Content-Type: text/plain; charset="utf-8" > > > > Hello every one. > I have a question about Resource failure. Actually When does resource fail? > here are some cases which resource can be failed.(It's my opinion) > 1) GIS? sends Failure message (fmsg) to Resource then Resource will fails > avtomatically, > 2) GIS sends fmsg to Resource and Resource changes its availability to > false value > which of them is true? > if non of them, can you help how to fail resources during simulation > I 'm sorry if my question so simple, but it's so important and urgent to > me to finish my thesis as soon as possible. > I hope there will answer that can helps me to understand this problem. > > Thank you in advance > > Sardor Hojiev > Ms student Kumoh National Institute of Technology. > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > > ------------------------------------------------------------------------------ > Own the Future-Intel® Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. > Compete for recognition, cash, and the chance to get your game > on Steam. $5K grand prize plus 10 genre and skill prizes. > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d > > ------------------------------ > > _______________________________________________ > Gridsim-users mailing list > Gri...@li... > https://lists.sourceforge.net/lists/listinfo/gridsim-users > > > End of Gridsim-users Digest, Vol 245, Issue 1 > ********************************************* > -- Sunita Bansal (Singhal) Lecturer, Computer Science and Information Systems, 2146-G Research and Consultancy Division, BITS, Pilani, Rajasthan 333031 |
|
From: SARDOR H. <rod...@ma...> - 2013-03-26 07:50:53
|
Hello every one. I have a question about Resource failure. Actually When does resource fail? here are some cases which resource can be failed.(It's my opinion) 1) GIS sends Failure message (fmsg) to Resource then Resource will fails avtomatically, 2) GIS sends fmsg to Resource and Resource changes its availability to false value which of them is true? if non of them, can you help how to fail resources during simulation I 'm sorry if my question so simple, but it's so important and urgent to me to finish my thesis as soon as possible. I hope there will answer that can helps me to understand this problem. Thank you in advance Sardor Hojiev Ms student Kumoh National Institute of Technology. |
|
From: Chitra S. <cht...@gm...> - 2012-11-23 08:08:36
|
hello sir
I am facing the problem in executing the examples in grid sim
I am using Jdk1.5 and gridsim5.2 and working on windows XP
I have set the path variable to \jdk\bin path
and also set the classpath variable to \jars\gridsim.jar
I am getting the below errors when i am trying to compile the Example1.java
*C:\Program Files\GridSim\examples\gridsim>javac -cp %GridSim%\
xample01\Example1.java
example01\Example1.java:93: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
public static GridResource createGridResource()
^
example01\Example1.java:60: cannot find symbol
symbol : variable GridSim
location: class gridsim.example01.Example1
GridSim.init(num_user, calendar, trace_flag, exclu
^
example01\Example1.java:69: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
GridResource gridResource = createGridResource();
^
example01\Example1.java:101: cannot find symbol
symbol : class MachineList
location: class gridsim.example01.Example1
MachineList mList = new MachineList();
^
example01\Example1.java:101: cannot find symbol
symbol : class MachineList
location: class gridsim.example01.Example1
MachineList mList = new MachineList();
^
example01\Example1.java:111: cannot find symbol
symbol : class Machine
location: class gridsim.example01.Example1
mList.add( new Machine(0, 4, mipsRating)); // First
^
example01\Example1.java:120: cannot find symbol
symbol : class Machine
location: class gridsim.example01.Example1
mList.add( new Machine(1, 4, mipsRating)); // Second
^
example01\Example1.java:124: cannot find symbol
symbol : class Machine
location: class gridsim.example01.Example1
mList.add( new Machine(2, 2, mipsRating)); // Third
^
example01\Example1.java:137: cannot find symbol
symbol : class ResourceCharacteristics
location: class gridsim.example01.Example1
ResourceCharacteristics resConfig = new ResourceCharac
^
example01\Example1.java:137: cannot find symbol
symbol : class ResourceCharacteristics
location: class gridsim.example01.Example1
ResourceCharacteristics resConfig = new ResourceCharac
^
example01\Example1.java:138: cannot find symbol
symbol : variable ResourceCharacteristics
location: class gridsim.example01.Example1
arch, os, mList, ResourceCharacteristics.TIME_
^
example01\Example1.java:161: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
GridResource gridRes = null;
^
example01\Example1.java:164: cannot find symbol
symbol : class GridResource
location: class gridsim.example01.Example1
gridRes = new GridResource(name, baud_rate, seed,
^
13 errors*
please help me
Thanks
Chitra.S
|