|
From: said el-z. <elz...@ya...> - 2010-06-11 20:05:38
|
Hi
I'm new user to GRIDSIM. I started to compile example 1. I got three errors. These errors as follows:
D:\Research\Grid_Software_Alea2\gridsim-toolkit\gridsim\examples\gridsim\example01\Example1.java:154: '(' or '[' expected
LinkedList<Integer> Weekends = new LinkedList<Integer>();
^
D:\Research\Grid_Software_Alea2\gridsim-toolkit\gridsim\examples\gridsim\example01\Example1.java:159: '(' or '[' expected
LinkedList<Integer> Holidays = new LinkedList<Integer>();
^
D:\Research\Grid_Software_Alea2\gridsim-toolkit\gridsim\examples\gridsim\example01\Example1.java:93: cannot access gridsim.GridResource
bad class file: C:\j2sdk1.4.1\jre\lib\ext\gridsim.jar(gridsim/GridResource.class)
class file has wrong version 50.0, should be 48.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
private static GridResource createGridResource()
^
3 errors
Process completed.
Please help me.
Regards
--- On Thu, 4/29/10, ye <hua...@gm...> wrote:
From: ye <hua...@gm...>
Subject: Re: [GridSim-users] [GridSim-developers] Regarding GridSim, Alea and MaGate
To: "Mayuri Mehta" <may...@gm...>
Cc: gri...@li..., gri...@li...
Date: Thursday, April 29, 2010, 10:12 AM
Hi Mayuri,
GridSim is of course good to start from scratch to implement your own ecosystem. Alea is based on GridSim and provides a lot of instant available features, such as a centralized meta-scheduler(high-level scheduler), processing capability of multi-CPU request jobs, etc. MaGate is also established on GridSim but work in a different direction. MaGate is using a self-structure P2P approach as its Information System and every node has its own high-level scheduler therefore no centralized point exist in the system. Meanwhile, MaGate integrates a simplified community aware scheduling protocol focus on reactive & dynamic scheduling (the protocol is accepted by IEEE AINA 2010 and IEEE ICDCS 2010, I hope an available version can be accessed soon). However, the MaGate is an ongoing work. The current available version from the website is a little old. If everything is fine, a new version is supposed to be published in May during a workshop in UK.
Cheers,
Ye
On Thu, Apr 29, 2010 at 8:47 AM, Mayuri Mehta <may...@gm...> wrote:
Hi friends,
I decided to use Gridsim for *evaluating the performance of Dynamic Load
Balancing Algorithm in Distributed Systems *though it seems tough to do the
same because i have to incorporate new dynamic strategy in gridsim.
Meanwhile i came to know about Alea and Magate simulators which i feel will
be better for my purpose. At present all simulators are new for me.
If anybody is aware of all these simulators, then kindly guide me which one
will be best suitable for my purpose and easy to use. Help will be
appreciated.
Thanks.
Mayuri Mehta
Research Scholar
------------------------------------------------------------------------------
_______________________________________________
Gridsim-developers mailing list
Gri...@li...
https://lists.sourceforge.net/lists/listinfo/gridsim-developers
-----Inline Attachment Follows-----
------------------------------------------------------------------------------
-----Inline Attachment Follows-----
_______________________________________________
Gridsim-users mailing list
Gri...@li...
https://lists.sourceforge.net/lists/listinfo/gridsim-users
|