From: <sul...@us...> - 2007-08-29 08:01:20
|
Revision: 47 http://gridsim.svn.sourceforge.net/gridsim/?rev=47&view=rev Author: sulistio Date: 2007-08-29 01:01:19 -0700 (Wed, 29 Aug 2007) Log Message: ----------- fix a minor typo Modified Paths: -------------- branches/gridsim4.0-branch1/examples/ResFailureEx02/README.txt branches/gridsim4.0-branch1/examples/ResFailureEx03/README.txt Modified: branches/gridsim4.0-branch1/examples/ResFailureEx02/README.txt =================================================================== --- branches/gridsim4.0-branch1/examples/ResFailureEx02/README.txt 2007-08-29 07:59:16 UTC (rev 46) +++ branches/gridsim4.0-branch1/examples/ResFailureEx02/README.txt 2007-08-29 08:01:19 UTC (rev 47) @@ -12,8 +12,8 @@ Welcome to the example of how to use the computing resource failure functionality To compile the example source code: - In Unix/Linux: javac -classpath $GRIDSIM/jars/gridsim.jar:. ResFailureEx01.java - In Windows: javac -classpath %GRIDSIM%\jars\gridsim.jar;. ResFailureEx01.java + In Unix/Linux: javac -classpath $GRIDSIM/jars/gridsim.jar:. ResFailureEx02.java + In Windows: javac -classpath %GRIDSIM%\jars\gridsim.jar;. ResFailureEx02.java where $GRIDSIM or %GRIDSIM% is the location of the gridsimtoolkit package. Modified: branches/gridsim4.0-branch1/examples/ResFailureEx03/README.txt =================================================================== --- branches/gridsim4.0-branch1/examples/ResFailureEx03/README.txt 2007-08-29 07:59:16 UTC (rev 46) +++ branches/gridsim4.0-branch1/examples/ResFailureEx03/README.txt 2007-08-29 08:01:19 UTC (rev 47) @@ -12,18 +12,18 @@ Welcome to the example of how to use the computing resource failure functionality To compile the example source code: - In Unix/Linux: javac -classpath $GRIDSIM/jars/gridsim.jar:. ResFailureEx01.java - In Windows: javac -classpath %GRIDSIM%\jars\gridsim.jar;. ResFailureEx01.java + In Unix/Linux: javac -classpath $GRIDSIM/jars/gridsim.jar:. ResFailureEx03.java + In Windows: javac -classpath %GRIDSIM%\jars\gridsim.jar;. ResFailureEx03.java where $GRIDSIM or %GRIDSIM% is the location of the gridsimtoolkit package. To run the class file: In Unix/Linux: - java -classpath $GRIDSIM/jars/gridsim.jar:. ResFailureEx02 network_ex02.txt > file.txt + java -classpath $GRIDSIM/jars/gridsim.jar:. ResFailureEx03 network_ex03.txt > file.txt In Windows: - java -classpath %GRIDSIM%\jars\gridsim.jar;. ResFailureEx02 network_ex02.txt > file.txt + java -classpath %GRIDSIM%\jars\gridsim.jar;. ResFailureEx03 network_ex03.txt > file.txt The above command means run the program and output the results into a file @@ -47,17 +47,17 @@ running this experiment. We don't need to worry about this file. Not to important for our example. - Ex02_Regional_GIS_0, ..., Ex02_Regional_GIS_2 -> contains one line describing each + Ex03_Regional_GIS_0, ..., Ex03_Regional_GIS_2 -> contains one line describing each registering/removing an event that takes place at the GIS. Resources register in the begining of simulations, and after recovering from a failure affecting all their machines. Resources will be removed when they suffer a failure affecting all their machines. - Ex02_Res_0, ... , Ex01_Res_8 -> records when the resource + Ex03_Res_0, ... , Ex03_Res_14 -> records when the resource suffers a failure and when it recovers from the failure. It also records how many machines failed, and the time of the fail/recovery. - Ex02_User_0 -> contains one line for each event regarding to the Gridlets. + Ex03_User_0 -> contains one line for each event regarding to the Gridlets. These events are the sending/reception of a gridlet, and each line include the status of the gridlet, time and resource. Then, when a simulation ends, this file shows the resource This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |