root/ompi/mca/mtl/base/base.h

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

INCLUDED FROM


   1 /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
   2 /*
   3  * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
   4  *                         University Research and Technology
   5  *                         Corporation.  All rights reserved.
   6  * Copyright (c) 2004-2005 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-2006 The Regents of the University of California.
  12  *                         All rights reserved.
  13  * Copyright (c) 2015      Los Alamos National Security, LLC. All rights
  14  *                         reserved.
  15  * $COPYRIGHT$
  16  *
  17  * Additional copyrights may follow
  18  *
  19  * $HEADER$
  20  */
  21 
  22 #ifndef MCA_MTL_BASE_H
  23 #define MCA_MTL_BASE_H
  24 
  25 #include "ompi_config.h"
  26 
  27 #include "ompi/mca/mca.h"
  28 #include "ompi/mca/mtl/mtl.h"
  29 
  30 
  31 /*
  32  * Global functions for the MTL
  33  */
  34 
  35 BEGIN_C_DECLS
  36 
  37 OMPI_DECLSPEC extern mca_mtl_base_component_t* ompi_mtl_base_selected_component;
  38 
  39 OMPI_DECLSPEC int ompi_mtl_base_select(bool enable_progress_threads,
  40                                        bool enable_mpi_threads,
  41                                        int *priority);
  42 
  43 OMPI_DECLSPEC extern mca_base_framework_t ompi_mtl_base_framework;
  44 
  45 END_C_DECLS
  46 #endif /* MCA_MTL_BASE_H */

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