![]() |
|
|||
File indexing completed on 2025-02-22 10:47:26
0001 /* 0002 * Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana 0003 * University Research and Technology 0004 * Corporation. All rights reserved. 0005 * Copyright (c) 2004-2007 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-2005 The Regents of the University of California. 0011 * All rights reserved. 0012 * Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. 0013 * Copyright (c) 2010-2012 Cisco Systems, Inc. All rights reserved. 0014 * Copyright (c) 2014-2020 Intel, Inc. All rights reserved. 0015 * Copyright (c) 2021-2023 Nanook Consulting. All rights reserved. 0016 * $COPYRIGHT$ 0017 * 0018 * Additional copyrights may follow 0019 * 0020 * $HEADER$ 0021 */ 0022 0023 /** @file **/ 0024 0025 #ifndef PMIX_INIT_UTIL_H 0026 #define PMIX_INIT_UTIL_H 0027 0028 #include "src/include/pmix_config.h" 0029 #include "pmix_common.h" 0030 0031 BEGIN_C_DECLS 0032 0033 PMIX_EXPORT extern const char* pmix_tool_basename; 0034 PMIX_EXPORT extern const char* pmix_tool_version; 0035 PMIX_EXPORT extern const char* pmix_tool_org; 0036 PMIX_EXPORT extern const char* pmix_tool_msg; 0037 0038 PMIX_EXPORT int pmix_init_util(pmix_info_t info[], size_t ninfo, char *helpdir); 0039 PMIX_EXPORT int pmix_finalize_util(void); 0040 0041 PMIX_EXPORT void pmix_expose_param(char *param); 0042 0043 END_C_DECLS 0044 0045 #endif /* PMIX_INIT_UTIL_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |