A thin interface for passing parameters to set the SuperLU options. More...
#include <superlu_dist_internal.hpp>
Public Attributes | |
Int | numProcSymbFact |
Number of processors for parallel symbolic factorization. More... | |
Int | maxPipelineDepth |
The maximum pipeline depth. More... | |
std::string | ColPerm |
Option of matrix permutation strategy. More... | |
std::string | RowPerm |
A thin interface for passing parameters to set the SuperLU options.
std::string PEXSI::SuperLUOptions::ColPerm |
Option of matrix permutation strategy.
The following options of permutation strategy is available (case sensitive):
Int PEXSI::SuperLUOptions::maxPipelineDepth |
Int PEXSI::SuperLUOptions::numProcSymbFact |
Number of processors for parallel symbolic factorization.
numProcSymbFact should be a power of 2, and is only useful when
ColPerm = "PARMETIS"