Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-23 10:12:57

0001 /*
0002  * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
0003  *                         University Research and Technology
0004  *                         Corporation.  All rights reserved.
0005  * Copyright (c) 2004-2006 The University of Tennessee and The University
0006  *                         of Tennessee Research Foundation.  All rights
0007  *                         reserved.
0008  * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
0009  *                         University of Stuttgart.  All rights reserved.
0010  * Copyright (c) 2004-2006 The Regents of the University of California.
0011  *                         All rights reserved.
0012  * Copyright (c) 2019-2020 Intel, Inc.  All rights reserved.
0013  * Copyright (c) 2020      Cisco Systems, Inc.  All rights reserved
0014  * Copyright (c) 2022      Nanook Consulting.  All rights reserved.
0015  * $COPYRIGHT$
0016  *
0017  * Additional copyrights may follow
0018  *
0019  * $HEADER$
0020  *
0021  */
0022 
0023 #ifndef PRTE_BACKTRACE_BASE_H
0024 #define PRTE_BACKTRACE_BASE_H
0025 
0026 #include "prte_config.h"
0027 
0028 #include "src/mca/base/pmix_mca_base_framework.h"
0029 
0030 #include "src/mca/prtebacktrace/prtebacktrace.h"
0031 
0032 /*
0033  * Global functions for MCA overall backtrace open and close
0034  */
0035 
0036 BEGIN_C_DECLS
0037 
0038 PRTE_EXPORT extern pmix_mca_base_framework_t prte_prtebacktrace_base_framework;
0039 
0040 END_C_DECLS
0041 #endif /* PRTE_BASE_BACKTRACE_H */