aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-03-01 09:26:11 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2008-03-01 09:26:11 -0600
commitb3b4faf4e7a0cdbf791467e6dc7c0d6984e31db1 (patch)
tree442051102199c3bc002cfa7092b1f90856ce1bc9 /Carpet
parentb28bc273d578774a9d4ebad9cd16612a903cef43 (diff)
Do not call MPI_Finalize any more. This is now done in the flesh.
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/Carpet/src/Shutdown.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/Shutdown.cc b/Carpet/Carpet/src/Shutdown.cc
index 52642a716..374157bef 100644
--- a/Carpet/Carpet/src/Shutdown.cc
+++ b/Carpet/Carpet/src/Shutdown.cc
@@ -65,8 +65,6 @@ namespace Carpet {
// earlier checkpoint before finalising MPI
Waypoint ("Done with shutdown");
- dist::finalize();
-
return 0;
}