2005-08-30 12:59:04 +00:00
|
|
|
/*
|
2005-11-05 19:57:48 +00:00
|
|
|
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
* University Research and Technology
|
|
|
|
* Corporation. All rights reserved.
|
2009-09-30 04:07:55 +00:00
|
|
|
* Copyright (c) 2004-2009 The University of Tennessee and The University
|
2005-11-05 19:57:48 +00:00
|
|
|
* of Tennessee Research Foundation. All rights
|
|
|
|
* reserved.
|
2005-08-30 12:59:04 +00:00
|
|
|
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
* University of Stuttgart. All rights reserved.
|
|
|
|
* Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
* All rights reserved.
|
2010-07-06 23:35:42 +00:00
|
|
|
* Copyright (c) 2007-2010 Cisco Systems, Inc. All rights reserved.
|
2005-08-30 12:59:04 +00:00
|
|
|
* $COPYRIGHT$
|
|
|
|
*
|
|
|
|
* Additional copyrights may follow
|
|
|
|
*
|
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
2010-07-06 23:35:42 +00:00
|
|
|
#ifndef DEBUGGER_MPIR_H
|
|
|
|
#define DEBUGGER_MPIR_H
|
2005-08-30 12:59:04 +00:00
|
|
|
|
|
|
|
#include "orte_config.h"
|
|
|
|
|
2010-07-06 23:35:42 +00:00
|
|
|
#include "orte/mca/debugger/debugger.h"
|
2008-06-18 03:15:56 +00:00
|
|
|
|
2007-07-10 12:53:48 +00:00
|
|
|
BEGIN_C_DECLS
|
2006-09-18 17:55:14 +00:00
|
|
|
|
2010-07-06 23:35:42 +00:00
|
|
|
ORTE_MODULE_DECLSPEC extern orte_debugger_base_component_t mca_debugger_mpir_component;
|
|
|
|
extern orte_debugger_base_module_t orte_debugger_mpir_module;
|
2008-06-09 20:34:14 +00:00
|
|
|
|
2007-07-10 12:53:48 +00:00
|
|
|
END_C_DECLS
|
2005-08-30 12:59:04 +00:00
|
|
|
|
2008-06-18 15:28:46 +00:00
|
|
|
#endif /* ORTE_DEBUGGERS_H */
|