root/oshmem/mca/spml/ucx/spml_ucx_component.h

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

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2015      Mellanox Technologies, Inc.
   3  *                         All rights reserved.
   4  * $COPYRIGHT$
   5  * 
   6  * Additional copyrights may follow
   7  * 
   8  * $HEADER$
   9  */
  10 /**
  11  *  @file 
  12  */
  13 
  14 #ifndef MCA_SPML_UCX_COMPONENT_H
  15 #define MCA_SPML_UCX_COMPONENT_H
  16 
  17 BEGIN_C_DECLS
  18 
  19 /*
  20  * SPML module functions.
  21  */
  22 OSHMEM_MODULE_DECLSPEC extern mca_spml_base_component_2_0_0_t mca_spml_ucx_component;
  23 END_C_DECLS
  24 
  25 #endif

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