root/orte/mca/ess/hnp/ess_hnp.h

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

INCLUDED FROM


   1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
   2 /*
   3  * Copyright (c) 2004-2008 The Trustees of Indiana University and Indiana
   4  *                         University Research and Technology
   5  *                         Corporation.  All rights reserved.
   6  * Copyright (c) 2004-2006 The University of Tennessee and The University
   7  *                         of Tennessee Research Foundation.  All rights
   8  *                         reserved.
   9  * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
  10  *                         University of Stuttgart.  All rights reserved.
  11  * Copyright (c) 2004-2005 The Regents of the University of California.
  12  *                         All rights reserved.
  13  * Copyright (c) 2017      Los Alamos National Security, LLC. All rights
  14  *                         reserved.
  15  * Copyright (c) 2017      Intel, Inc.  All rights reserved.
  16  * $COPYRIGHT$
  17  *
  18  * Additional copyrights may follow
  19  *
  20  * $HEADER$
  21  */
  22 
  23 #ifndef ORTE_ESS_HNP_H
  24 #define ORTE_ESS_HNP_H
  25 
  26 BEGIN_C_DECLS
  27 
  28 /*
  29  * Module open / close
  30  */
  31 
  32 ORTE_MODULE_DECLSPEC extern orte_ess_base_component_t mca_ess_hnp_component;
  33 
  34 END_C_DECLS
  35 
  36 #endif /* ORTE_ESS_HNP_H */

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