DSParallelType#
Indicates the parallel mode that the direct solver will use.
Synopsis#
typedef enum { DS_PARALLEL_REDUNDANT,
DS_PARALLEL_SYNCHRONIZED,
DS_PARALLEL_DISTRIBUTED } DSParallelType;
Values#
DS_PARALLEL_REDUNDANT- redundant computationDS_PARALLEL_SYNCHRONIZED- only one process computes the solutionDS_PARALLEL_DISTRIBUTED- all processes participate in the solution
See Also#
Level#
advanced
Location#
Index of all DS routines Table of Contents for all manual pages Index of all manual pages