root/ompi/interlib/interlib.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-2011 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) 2008-2012 Cisco Systems, Inc.  All rights reserved.
  14  * Copyright (c) 2008-2009 Sun Microsystems, Inc.  All rights reserved.
  15  * Copyright (c) 2015-2017 Intel, Inc. All rights reserved.
  16  * Copyright (c) 2016      Los Alamos National Security, LLC. All rights
  17  *                         reserved.
  18  * Copyright (c) 2016      Research Organization for Information Science
  19  *                         and Technology (RIST). All rights reserved.
  20  * $COPYRIGHT$
  21  *
  22  * Additional copyrights may follow
  23  *
  24  * $HEADER$
  25  */
  26 /** @file **/
  27 
  28 #ifndef OMPI_INTERLIB_H
  29 #define OMPI_INTERLIB_H
  30 
  31 #include "ompi_config.h"
  32 
  33 
  34 BEGIN_C_DECLS
  35 
  36 /* declare the presence of the OMPI library to other
  37  * libraries that may be used in this application, and
  38  * register for callbacks when any other such libraries
  39  * declare themselves */
  40 OMPI_DECLSPEC int ompi_interlib_declare(int threadlevel, char *version);
  41 
  42 
  43 END_C_DECLS
  44 
  45 #endif /* OMPI_INTERLIB_H */

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