README.txt
上传用户:ganshun56
上传日期:2020-06-06
资源大小:27k
文件大小:1k
源码类别:

网格计算

开发平台:

Java

  1. This directory contains many GridSim examples.
  2. Here are the summary of what each example does:
  3. ./TraceEx01 : shows how to use the GridSim workload trace functionality.
  4.               This example shows each Workload entity sends Gridlets to
  5.               a particular grid resource.
  6.               No other GridSim user entities are created.
  7. ./TraceEx02 : shows how to use the GridSim workload trace functionality.
  8.   This example creates three entities: User, Workload and GridResource 
  9.   WITHOUT a network topology. The User and Workload entity sends Gridlets 
  10.   to a particular GridResource entity. 
  11. ./TraceEx03 : shows how to use the GridSim workload trace functionality.
  12.   This example creates three entities: NetUser, Workload and GridResource 
  13.   WITH a network topology. The NetUser and Workload entity sends Gridlets 
  14.   to a particular GridResource entity. 
  15. ============================================================
  16. This directory contains several files:
  17. ./custom_tags.txt : A custom trace file used in the experiments.
  18. ./l_lanl_o2k.swf.txt : A trace file from LANL Origin 2000 Cluster (Nirvana)
  19. ./l_sdsc_blue.swf.txt    : A trace file from SDSC Blue Horizon
  20. ./README.txt : this file
  21. NOTE: Detailed explanations are provided in the source file(s).