2005-03-14 23:57:21 +03:00
|
|
|
/*
|
2004-11-22 04:38:40 +03:00
|
|
|
* Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
|
|
* All rights reserved.
|
|
|
|
* Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
|
|
* All rights reserved.
|
2004-11-28 23:09:25 +03:00
|
|
|
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
* University of Stuttgart. All rights reserved.
|
2004-11-22 04:38:40 +03:00
|
|
|
* $COPYRIGHT$
|
|
|
|
*
|
|
|
|
* Additional copyrights may follow
|
|
|
|
*
|
2004-08-05 18:01:45 +04:00
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
2005-03-14 23:57:21 +03:00
|
|
|
#ifndef ORTE_PLS_PROXY_H
|
|
|
|
#define ORTE_PLS_PROXY_H
|
2004-08-05 18:01:45 +04:00
|
|
|
|
2005-03-14 23:57:21 +03:00
|
|
|
#include "orte_config.h"
|
2004-08-05 18:01:45 +04:00
|
|
|
|
|
|
|
#include "mca/mca.h"
|
2005-03-14 23:57:21 +03:00
|
|
|
#include "mca/pls/pls.h"
|
2004-08-05 18:01:45 +04:00
|
|
|
|
|
|
|
#if defined(c_plusplus) || defined(__cplusplus)
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2005-03-14 23:57:21 +03:00
|
|
|
/*
|
|
|
|
* Globally exported variable
|
|
|
|
*/
|
|
|
|
|
|
|
|
OMPI_COMP_EXPORT extern orte_pls_base_component_1_0_0_t
|
|
|
|
orte_pls_proxy_component;
|
|
|
|
OMPI_COMP_EXPORT extern orte_pls_base_module_1_0_0_t
|
|
|
|
orte_pls_proxy_module;
|
|
|
|
OMPI_COMP_EXPORT extern int orte_pls_proxy_param_priorty;
|
|
|
|
|
2004-10-21 02:31:03 +04:00
|
|
|
#if defined(c_plusplus) || defined(__cplusplus)
|
|
|
|
}
|
|
|
|
#endif
|
2005-03-14 23:57:21 +03:00
|
|
|
#endif /* ORTE_PLS_PROXY_H */
|