* This method is for cleaning up and has to be called before * the end of the program if MPI was initialized with * Initialize() */
| 83 | * Initialize() |
| 84 | */ |
| 85 | void Finalize() override { this->Finalize(0); } |
| 86 | |
| 87 | void Finalize(int finalizedExternally) override; |
| 88 |