Skip to content

Commit 1a7beac

Browse files
Update openmp/runtime/src/kmp_settings.cpp
Co-authored-by: Joachim <[email protected]>
1 parent df22471 commit 1a7beac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/runtime/src/kmp_settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3278,7 +3278,7 @@ static void __kmp_stg_print_places(kmp_str_buf_t *buffer, char const *name,
32783278
int eff = __kmp_affinity.core_attr_gran.core_eff;
32793279
if (ct != KMP_HW_CORE_TYPE_UNKNOWN) {
32803280
const char *ct_name = __kmp_hw_get_core_type_keyword(ct);
3281-
__kmp_str_buf_print(buffer, ":%s", name, ct_name);
3281+
__kmp_str_buf_print(buffer, ":%s", ct_name);
32823282
} else if (eff >= 0 && eff < KMP_HW_MAX_NUM_CORE_EFFS) {
32833283
__kmp_str_buf_print(buffer, ":eff%d", eff);
32843284
}

0 commit comments

Comments
 (0)