[padb] r316 committed - Changes to allow the imported header file to compile, I'll have to see...

padb at googlecode.com padb at googlecode.com
Tue Nov 3 16:49:46 GMT 2009


Revision: 316
Author: apittman
Date: Tue Nov  3 08:48:58 2009
Log: Changes to allow the imported header file to compile, I'll have to see  
about pushing
these upstream at some point.

http://code.google.com/p/padb/source/detail?r=316

Modified:
  /branches/mpi3-tools-handles/src/mpihandles_interface.h

=======================================
--- /branches/mpi3-tools-handles/src/mpihandles_interface.h	Tue Nov  3  
08:45:14 2009
+++ /branches/mpi3-tools-handles/src/mpihandles_interface.h	Tue Nov  3  
08:48:58 2009
@@ -32,7 +32,11 @@
  #ifndef __MPIDBG_INTERFACE_H__
  #define __MPIDBG_INTERFACE_H__ 1

+/* This isn't going to work... AMP
  #include "ompi_config.h"
+*/
+
+#define MPI_MAX_OBJECT_NAME 1024

  /*
   * This file provides interface functions for a debugger to gather
@@ -42,9 +46,12 @@

  /* Include the Etnus debugger message queue interface so that we can
     use much of its infrastructure (e.g., the mqs_basic_callbacks,
-   mqs_image_callbacks, and mqs_process_callbacks). */
+   mqs_image_callbacks, and mqs_process_callbacks).
+
+   minfo.c already included this AMP.
  #define FOR_MPI2 0
  #include "msgq_interface.h"
+*/

  /**************************************************************************
   * Types and macros




More information about the padb-devel mailing list