1 /* 2 * Copyright (c) 2013 Mellanox Technologies, Inc. 3 * All rights reserved. 4 * 5 * $COPYRIGHT$ 6 * 7 * Additional copyrights may follow 8 * 9 * $HEADER$ 10 */ 11 12 #ifndef OSHMEM_INFO_TOOL_H 13 #define OSHMEM_INFO_TOOL_H 14 #include "oshmem_config.h" 15 16 #include "opal/class/opal_list.h" 17 #include "opal/class/opal_pointer_array.h" 18 #include "opal/util/cmd_line.h" 19 #include "opal/mca/mca.h" 20 21 BEGIN_C_DECLS 22 23 /* 24 * Globals 25 */ 26 27 extern const char *oshmem_info_type_oshmem; 28 29 void oshmem_info_do_config(bool want_all); 30 31 END_C_DECLS 32 33 #endif /* OSHMEM_INFO_TOOL_H */