]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/openmp/runtime/src/i18n/en_US.txt
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / contrib / openmp / runtime / src / i18n / en_US.txt
1 # en_US.txt #
2
3 #
4 #//===----------------------------------------------------------------------===//
5 #//
6 #//                     The LLVM Compiler Infrastructure
7 #//
8 #// This file is dual licensed under the MIT and the University of Illinois Open
9 #// Source Licenses. See LICENSE.txt for details.
10 #//
11 #//===----------------------------------------------------------------------===//
12 #
13
14 # Default messages, embedded into the OpenMP RTL, and source for English catalog.
15
16
17 # Compatible changes (which does not require version bumping):
18 #     * Editing message (number and type of placeholders must remain, relative order of
19 #       placeholders may be changed, e.g. "File %1$s line %2$d" may be safely edited to
20 #       "Line %2$d file %1$s").
21 #     * Adding new message to the end of section.
22 # Incompatible changes (version must be bumbed by 1):
23 #     * Introducing new placeholders to existing messages.
24 #     * Changing type of placeholders (e.g. "line %1$d" -> "line %1$s").
25 #     * Rearranging order of messages.
26 #     * Deleting messages.
27 # Use special "OBSOLETE" pseudoidentifier for obsolete entries, which is kept only for backward
28 # compatibility. When version is bumped, do not forget to delete all obsolete entries.
29
30
31 # --------------------------------------------------------------------------------------------------
32 -*- META -*-
33 # --------------------------------------------------------------------------------------------------
34
35 # Meta information about message catalog.
36
37 Language "English"
38 Country  "USA"
39 LangId   "1033"
40 Version  "2"
41 Revision "20170523"
42
43
44
45 # --------------------------------------------------------------------------------------------------
46 -*- STRINGS -*-
47 # --------------------------------------------------------------------------------------------------
48
49 # Strings are not complete messages, just fragments. We need to work on it and reduce number of
50 # strings (to zero?).
51
52 Error                        "Error"
53 UnknownFile                  "(unknown file)"
54 NotANumber                   "not a number"
55 BadUnit                      "bad unit"
56 IllegalCharacters            "illegal characters"
57 ValueTooLarge                "value too large"
58 ValueTooSmall                "value too small"
59 NotMultiple4K                "value is not a multiple of 4k"
60 UnknownTopology              "Unknown processor topology"
61 CantOpenCpuinfo              "Cannot open /proc/cpuinfo"
62 ProcCpuinfo                  "/proc/cpuinfo"
63 NoProcRecords                "cpuinfo file invalid (No processor records)"
64 TooManyProcRecords           "cpuinfo file invalid (Too many processor records)"
65 CantRewindCpuinfo            "Cannot rewind cpuinfo file"
66 LongLineCpuinfo              "cpuinfo file invalid (long line)"
67 TooManyEntries               "cpuinfo file contains too many entries"
68 MissingProcField             "cpuinfo file missing processor field"
69 MissingPhysicalIDField       "cpuinfo file missing physical id field"
70 MissingValCpuinfo            "cpuinfo file invalid (missing val)"
71 DuplicateFieldCpuinfo        "cpuinfo file invalid (duplicate field)"
72 PhysicalIDsNotUnique         "Physical node/pkg/core/thread ids not unique"
73 ApicNotPresent               "APIC not present"
74 InvalidCpuidInfo             "Invalid cpuid info"
75 OBSOLETE                     "APIC ids not unique"
76 InconsistentCpuidInfo        "Inconsistent cpuid info"
77 OutOfHeapMemory              "Out of heap memory"
78 MemoryAllocFailed            "Memory allocation failed"
79 Core                         "core"
80 Thread                       "thread"
81 Package                      "package"
82 Node                         "node"
83 OBSOLETE                     "<undef>"
84 DecodingLegacyAPIC           "decoding legacy APIC ids"
85 OBSOLETE                     "parsing /proc/cpuinfo"
86 NotDefined                   "value is not defined"
87 EffectiveSettings            "Effective settings:"
88 UserSettings                 "User settings:"
89 StorageMapWarning            "warning: pointers or size don't make sense"
90 OBSOLETE                     "CPU"
91 OBSOLETE                     "TPU"
92 OBSOLETE                     "TPUs per package"
93 OBSOLETE                     "HT enabled"
94 OBSOLETE                     "HT disabled"
95 Decodingx2APIC               "decoding x2APIC ids"
96 NoLeaf11Support              "cpuid leaf 11 not supported"
97 NoLeaf4Support               "cpuid leaf 4 not supported"
98 ThreadIDsNotUnique           "thread ids not unique"
99 UsingPthread                 "using pthread info"
100 LegacyApicIDsNotUnique       "legacy APIC ids not unique"
101 x2ApicIDsNotUnique           "x2APIC ids not unique"
102 DisplayEnvBegin              "OPENMP DISPLAY ENVIRONMENT BEGIN"
103 DisplayEnvEnd                "OPENMP DISPLAY ENVIRONMENT END"
104 Device                       "[device]"
105 Host                         "[host]"
106 Tile                         "tile"
107
108
109
110 # --------------------------------------------------------------------------------------------------
111 -*- FORMATS -*-
112 # --------------------------------------------------------------------------------------------------
113
114 Info                         "OMP: Info #%1$d: %2$s\n"
115 Warning                      "OMP: Warning #%1$d: %2$s\n"
116 Fatal                        "OMP: Error #%1$d: %2$s\n"
117 SysErr                       "OMP: System error #%1$d: %2$s\n"
118 Hint                         "OMP: Hint %1$s\n"
119
120 Pragma                       "%1$s pragma (at %2$s:%3$s():%4$s)"
121     # %1 is pragma name (like "parallel" or "master",
122     # %2 is file name,
123     # %3 is function (routine) name,
124     # %4 is the line number (as string, so "s" type specifier should be used).
125
126
127
128 # --------------------------------------------------------------------------------------------------
129 -*- MESSAGES -*-
130 # --------------------------------------------------------------------------------------------------
131
132 # Messages of any severity: informational, warning, or fatal.
133 # To maintain message numbers (they are visible to customers), add new messages to the end.
134
135 # Use following prefixes for messages and hints when appropriate:
136 #    Aff -- Affinity messages.
137 #    Cns -- Consistency check failures (KMP_CONSISTENCY_CHECK).
138 #    Itt -- ITT Notify-related messages.
139
140 LibraryIsSerial              "Library is \"serial\"."
141 CantOpenMessageCatalog       "Cannot open message catalog \"%1$s\":"
142 WillUseDefaultMessages       "Default messages will be used."
143 LockIsUninitialized          "%1$s: Lock is uninitialized"
144 LockSimpleUsedAsNestable     "%1$s: Lock was initialized as simple, but used as nestable"
145 LockNestableUsedAsSimple     "%1$s: Lock was initialized as nestable, but used as simple"
146 LockIsAlreadyOwned           "%1$s: Lock is already owned by requesting thread"
147 LockStillOwned               "%1$s: Lock is still owned by a thread"
148 LockUnsettingFree            "%1$s: Attempt to release a lock not owned by any thread"
149 LockUnsettingSetByAnother    "%1$s: Attempt to release a lock owned by another thread"
150 StackOverflow                "Stack overflow detected for OpenMP thread #%1$d"
151 StackOverlap                 "Stack overlap detected. "
152 AssertionFailure             "Assertion failure at %1$s(%2$d)."
153 CantRegisterNewThread        "Unable to register a new user thread."
154 DuplicateLibrary             "Initializing %1$s, but found %2$s already initialized."
155 CantOpenFileForReading       "Cannot open file \"%1$s\" for reading:"
156 CantGetEnvVar                "Getting environment variable \"%1$s\" failed:"
157 CantSetEnvVar                "Setting environment variable \"%1$s\" failed:"
158 CantGetEnvironment           "Getting environment failed:"
159 BadBoolValue                 "%1$s=\"%2$s\": Wrong value, boolean expected."
160 SSPNotBuiltIn                "No Helper Thread support built in this OMP library."
161 SPPSotfTerminateFailed       "Helper thread failed to soft terminate."
162 BufferOverflow               "Buffer overflow detected."
163 RealTimeSchedNotSupported    "Real-time scheduling policy is not supported."
164 RunningAtMaxPriority         "OMP application is running at maximum priority with real-time scheduling policy. "
165 CantChangeMonitorPriority    "Changing priority of the monitor thread failed:"
166 MonitorWillStarve            "Deadlocks are highly possible due to monitor thread starvation."
167 CantSetMonitorStackSize      "Unable to set monitor thread stack size to %1$lu bytes:"
168 CantSetWorkerStackSize       "Unable to set OMP thread stack size to %1$lu bytes:"
169 CantInitThreadAttrs          "Thread attribute initialization failed:"
170 CantDestroyThreadAttrs       "Thread attribute destroying failed:"
171 CantSetWorkerState           "OMP thread joinable state setting failed:"
172 CantSetMonitorState          "Monitor thread joinable state setting failed:"
173 NoResourcesForWorkerThread   "System unable to allocate necessary resources for OMP thread:"
174 NoResourcesForMonitorThread  "System unable to allocate necessary resources for the monitor thread:"
175 CantTerminateWorkerThread    "Unable to terminate OMP thread:"
176 ScheduleKindOutOfRange       "Wrong schedule type %1$d, see <omp.h> or <omp_lib.h> file for the list of values supported."
177 UnknownSchedulingType        "Unknown scheduling type \"%1$d\"."
178 InvalidValue                 "%1$s value \"%2$s\" is invalid."
179 SmallValue                   "%1$s value \"%2$s\" is too small."
180 LargeValue                   "%1$s value \"%2$s\" is too large."
181 StgInvalidValue              "%1$s: \"%2$s\" is an invalid value; ignored."
182 BarrReleaseValueInvalid      "%1$s release value \"%2$s\" is invalid."
183 BarrGatherValueInvalid       "%1$s gather value \"%2$s\" is invalid."
184 OBSOLETE                     "%1$s supported only on debug builds; ignored."
185 ParRangeSyntax               "Syntax error: Usage: %1$s=[ routine=<func> | filename=<file> | range=<lb>:<ub> "
186                              "| excl_range=<lb>:<ub> ],..."
187 UnbalancedQuotes             "Unbalanced quotes in %1$s."
188 EmptyString                  "Empty string specified for %1$s; ignored."
189 LongValue                    "%1$s value is too long; ignored."
190 InvalidClause                "%1$s: Invalid clause in \"%2$s\"."
191 EmptyClause                  "Empty clause in %1$s."
192 InvalidChunk                 "%1$s value \"%2$s\" is invalid chunk size."
193 LargeChunk                   "%1$s value \"%2$s\" is to large chunk size."
194 IgnoreChunk                  "%1$s value \"%2$s\" is ignored."
195 CantGetProcFreq              "Cannot get processor frequency, using zero KMP_ITT_PREPARE_DELAY."
196 EnvParallelWarn              "%1$s must be set prior to first parallel region; ignored."
197 AffParamDefined              "%1$s: parameter has been specified already, ignoring \"%2$s\"."
198 AffInvalidParam              "%1$s: parameter invalid, ignoring \"%2$s\"."
199 AffManyParams                "%1$s: too many integer parameters specified, ignoring \"%2$s\"."
200 AffManyParamsForLogic        "%1$s: too many integer parameters specified for logical or physical type, ignoring \"%2$d\"."
201 AffNoParam                   "%1$s: '%2$s' type does not take any integer parameters, ignoring them."
202 AffNoProcList                "%1$s: proclist not specified with explicit affinity type, using \"none\"."
203 AffProcListNoType            "%1$s: proclist specified, setting affinity type to \"explicit\"."
204 AffProcListNotExplicit       "%1$s: proclist specified without \"explicit\" affinity type, proclist ignored."
205 AffSyntaxError               "%1$s: syntax error, not using affinity."
206 AffZeroStride                "%1$s: range error (zero stride), not using affinity."
207 AffStartGreaterEnd           "%1$s: range error (%2$d > %3$d), not using affinity."
208 AffStrideLessZero            "%1$s: range error (%2$d < %3$d & stride < 0), not using affinity."
209 AffRangeTooBig               "%1$s: range error ((%2$d-%3$d)/%4$d too big), not using affinity."
210 OBSOLETE                     "%1$s: %2$s is defined. %3$s will be ignored."
211 AffNotSupported              "%1$s: affinity not supported, using \"disabled\"."
212 OBSOLETE                     "%1$s: affinity only supported for Intel(R) Architecture Processors."
213 GetAffSysCallNotSupported    "%1$s: getaffinity system call not supported."
214 SetAffSysCallNotSupported    "%1$s: setaffinity system call not supported."
215 OBSOLETE                     "%1$s: pthread_aff_set_np call not found."
216 OBSOLETE                     "%1$s: pthread_get_num_resources_np call not found."
217 OBSOLETE                     "%1$s: the OS kernel does not support affinity."
218 OBSOLETE                     "%1$s: pthread_get_num_resources_np returned %2$d."
219 AffCantGetMaskSize           "%1$s: cannot determine proper affinity mask size."
220 ParseSizeIntWarn             "%1$s=\"%2$s\": %3$s."
221 ParseExtraCharsWarn          "%1$s: extra trailing characters ignored: \"%2$s\"."
222 UnknownForceReduction        "%1$s: unknown method \"%2$s\"."
223 TimerUseGettimeofday         "KMP_STATS_TIMER: clock_gettime is undefined, using gettimeofday."
224 TimerNeedMoreParam           "KMP_STATS_TIMER: \"%1$s\" needs additional parameter, e.g. 'clock_gettime,2'. Using gettimeofday."
225 TimerInvalidParam            "KMP_STATS_TIMER: clock_gettime parameter \"%1$s\" is invalid, using gettimeofday."
226 TimerGettimeFailed           "KMP_STATS_TIMER: clock_gettime failed, using gettimeofday."
227 TimerUnknownFunction         "KMP_STATS_TIMER: clock function unknown (ignoring value \"%1$s\")."
228 UnknownSchedTypeDetected     "Unknown scheduling type detected."
229 DispatchManyThreads          "Too many threads to use analytical guided scheduling - switching to iterative guided scheduling."
230 IttLookupFailed              "ittnotify: Lookup of \"%1$s\" function in \"%2$s\" library failed."
231 IttLoadLibFailed             "ittnotify: Loading \"%1$s\" library failed."
232 IttAllNotifDisabled          "ittnotify: All itt notifications disabled."
233 IttObjNotifDisabled          "ittnotify: Object state itt notifications disabled."
234 IttMarkNotifDisabled         "ittnotify: Mark itt notifications disabled."
235 IttUnloadLibFailed           "ittnotify: Unloading \"%1$s\" library failed."
236 CantFormThrTeam              "Cannot form a team with %1$d threads, using %2$d instead."
237 ActiveLevelsNegative         "Requested number of active parallel levels \"%1$d\" is negative; ignored."
238 ActiveLevelsExceedLimit      "Requested number of active parallel levels \"%1$d\" exceeds supported limit; "
239                              "the following limit value will be used: \"%1$d\"."
240 SetLibraryIncorrectCall      "kmp_set_library must only be called from the top level serial thread; ignored."
241 FatalSysError                "Fatal system error detected."
242 OutOfHeapMemory              "Out of heap memory."
243 OBSOLETE                     "Clearing __KMP_REGISTERED_LIB env var failed."
244 OBSOLETE                     "Registering library with env var failed."
245 Using_int_Value              "%1$s value \"%2$d\" will be used."
246 Using_uint_Value             "%1$s value \"%2$u\" will be used."
247 Using_uint64_Value           "%1$s value \"%2$s\" will be used."
248 Using_str_Value              "%1$s value \"%2$s\" will be used."
249 MaxValueUsing                "%1$s maximum value \"%2$d\" will be used."
250 MinValueUsing                "%1$s minimum value \"%2$d\" will be used."
251 MemoryAllocFailed            "Memory allocation failed."
252 FileNameTooLong              "File name too long."
253 OBSOLETE                     "Lock table overflow."
254 ManyThreadsForTPDirective    "Too many threads to use threadprivate directive."
255 AffinityInvalidMask          "%1$s: invalid mask."
256 WrongDefinition              "Wrong definition."
257 TLSSetValueFailed            "Windows* OS: TLS Set Value failed."
258 TLSOutOfIndexes              "Windows* OS: TLS out of indexes."
259 OBSOLETE                     "PDONE directive must be nested within a DO directive."
260 CantGetNumAvailCPU           "Cannot get number of available CPUs."
261 AssumedNumCPU                "Assumed number of CPUs is 2."
262 ErrorInitializeAffinity      "Error initializing affinity - not using affinity."
263 AffThreadsMayMigrate         "Threads may migrate across all available OS procs (granularity setting too coarse)."
264 AffIgnoreInvalidProcID       "Ignoring invalid OS proc ID %1$d."
265 AffNoValidProcID             "No valid OS proc IDs specified - not using affinity."
266 UsingFlatOS                  "%1$s - using \"flat\" OS <-> physical proc mapping."
267 UsingFlatOSFile              "%1$s: %2$s - using \"flat\" OS <-> physical proc mapping."
268 UsingFlatOSFileLine          "%1$s, line %2$d: %3$s - using \"flat\" OS <-> physical proc mapping."
269 FileMsgExiting               "%1$s: %2$s - exiting."
270 FileLineMsgExiting           "%1$s, line %2$d: %3$s - exiting."
271 ConstructIdentInvalid        "Construct identifier invalid."
272 ThreadIdentInvalid           "Thread identifier invalid."
273 RTLNotInitialized            "runtime library not initialized."
274 TPCommonBlocksInconsist      "Inconsistent THREADPRIVATE common block declarations are non-conforming "
275                              "and are unsupported. Either all threadprivate common blocks must be declared "
276                              "identically, or the largest instance of each threadprivate common block "
277                              "must be referenced first during the run."
278 CantSetThreadAffMask         "Cannot set thread affinity mask."
279 CantSetThreadPriority        "Cannot set thread priority."
280 CantCreateThread             "Cannot create thread."
281 CantCreateEvent              "Cannot create event."
282 CantSetEvent                 "Cannot set event."
283 CantCloseHandle              "Cannot close handle."
284 UnknownLibraryType           "Unknown library type: %1$d."
285 ReapMonitorError             "Monitor did not reap properly."
286 ReapWorkerError              "Worker thread failed to join."
287 ChangeThreadAffMaskError     "Cannot change thread affinity mask."
288 ThreadsMigrate               "%1$s: Threads may migrate across %2$d innermost levels of machine"
289 DecreaseToThreads            "%1$s: decrease to %2$d threads"
290 IncreaseToThreads            "%1$s: increase to %2$d threads"
291 OBSOLETE                     "%1$s: Internal thread %2$d bound to OS proc set %3$s"
292 AffCapableUseCpuinfo         "%1$s: Affinity capable, using cpuinfo file"
293 AffUseGlobCpuid              "%1$s: Affinity capable, using global cpuid info"
294 AffCapableUseFlat            "%1$s: Affinity capable, using default \"flat\" topology"
295 AffNotCapableUseLocCpuid     "%1$s: Affinity not capable, using local cpuid info"
296 AffNotCapableUseCpuinfo      "%1$s: Affinity not capable, using cpuinfo file"
297 AffFlatTopology              "%1$s: Affinity not capable, assumming \"flat\" topology"
298 InitOSProcSetRespect         "%1$s: Initial OS proc set respected: %2$s"
299 InitOSProcSetNotRespect      "%1$s: Initial OS proc set not respected: %2$s"
300 AvailableOSProc              "%1$s: %2$d available OS procs"
301 Uniform                      "%1$s: Uniform topology"
302 NonUniform                   "%1$s: Nonuniform topology"
303 Topology                     "%1$s: %2$d packages x %3$d cores/pkg x %4$d threads/core (%5$d total cores)"
304 OBSOLETE                     "%1$s: OS proc to physical thread map ([] => level not in map):"
305 OSProcToPackage              "%1$s: OS proc <n> maps to <n>th package core 0"
306 OBSOLETE                     "%1$s: OS proc %2$d maps to package %3$d [core %4$d] [thread %5$d]"
307 OBSOLETE                     "%1$s: OS proc %2$d maps to [package %3$d] [core %4$d] [thread %5$d]"
308 OBSOLETE                     "%1$s: OS proc %2$d maps to [package %3$d] [core %4$d] thread %5$d"
309 OBSOLETE                     "%1$s: OS proc %2$d maps to [package %3$d] core %4$d [thread %5$d]"
310 OBSOLETE                     "%1$s: OS proc %2$d maps to package %3$d [core %4$d] [thread %5$d]"
311 OBSOLETE                     "%1$s: OS proc %2$d maps to [package %3$d] core %4$d thread %5$d"
312 OBSOLETE                     "%1$s: OS proc %2$d maps to package %3$d core %4$d [thread %5$d]"
313 OBSOLETE                     "%1$s: OS proc %2$d maps to package %3$d [core %4$d] thread %5$d"
314 OBSOLETE                     "%1$s: OS proc %2$d maps to package %3$d core %4$d thread %5$d"
315 OSProcMapToPack              "%1$s: OS proc %2$d maps to %3$s"
316 OBSOLETE                     "%1$s: Internal thread %2$d changed affinity mask from %3$s to %4$s"
317 OBSOLETE                     "%1$s: OS proc %2$d maps to package %3$d, CPU %4$d, TPU %5$d"
318 OBSOLETE                     "%1$s: OS proc %2$d maps to package %3$d, CPU %4$d"
319 OBSOLETE                     "%1$s: HT enabled; %2$d packages; %3$d TPU; %4$d TPUs per package"
320 OBSOLETE                     "%1$s: HT disabled; %2$d packages"
321 BarriersInDifferentOrder     "Threads encountered barriers in different order. "
322 FunctionError                "Function %1$s failed:"
323 TopologyExtra                "%1$s: %2$s packages x %3$d cores/pkg x %4$d threads/core (%5$d total cores)"
324 WrongMessageCatalog          "Incompatible message catalog \"%1$s\": Version \"%2$s\" found, version \"%3$s\" expected."
325 StgIgnored                   "%1$s: ignored because %2$s has been defined"
326                                  # %1, -- name of ignored variable, %2 -- name of variable with higher priority.
327 OBSOLETE                     "%1$s: overrides %3$s specified before"
328                                  # %1, %2 -- name and value of the overriding variable, %3 -- name of overriden variable.
329 AffTilesNoHWLOC              "%1$s: Tiles are only supported if KMP_TOPOLOGY_METHOD=hwloc, using granularity=package instead"
330 AffTilesNoTiles              "%1$s: Tiles requested but were not detected on this HW, using granularity=package instead"
331 TopologyExtraTile            "%1$s: %2$d packages x %3$d tiles/pkg x %4$d cores/tile x %5$d threads/core (%6$d total cores)"
332 TopologyExtraNode            "%1$s: %2$d packages x %3$d nodes/pkg x %4$d cores/node x %5$d threads/core (%6$d total cores)"
333 TopologyExtraNoTi            "%1$s: %2$d packages x %3$d nodes/pkg x %4$d tiles/node x %5$d cores/tile x %6$d threads/core (%7$d total cores)"
334 OmptOutdatedWorkshare        "OMPT: Cannot determine workshare type; using the default (loop) instead. "
335                              "This issue is fixed in an up-to-date compiler."
336 OmpNoAllocator               "Allocator %1$s is not available, will use default allocator."
337
338 # --- OpenMP errors detected at runtime ---
339 #
340 #    %1 is the name of OpenMP construct (formatted with "Pragma" format).
341 #
342 CnsBoundToWorksharing        "%1$s must be bound to a work-sharing or work-queuing construct with an \"ordered\" clause"
343 CnsDetectedEnd               "Detected end of %1$s without first executing a corresponding beginning."
344 CnsIterationRangeTooLarge    "Iteration range too large in %1$s."
345 CnsLoopIncrZeroProhibited    "%1$s must not have a loop increment that evaluates to zero."
346 #
347 #    %1 is the name of the first OpenMP construct, %2 -- the name of the second one (both formatted with "Pragma" format).
348 #
349 CnsExpectedEnd               "Expected end of %1$s; %2$s, however, has most recently begun execution."
350 CnsInvalidNesting            "%1$s is incorrectly nested within %2$s"
351 CnsMultipleNesting           "%1$s cannot be executed multiple times during execution of one parallel iteration/section of %2$s"
352 CnsNestingSameName           "%1$s is incorrectly nested within %2$s of the same name"
353 CnsNoOrderedClause           "%1$s is incorrectly nested within %2$s that does not have an \"ordered\" clause"
354 CnsNotInTaskConstruct        "%1$s is incorrectly nested within %2$s but not within any of its \"task\" constructs"
355 CnsThreadsAtBarrier          "One thread at %1$s while another thread is at %2$s."
356
357 # New errors
358 CantConnect                  "Cannot connect to %1$s"
359 CantConnectUsing             "Cannot connect to %1$s - Using %2$s"
360 LibNotSupport                "%1$s does not support %2$s. Continuing without using %2$s."
361 LibNotSupportFor             "%1$s does not support %2$s for %3$s. Continuing without using %2$s."
362 StaticLibNotSupport          "Static %1$s does not support %2$s. Continuing without using %2$s."
363 OBSOLETE                     "KMP_DYNAMIC_MODE=irml cannot be used with KMP_USE_IRML=0"
364 IttUnknownGroup              "ittnotify: Unknown group \"%2$s\" specified in environment variable \"%1$s\"."
365 IttEnvVarTooLong             "ittnotify: Environment variable \"%1$s\" too long: Actual lengths is %2$lu, max allowed length is %3$lu."
366 AffUseGlobCpuidL11           "%1$s: Affinity capable, using global cpuid leaf 11 info"
367 AffNotCapableUseLocCpuidL11  "%1$s: Affinity not capable, using local cpuid leaf 11 info"
368 AffInfoStr                   "%1$s: %2$s."
369 AffInfoStrStr                "%1$s: %2$s - %3$s."
370 OSProcToPhysicalThreadMap    "%1$s: OS proc to physical thread map:"
371 AffUsingFlatOS               "%1$s: using \"flat\" OS <-> physical proc mapping."
372 AffParseFilename             "%1$s: parsing %2$s."
373 MsgExiting                   "%1$s - exiting."
374 IncompatibleLibrary          "Incompatible %1$s library with version %2$s found."
375 IttFunctionError             "ittnotify: Function %1$s failed:"
376 IttUnknownError              "ittnofify: Error #%1$d."
377 EnvMiddleWarn                "%1$s must be set prior to first parallel region or certain API calls; ignored."
378 CnsLockNotDestroyed          "Lock initialized at %1$s(%2$d) was not destroyed"
379                                  # %1, %2, %3, %4 -- file, line, func, col
380 CantLoadBalUsing             "Cannot determine machine load balance - Using %1$s"
381 AffNotCapableUsePthread      "%1$s: Affinity not capable, using pthread info"
382 AffUsePthread                "%1$s: Affinity capable, using pthread info"
383 OBSOLETE                     "Loading \"%1$s\" library failed:"
384 OBSOLETE                     "Lookup of \"%1$s\" function failed:"
385 OBSOLETE                     "Buffer too small."
386 OBSOLETE                     "Error #%1$d."
387 NthSyntaxError               "%1$s: Invalid symbols found. Check the value \"%2$s\"."
388 NthSpacesNotAllowed          "%1$s: Spaces between digits are not allowed \"%2$s\"."
389 AffStrParseFilename          "%1$s: %2$s - parsing %3$s."
390 OBSOLETE                     "%1$s cannot be specified via kmp_set_defaults() on this machine because it has more than one processor group."
391 AffTypeCantUseMultGroups     "Cannot use affinity type \"%1$s\" with multiple Windows* OS processor groups, using \"%2$s\"."
392 AffGranCantUseMultGroups     "Cannot use affinity granularity \"%1$s\" with multiple Windows* OS processor groups, using \"%2$s\"."
393 AffWindowsProcGroupMap       "%1$s: Mapping Windows* OS processor group <i> proc <j> to OS proc 64*<i>+<j>."
394 AffOSProcToGroup             "%1$s: OS proc %2$d maps to Windows* OS processor group %3$d proc %4$d"
395 AffBalancedNotAvail          "%1$s: Affinity balanced is not available."
396 OBSOLETE                     "%1$s: granularity=core will be used."
397 EnvLockWarn                  "%1$s must be set prior to first OMP lock call or critical section; ignored."
398 FutexNotSupported            "futex system call not supported; %1$s=%2$s ignored."
399 AffGranUsing                 "%1$s: granularity=%2$s will be used."
400 AffHWSubsetInvalid           "%1$s: invalid value \"%2$s\", valid format is \"N<item>[@N][,...][,Nt] "
401                              "(<item> can be S, N, L2, C, T  for Socket, NUMA Node, L2 Cache, Core, Thread)\"."
402 AffHWSubsetUnsupported       "KMP_HW_SUBSET ignored: unsupported architecture."
403 AffHWSubsetManyCores         "KMP_HW_SUBSET ignored: too many cores requested."
404 SyntaxErrorUsing             "%1$s: syntax error, using %2$s."
405 AdaptiveNotSupported         "%1$s: Adaptive locks are not supported; using queuing."
406 EnvSyntaxError               "%1$s: Invalid symbols found. Check the value \"%2$s\"."
407 EnvSpacesNotAllowed          "%1$s: Spaces between digits are not allowed \"%2$s\"."
408 BoundToOSProcSet             "%1$s: pid %2$d tid %3$d thread %4$d bound to OS proc set %5$s"
409 CnsLoopIncrIllegal           "%1$s error: parallel loop increment and condition are inconsistent."
410 NoGompCancellation           "libgomp cancellation is not currently supported."
411 AffHWSubsetNonUniform        "KMP_HW_SUBSET ignored: non-uniform topology."
412 AffHWSubsetNonThreeLevel     "KMP_HW_SUBSET ignored: only three-level topology is supported."
413 AffGranTopGroup              "%1$s: granularity=%2$s is not supported with KMP_TOPOLOGY_METHOD=group. Using \"granularity=fine\"."
414 AffGranGroupType             "%1$s: granularity=group is not supported with KMP_AFFINITY=%2$s. Using \"granularity=core\"."
415 AffHWSubsetManySockets       "KMP_HW_SUBSET ignored: too many sockets requested."
416 AffHWSubsetDeprecated        "KMP_HW_SUBSET \"o\" offset designator deprecated, please use @ prefix for offset value."
417 AffUsingHwloc                "%1$s: Affinity capable, using hwloc."
418 AffIgnoringHwloc             "%1$s: Ignoring hwloc mechanism."
419 AffHwlocErrorOccurred        "%1$s: Hwloc failed in %2$s. Relying on internal affinity mechanisms."
420 EnvSerialWarn                "%1$s must be set prior to OpenMP runtime library initialization; ignored."
421 EnvVarDeprecated             "%1$s variable deprecated, please use %2$s instead."
422 RedMethodNotSupported        "KMP_FORCE_REDUCTION: %1$s method is not supported; using critical."
423 AffHWSubsetNoHWLOC           "KMP_HW_SUBSET ignored: unsupported item requested for non-HWLOC topology method (KMP_TOPOLOGY_METHOD)"
424 AffHWSubsetManyNodes         "KMP_HW_SUBSET ignored: too many NUMA Nodes requested."
425 AffHWSubsetManyTiles         "KMP_HW_SUBSET ignored: too many L2 Caches requested."
426 AffHWSubsetManyProcs         "KMP_HW_SUBSET ignored: too many Procs requested."
427 HierSchedInvalid             "Hierarchy ignored: unsupported level: %1$s."
428 AffFormatDefault             "OMP: pid %1$s tid %2$s thread %3$s bound to OS proc set {%4$s}"
429
430
431 # --------------------------------------------------------------------------------------------------
432 -*- HINTS -*-
433 # --------------------------------------------------------------------------------------------------
434
435 # Hints. Hint may be printed after a message. Usually it is longer explanation text or suggestion.
436 # To maintain hint numbers (they are visible to customers), add new hints to the end.
437
438 SubmitBugReport              "Please submit a bug report with this message, compile and run "
439                              "commands used, and machine configuration info including native "
440                              "compiler and operating system versions. Faster response will be "
441                              "obtained by including all program sources. For information on "
442                              "submitting this issue, please see "
443                              "https://bugs.llvm.org/."
444 OBSOLETE                     "Check NLSPATH environment variable, its value is \"%1$s\"."
445 ChangeStackLimit             "Please try changing the shell stack limit or adjusting the "
446                              "OMP_STACKSIZE environment variable."
447 Unset_ALL_THREADS            "Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set)."
448 Set_ALL_THREADPRIVATE        "Consider setting KMP_ALL_THREADPRIVATE to a value larger than %1$d."
449 PossibleSystemLimitOnThreads "This could also be due to a system-related limit on the number of threads."
450 DuplicateLibrary             "This means that multiple copies of the OpenMP runtime have been "
451                              "linked into the program. That is dangerous, since it can degrade "
452                              "performance or cause incorrect results. "
453                              "The best thing to do is to ensure that only a single OpenMP runtime is "
454                              "linked into the process, e.g. by avoiding static linking of the OpenMP "
455                              "runtime in any library. As an unsafe, unsupported, undocumented workaround "
456                              "you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow "
457                              "the program to continue to execute, but that may cause crashes or "
458                              "silently produce incorrect results. "
459                              "For more information, please see http://openmp.llvm.org/"
460 NameComesFrom_CPUINFO_FILE   "This name is specified in environment variable KMP_CPUINFO_FILE."
461 NotEnoughMemory              "Seems application required too much memory."
462 ValidBoolValues              "Use \"0\", \"FALSE\". \".F.\", \"off\", \"no\" as false values, "
463                              "\"1\", \"TRUE\", \".T.\", \"on\", \"yes\" as true values."
464 BufferOverflow               "Perhaps too many threads."
465 RunningAtMaxPriority         "Decrease priority of application. "
466                              "This will allow the monitor thread run at higher priority than other threads."
467 ChangeMonitorStackSize       "Try changing KMP_MONITOR_STACKSIZE or the shell stack limit."
468 ChangeWorkerStackSize        "Try changing OMP_STACKSIZE and/or the shell stack limit."
469 IncreaseWorkerStackSize      "Try increasing OMP_STACKSIZE or the shell stack limit."
470 DecreaseWorkerStackSize      "Try decreasing OMP_STACKSIZE."
471 Decrease_NUM_THREADS         "Try decreasing the value of OMP_NUM_THREADS."
472 IncreaseMonitorStackSize     "Try increasing KMP_MONITOR_STACKSIZE."
473 DecreaseMonitorStackSize     "Try decreasing KMP_MONITOR_STACKSIZE."
474 DecreaseNumberOfThreadsInUse "Try decreasing the number of threads in use simultaneously."
475 DefaultScheduleKindUsed      "Will use default schedule type (%1$s)."
476 GetNewerLibrary              "It could be a result of using an older OMP library with a newer "
477                              "compiler or memory corruption. You may check the proper OMP library "
478                              "is linked to the application."
479 CheckEnvVar                  "Check %1$s environment variable, its value is \"%2$s\"."
480 OBSOLETE                     "You may want to use an %1$s library that supports %2$s interface with version %3$s."
481 OBSOLETE                     "You may want to use an %1$s library with version %2$s."
482 BadExeFormat                 "System error #193 is \"Bad format of EXE or DLL file\". "
483                              "Usually it means the file is found, but it is corrupted or "
484                              "a file for another architecture. "
485                              "Check whether \"%1$s\" is a file for %2$s architecture."
486 SystemLimitOnThreads         "System-related limit on the number of threads."
487
488
489
490 # --------------------------------------------------------------------------------------------------
491 # end of file #
492 # --------------------------------------------------------------------------------------------------
493