next up previous
Next: Interacting Shock Wave Simulation Up: Application of Component Software Previous: Application of Component Software

Selection of Optimal Component-based Solvers

A situation that arises frequently in scientific computing is that of selecting a solver that both meets some convergence requirement and also performs optimally (i.e., reaches a solution in the shortest period of time). In general, a solver may be optimal for a particular class of problems, yet behave poorly on others. Even for a given class of problems, the convergence behavior of a solver can be highly dependent on the data itself. Thus, the choice of an ``optimal'' solver is not as easy as it might at first seem.

Using the component performance API described in the previous section, the CCA framework easily allows one to test a set of solvers on a representative subset of a broader spectrum of data. The best performing of the solvers can then be used to operate on the full dataset. While this is relatively easy to do using components with standard interfaces, it is a much more onerous task without. One must maintain separate bodies of code (one for each solver interface) and compile and link these codes against separate solver libraries. Then scripts must be generated to run the tests, select the best performer, and finally to make the final run. The component development methodology allows us to incorporate such testing and optimization as part of standard practice.


next up previous
Next: Interacting Shock Wave Simulation Up: Application of Component Software Previous: Application of Component Software
Sameer Shende 2004-02-16