Tweak audio/festvox-ked8 version 1.4.0_1
[dports.git] / math / chaco / pkg-descr
1 Before a calculation can be performed on a parallel computer, it must
2 first be decomposed into tasks which are assigned to different processors.
3
4 Efficient use of the machine requires that each processor have about the
5 same amount of work to do and that the quantity of interprocessor
6 communication is kept small.  Finding an optimal decomposition is provably
7 hard, but due to its practical importance, a great deal of effort has been
8 devoted to developing heuristics for this problem.  The decomposition
9 problem can be addressed in terms of graph partitioning.
10
11 Chaco implements a variety of algorithms for graph partitioning and is
12 used at most of the major parallel computing centers around the world to
13 simplify the development of parallel applications, and to ensure that high
14 performance is obtained.  Chaco has contributed to a wide variety of
15 computational studies including investigation of the molecular structure
16 of liquid crystals, evaluating the design of a chemical vapor deposition
17 reactor and modeling automobile collisions.
18
19 Note: this port includes a patch provided by Walter Landry for use within
20 MBDyn.
21
22 WWW: http://www.cs.sandia.gov/~bahendr/chaco.html