root/orte/mca/plm/isolated/plm_isolated.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2004-2008 The Trustees of Indiana University and Indiana
   3  *                         University Research and Technology
   4  *                         Corporation.  All rights reserved.
   5  * Copyright (c) 2004-2009 The University of Tennessee and The University
   6  *                         of Tennessee Research Foundation.  All rights
   7  *                         reserved.
   8  * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
   9  *                         University of Stuttgart.  All rights reserved.
  10  * Copyright (c) 2004-2005 The Regents of the University of California.
  11  *                         All rights reserved.
  12  * Copyright (c) 2011      Los Alamos National Security, LLC.  All rights
  13  *                         reserved.
  14  * Copyright (c) 2008      Sun Microsystems, Inc.  All rights reserved.
  15  * Copyright (c) 2011      IBM Corporation.  All rights reserved.
  16  * Copyright (c) 2014      Intel, Inc.  All rights reserved.
  17  * $COPYRIGHT$
  18  *
  19  * Additional copyrights may follow
  20  *
  21  * $HEADER$
  22  */
  23 
  24 #ifndef ORTE_PLM_ISOLATED_EXPORT_H
  25 #define ORTE_PLM_ISOLATED_EXPORT_H
  26 
  27 #include "orte_config.h"
  28 
  29 #include "orte/mca/mca.h"
  30 
  31 #include "orte/mca/plm/plm.h"
  32 
  33 BEGIN_C_DECLS
  34 
  35 
  36 ORTE_MODULE_DECLSPEC extern orte_plm_base_component_t mca_plm_isolated_component;
  37 extern orte_plm_base_module_t orte_plm_isolated_module;
  38 
  39 
  40 END_C_DECLS
  41 
  42 #endif /* ORTE_PLS_ISOLATED_EXPORT_H */

/* [<][>][^][v][top][bottom][index][help] */