MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / Finalize

Function Finalize

Src/Base/AMReX_MPMD.cpp:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void Finalize ()
106{
107 MPI_Comm_free(&app_comm);
108 if (mpi_initialized_by_us) {
109 MPI_Finalize();
110 mpi_initialized_by_us = false;
111 }
112 initialized = false;
113}
114
115bool Initialized () { return initialized; }
116

Callers 4

FinalizeMethod · 0.70
Finalize_minimalFunction · 0.70
handlerMethod · 0.70
~MFIterMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected