|
ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
|
Public Member Functions | |
| auto | rank () const |
| auto | size () const |
Static Public Member Functions | |
| static void | do_not_manage_mpi () |
| Disables the management of MPI (Message Passing Interface) finalization. More... | |
|
inlinestatic |
Disables the management of MPI (Message Passing Interface) finalization.
This static function sets the FINALIZE flag to false, indicating that the MPI environment should not be finalized by blacs. This can be useful in scenarios where MPI is managed externally or by another component.