- Works the same in Explorer (tested only on 6.0) and Netscape (tested only on Netscape 7.0 and Mozilla 1.3.1), but does not work in Opera (6.01) ***************************************************************************** */ if (document.images) { // tests for image support trilinos_title_normal = new Image(310, 55); trilinos_title_normal.src = "../../packages/common/webroot_common/trilinos_title_normal.png"; trilinos_title_over = new Image(310, 55); trilinos_title_over.src = "../../packages/common/webroot_common/trilinos_title_over.png"; sandia_normal = new Image(180, 29); sandia_normal.src = "../../packages/common/webroot_common/sandia_normal.png"; sandia_over = new Image(180, 29); sandia_over.src = "../../packages/common/webroot_common/sandia_over.png"; trilinos_normal = new Image(183, 100); trilinos_normal.src = "../../packages/common/webroot_common/trilinos_normal.png"; trilinos_over = new Image(183, 100); trilinos_over.src = "../../packages/common/webroot_common/trilinos_over.png"; } // if (document.images) //-->
|
Help - FAQ
What is Isorropia? Isorropia is a package of tools to solve combinatorial problems like partitioning (for load balancing), coloring, and ordering (for Cholesky factorization). Most Isorropia users use it to optimize parallel data distribution (partition) of sparse matrices, but it has a growing number of other capabilities. Isorropia relies on Zoltan. TopWhat's significant about the name 'Isorropia'? Isorropia is a Greek term meaning "equilibrium" or "balance". This refers to the load-balancing capabilities. The preferred pronounciation is as 'Issoropia'. TopWhat's the difference between Isorropia and Zoltan? Isorropia provides a convenient and powerful interface between Zoltan and Epetra. Zoltan provides the underlying partitioning (load balancing), coloring, and ordering algorithms. Isorropia sets up graph/hypergraph models of sparse matrices and calls Zoltan. Note that Isorropia supports many Zoltan features but not all (e.g. multiple weights). In most cases, if you have an Epetra matrix or graph, you should use Isorropia not Zoltan. TopCan I build Isorropia without Zoltan? No, Isorropia automatically enables Zoltan in the Trilinos configure system, and there is no simple way to disable Zoltan. Isorropia is not very useful without Zoltan, so this should not be a problem. TopWhat is the partitioning model used for sparse matrices? By default, Isorropia uses a hypergraph model where rows correspond to vertices. This will minimize the communication volume in sparse matrix-vector multiplication, and generally gives a good data distribution for many operations. TopCan I partition a matrix by columns, not by rows? No, this is currently not supported. Epetra uses row-based sparse matrix structures, so partition by rows is most useful. You could of course manually transpose the matrix. TopI have {a mesh, points, particles} that I need to load-balance. Can I use Isorropia? Geometric partitioning of mesh/points/particles is supported in Isorropia 3.2 (Trilinos 10.0) and later. Create a Partitioner with an Epetra_MultiVector. Top |
|
||
| ||||