From: <sul...@us...> - 2007-08-30 02:33:09
|
Revision: 49 http://gridsim.svn.sourceforge.net/gridsim/?rev=49&view=rev Author: sulistio Date: 2007-08-29 19:33:11 -0700 (Wed, 29 Aug 2007) Log Message: ----------- a minor change Modified Paths: -------------- branches/gridsim4.0-branch1/examples/ResFailureEx02/ResFailureEx02.java branches/gridsim4.0-branch1/examples/ResFailureEx03/ResFailureEx03.java Added Paths: ----------- branches/gridsim4.0-branch1/examples/README.txt Added: branches/gridsim4.0-branch1/examples/README.txt =================================================================== --- branches/gridsim4.0-branch1/examples/README.txt (rev 0) +++ branches/gridsim4.0-branch1/examples/README.txt 2007-08-30 02:33:11 UTC (rev 49) @@ -0,0 +1,18 @@ + +This directory contains few examples regarding to +resource failure functionalities. +Here are the summary of what each example does: +./ResFailureEx01 : shows a very basic example, + dealing with 1 user, 3 resources and 1 GIS entities. + +./ResFailureEx02 : shows a basic example, + dealing with 20 users, 6 resources and 1 GIS entities. + +./ResFailureEx03 : shows a more complex example, + dealing with 30 users, 15 resources and 3 GIS entities. + However, you can modify these parameters as you wish, + but keep in mind that the simulation might run longer + if you increase the numbers. + +NOTE: Detailed explanations are provided in the source file(s). + Modified: branches/gridsim4.0-branch1/examples/ResFailureEx02/ResFailureEx02.java =================================================================== --- branches/gridsim4.0-branch1/examples/ResFailureEx02/ResFailureEx02.java 2007-08-30 02:01:05 UTC (rev 48) +++ branches/gridsim4.0-branch1/examples/ResFailureEx02/ResFailureEx02.java 2007-08-30 02:33:11 UTC (rev 49) @@ -19,7 +19,7 @@ /** - * This example shows a basic topology with 1 user, 3 resources and 1 GIS. + * This example shows a basic topology with 20 users, 6 resources and 1 GIS. * All of them are connected by a router. * There is only one VO in this example. * @author Agustin Caminero and Anthony Sulistio Modified: branches/gridsim4.0-branch1/examples/ResFailureEx03/ResFailureEx03.java =================================================================== --- branches/gridsim4.0-branch1/examples/ResFailureEx03/ResFailureEx03.java 2007-08-30 02:01:05 UTC (rev 48) +++ branches/gridsim4.0-branch1/examples/ResFailureEx03/ResFailureEx03.java 2007-08-30 02:33:11 UTC (rev 49) @@ -19,7 +19,7 @@ /** - * This example shows a basic topology with n user, m resources and p GISes. + * This example shows a basic topology with n users, m resources and p GISes. * All of them are connected by a router. * There is only one VO in this example. * @author Agustin Caminero and Anthony Sulistio This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |