GridSim5-2

所属分类:网格计算
开发工具:Java
文件大小:5251KB
下载次数:25
上传日期:2011-11-08 10:11:18
上 传 者icqicq88
说明:  一个网格调度的仿真程序,非常有用,是学习网格计算的好例子和平台
(A grid scheduling simulation program, is very useful to learn a good example of grid computing and platform)

文件列表:
GridSim (0, 2010-11-26)
GridSim\classes (0, 2010-11-26)
GridSim\examples (0, 2010-11-24)
GridSim\jars (0, 2010-11-26)
GridSim\source (0, 2009-10-22)
GridSim\doc (0, 2009-10-22)
GridSim\bin (0, 2010-11-26)
GridSim\classes\gridsim (0, 2010-11-26)
GridSim\examples\fta (0, 2010-11-24)
GridSim\examples\network (0, 2009-10-22)
GridSim\examples\auction (0, 2009-10-22)
GridSim\examples\ResFailure (0, 2009-10-22)
GridSim\examples\parallel (0, 2009-10-22)
GridSim\examples\gridsim (0, 2009-10-22)
GridSim\examples\datagrid (0, 2009-10-22)
GridSim\examples\WorkloadTrace (0, 2009-10-22)
GridSim\source\gridsim (0, 2010-10-05)
GridSim\doc\gridsim (0, 2010-11-26)
GridSim\doc\resources (0, 2009-10-22)
GridSim\bin\ResFailure (0, 2010-11-26)
GridSim\bin\WorkloadTrace (0, 2010-11-26)
GridSim\bin\auction (0, 2010-11-26)
GridSim\bin\datagrid (0, 2010-11-26)
GridSim\bin\fta (0, 2010-11-26)
GridSim\bin\gridsim (0, 2010-11-26)
GridSim\bin\network (0, 2010-11-26)
GridSim\bin\parallel (0, 2010-11-26)
GridSim\classes\gridsim\resFailure (0, 2010-11-26)
GridSim\classes\gridsim\fta (0, 2010-11-26)
GridSim\classes\gridsim\filter (0, 2010-11-26)
GridSim\classes\gridsim\datagrid (0, 2010-11-26)
GridSim\classes\gridsim\auction (0, 2010-11-26)
GridSim\classes\gridsim\parallel (0, 2010-11-26)
GridSim\classes\gridsim\util (0, 2010-11-26)
GridSim\classes\gridsim\index (0, 2010-11-26)
GridSim\classes\gridsim\net (0, 2010-11-26)
GridSim\examples\fta\fta_tab (0, 2010-10-04)
GridSim\examples\network\scfq (0, 2009-10-22)
GridSim\examples\network\rate (0, 2009-10-22)
GridSim\examples\network\example02 (0, 2009-10-22)
... ...

Readme file Directory Structure of GridSim Toolkit 5.2 ------------------------------------------ $GRIDSIM/ -- the current GridSim directory (top level) classes/ -- The GridSim class files doc/ -- GridSim and SimJava API Documentation eduni/ gridsim/ examples/ -- GridSim examples, see examples/readme.txt for details jars/ -- jar archives source/ -- The GridSim Java source code gridsim/*.java gridsim/auction/*.java -- framework for the auction model gridsim/datagrid/*.java -- framework for the Data Grids model gridsim/filter/*.java -- filters incoming events gridsim/index/*.java -- framework for the Grid Info Service model gridsim/net/*.java -- framework for the network model gridsim/resFailure/*.java -- framework for the resource failure model gridsim/util/*.java -- includes some statistics classes. gridsim/parallel/*.java -- includes scheduling of parallel jobs gridsim/fta/*.java -- includes a package for resource failure GridSim APIs and examples are also available on the GridSim website. Software Requirements : Java version 1.5 or newer --------------------- GridSim has been tested and run on Sun's Java version 1.5.0 or newer. Older versions of Java are not compatible. You also need to install Ant to compile GridSim (explained in more details later). Installation and Running GridSim Toolkit ---------------------------------------- There is no special program to install GridSim. You just need to unzip the GridSim file to install. If you want to remove GridSim, then remove the whole $GRIDSIM directory. NOTE: You do not need to compile GridSim source code. The JAR file is provided to compile and to run GridSim applications. Description of the following jar files: * gridsim.jar -- contains both GridSim and SimJava v2.0 class files * simjava2.jar -- contains SimJava v2.0 class files only To compile and run GridSim applications, do the following step: 1) Go the directory where the GridSim's examples reside In Unix or Linux: cd $GRIDSIM/examples/ In Windows: cd %GRIDSIM%\examples\ 2) Compile the Java source file (e.g. example01) In Unix or Linux: javac -cp $GRIDSIM/jars/gridsim.jar:. gridsim/example01/Example1.java In Windows: javac -cp %GRIDSIM%\jars\gridsim.jar;. gridsim\example01\Example1.java 3) Running the Java class file In Unix or Linux: java -cp $GRIDSIM/jars/gridsim.jar:. gridsim/example01/Example1 In Windows: java -cp %GRIDSIM%\jars\gridsim.jar;. gridsim\example01\Example1 NOTE: * $GRIDSIM or %GRIDSIM% is the location of the GridSim Toolkit package. * Running GridSim of this version requires a lot of memory since there are many objects to be created. Therefore, it is recommended to have at least 512MB RAM or increase JVM heap size when running Java for large simulation experiments. For example: java -Xmx300m -classpath $GRIDSIM/jars/gridsim.jar:. gridsim/example01/Example1 (max. heap size is 300MB).

近期下载者

相关文件


收藏者