diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-03 16:44:50 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-03 16:44:50 +0000 |
commit | aded13ca4e5a3811d25cd4020fd616277b93f3cd (patch) | |
tree | df3c9c13e34b42c6e725cfcf12f51b4f0b09ab1d /parallel/GridSim/DESCR | |
parent | 8f098cf69f8c1c5a949d76e7c3fb78066225eab0 (diff) | |
download | pkgsrc-aded13ca4e5a3811d25cd4020fd616277b93f3cd.tar.gz |
Initial import of the GridSim Toolkit, a java based toolkit for simulation
of distributed systems:
GridSim is a toolkit for modeling and simulation of parallel and distributed
systems such as Clusters and Grids. GridSim is part of the Gridbus Project
(http://www.gridbus.org/).
The GridSim Toolkit includes:
* GridBroker:
It is Grid scheduler built on top of GridSim for application
scheduling on Grid based on Deadline and Budget Constrained
Scheduling Algorithms.
* GridSim:
It is built on top of SimJava. SimJava is a process based discrete
event simulation package for Java with animation facilities.
* Visual Modeler:
It enables the user to create experiments on different Grid testbeds
and generate the default Grid Broker source codes (in Java).
Diffstat (limited to 'parallel/GridSim/DESCR')
-rw-r--r-- | parallel/GridSim/DESCR | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/parallel/GridSim/DESCR b/parallel/GridSim/DESCR new file mode 100644 index 00000000000..331168eef1a --- /dev/null +++ b/parallel/GridSim/DESCR @@ -0,0 +1,18 @@ +GridSim is a toolkit for modeling and simulation of parallel and distributed +systems such as Clusters and Grids. GridSim is part of the Gridbus Project +(http://www.gridbus.org/). + +The GridSim Toolkit includes: + +* GridBroker: + It is Grid scheduler built on top of GridSim for application + scheduling on Grid based on Deadline and Budget Constrained + Scheduling Algorithms. + +* GridSim: + It is built on top of SimJava. SimJava is a process based discrete + event simulation package for Java with animation facilities. + +* Visual Modeler: + It enables the user to create experiments on different Grid testbeds + and generate the default Grid Broker source codes (in Java). |