aboutsummaryrefslogtreecommitdiffstats
path: root/math/chaco
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEamdmi32016-12-291-0/+7
| | | | - Switch to options helpers
* Cleanup plistantoine2014-11-141-2/+0
|
* - Add stage supportdanilo2014-02-151-15/+8
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | math)
* Small, non-functional changes (cleanups).danfe2013-07-191-1/+0
|
* - Unbreak parallel builds by USES'ing gmakedanfe2013-07-193-40/+41
| | | | | | | | | - Respect CFLAGS in a better, less intrusive way - Correctly separate DOCS and EXAMPLES - Trim Makefile header, miscellaneous cleanups - Reformat port description text Reported by: pointyhat-west
* Style: tab -> space.eadler2013-03-291-1/+1
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Reset maintainership: Pedro's dev machine has been stolen :-(thierry2006-07-011-1/+1
| | | | | | Hoping to see you back soon! Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
* Before a calculation can be performed on a parallel computer, it must first bethierry2006-05-048-0/+152
decomposed into tasks which are assigned to different processors. Efficient use of the machine requires that each processor have about the same amount of work to do and that the quantity of interprocessor communication is kept small. Finding an optimal decomposition is provably hard, but due to its practical importance, a great deal of effort has been devoted to developing heuristics for this problem. The decomposition problem can be addressed in terms of graph partitioning. Rob Leland and I have developed a variety of algorithms for graph partitioning and implemented them into a package we call Chaco. The code is being used at most of the major parallel computing centers around the world to simplify the development of parallel applications, and to ensure that high performance is obtained. Chaco has contributed to a wide variety of computational studies including investigation of the molecular structure of liquid crystals, evaluating the design of a chemical vapor deposition reactor and modeling automobile collisions. WWW: http://www.cs.sandia.gov/~bahendr/chaco.html Note: this port includes a patch provided by Walter Landry for use within MBDyn PR: ports/96699 Submitted by: Pedro Giffuni <giffunip (at) asme.org>