DS_PARALLEL_SYNCHRONIZED#
In this parallel mode, only the first MPI process performs the computation and then the computed quantities are broadcast to the other processes in the communicator.
Note#
The communication is not done automatically, an explicit call to DSSynchronize()
is required.
See Also#
DS: Direct Solver (or Dense System), DSParallelType, DSSetParallel(), DSSynchronize(), DS_PARALLEL_REDUNDANT, DS_PARALLEL_DISTRIBUTED
Level#
advanced
Location#
Index of all DS routines Table of Contents for all manual pages Index of all manual pages