diff options
Diffstat (limited to 'lib/libomp/kmp_i18n_default.inc')
-rw-r--r-- | lib/libomp/kmp_i18n_default.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libomp/kmp_i18n_default.inc b/lib/libomp/kmp_i18n_default.inc index 807b3c4786e2..f10caed57de6 100644 --- a/lib/libomp/kmp_i18n_default.inc +++ b/lib/libomp/kmp_i18n_default.inc @@ -1,6 +1,6 @@ // $FreeBSD$ // Do not edit this file! // -// The file was generated from en_US.txt by message-converter.pl on Thu Aug 26 11:36:17 2021. // +// The file was generated from en_US.txt by message-converter.pl on Mon Nov 22 22:46:03 2021. // static char const * __kmp_i18n_default_meta[] = @@ -224,6 +224,7 @@ __kmp_i18n_default_messages[] = "%1$s value \"%2$u\" will be used.", "%1$s value \"%2$s\" will be used.", "%1$s value \"%2$s\" will be used.", + "Mixing other barrier patterns with dist is prohibited. Using dist for all barrier patterns.", "%1$s maximum value \"%2$d\" will be used.", "%1$s minimum value \"%2$d\" will be used.", "Memory allocation failed.", @@ -308,6 +309,7 @@ __kmp_i18n_default_messages[] = "Allocator %1$s is not available, will use default allocator.", "%1$s: %2$s (%3$d total cores)", "%1$s: granularity setting: %2$s does not exist in topology. Using granularity=%3$s instead.", + "%1$s: hybrid core type detected: %2$d %3$s cores.", "%1$s must be bound to a work-sharing or work-queuing construct with an \"ordered\" clause", "Detected end of %1$s without first executing a corresponding beginning.", "Iteration range too large in %1$s.", @@ -403,6 +405,8 @@ __kmp_i18n_default_messages[] = "KMP_HW_SUBSET ignored: %1$s, %2$s: layers are equivalent, please only specify one.", "KMP_HW_SUBSET ignored: %1$s layer should come after %2$s.", "%1$s: topology layer \"%2$s\" is equivalent to \"%3$s\".", + "%1$s: granularity=%2$s is too coarse, setting granularity=group.", + "%1$s: \"%2$s\" value is deprecated. Please use \"%3$s\" instead.", NULL }; @@ -454,7 +458,7 @@ __kmp_i18n_sections[] = { 5, __kmp_i18n_default_meta }, { 79, __kmp_i18n_default_strings }, { 6, __kmp_i18n_default_formats }, - { 286, __kmp_i18n_default_messages }, + { 290, __kmp_i18n_default_messages }, { 28, __kmp_i18n_default_hints }, { 0, NULL } }; |