FNParallelType#
Indicates the parallel mode that will be used for matrix function evaluation.
Synopsis#
typedef enum { FN_PARALLEL_REDUNDANT,
FN_PARALLEL_SYNCHRONIZED } FNParallelType;
Values#
FN_PARALLEL_REDUNDANT- all processes compute redundantlyFN_PARALLEL_SYNCHRONIZED- only the first MPI process performs the computation
See Also#
Level#
advanced
Location#
Index of all FN routines Table of Contents for all manual pages Index of all manual pages