LLVM OpenMP 20.0.0git
|
#include "kmp.h"
#include "kmp_i18n.h"
#include "kmp_str.h"
#include "kmp_wrapper_getpid.h"
#include <float.h>
Go to the source code of this file.
Typedefs | |
typedef struct ompt_start_tool_result_t | ompt_start_tool_result_t |
Functions | |
void | __kmp_expand_host_name (char *buffer, size_t size) |
void | __kmp_expand_file_name (char *result, size_t rlen, char *pattern) |
ompt_start_tool_result_t * | ompt_start_tool (unsigned int omp_version, const char *runtime_version) |
void | ompt_libomp_connect (ompt_start_tool_result_t *result) |
Variables | |
static const char * | unknown = "unknown" |
typedef struct ompt_start_tool_result_t ompt_start_tool_result_t |
Definition at line 345 of file kmp_utility.cpp.
Definition at line 247 of file kmp_utility.cpp.
References __kmp_dflt_team_nth, __kmp_expand_host_name(), __kmp_xproc, end, i, KMP_DEBUG_ASSERT, KMP_FATAL, KMP_SNPRINTF, KMP_STRNCPY, and result.
Definition at line 222 of file kmp_utility.cpp.
References KMP_DEBUG_ASSERT, KMP_STRCPY_S, s, size, and unknown.
Referenced by __kmp_aux_capture_affinity_field(), and __kmp_expand_file_name().
void ompt_libomp_connect | ( | ompt_start_tool_result_t * | result | ) |
Definition at line 352 of file kmp_utility.cpp.
References result.
ompt_start_tool_result_t * ompt_start_tool | ( | unsigned int | omp_version, |
const char * | runtime_version | ||
) |
Definition at line 347 of file kmp_utility.cpp.
|
static |
Definition at line 19 of file kmp_utility.cpp.
Referenced by __kmp_expand_host_name().