Welcome to the Isorropia Home

Isorropia is a package for combinatorial scientific computing, with focus on partitioning (load balancing), but also supports coloring and ordering of sparse matrices. Its main purpose is to assist with redistributing objects such as matrices and graphs in a parallel execution setting, to allow for more efficient computations. Isorropia partitions matrices by rows, and produces good maps for Epetra matrices (graphs). Isorropia should be called after the matrix (graph) is filled, so the sparsity pattern is known.

Isorropia is primarily a matrix-based interface to the Zoltan toolkit, which is now required. Zoltan became a Trilinos package in 9.0 and is automatically enabled by Isorropia. To enable Isorropia in your Trilinos build, provide the argument '--enable-isorropia' to configure. Zoltan contains both built-in (native) partitioners and provides access to other (third-party) partitioners. If you wish to use third-party libraries (such as ParMetis or PT-Scotch) with Isorropia via Zoltan, see the configure options for Zoltan.