[cig-commits] r17893 - short/3D/PyLith/trunk/modulesrc/mpi

brad at geodynamics.org brad at geodynamics.org
Thu Feb 17 12:03:46 PST 2011


Author: brad
Date: 2011-02-17 12:03:46 -0800 (Thu, 17 Feb 2011)
New Revision: 17893

Added:
   short/3D/PyLith/trunk/modulesrc/mpi/mpi_error.i
Log:
Added missing file.

Added: short/3D/PyLith/trunk/modulesrc/mpi/mpi_error.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/mpi/mpi_error.i	                        (rev 0)
+++ short/3D/PyLith/trunk/modulesrc/mpi/mpi_error.i	2011-02-17 20:03:46 UTC (rev 17893)
@@ -0,0 +1,30 @@
+// -*- C++ -*-
+//
+// ======================================================================
+//
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
+//
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
+//
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
+// ======================================================================
+//
+
+// ----------------------------------------------------------------------
+// mpi_abort
+%inline %{
+  void
+    mpi_abort(MPI_Comm comm, int err) {
+    MPI_Abort(comm, err);
+  } // mpi_abort
+%}
+
+
+// End of file
+



More information about the CIG-COMMITS mailing list