Skip to content
Snippets Groups Projects
Commit 0e1ea690 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Fix incorrect order of operations.

parent 15d8389d
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -327,9 +327,9 @@ main(int argc, char *argv[])
#ifdef USE_MPI
}
pioFinalize();
namespaceSetActive(initNamespace);
cdiPioConfDestroy(pioConfHandle);
pioFinalize();
xt_finalize();
MPI_Finalize();
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment