MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / ADIOSFinalize

Function ADIOSFinalize

src/sys/adios_object.cxx:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void ADIOSFinalize() {
24 if (adios == nullptr) {
25 throw BoutException(
26 "ADIOS needs to be initialized first before calling ADIOSFinalize()");
27 }
28 adiosStreams.clear();
29 adios.reset();
30}
31
32ADIOSPtr GetADIOSPtr() {
33 if (adios == nullptr) {

Callers 1

BoutFinaliseFunction · 0.85

Calls 2

clearMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected