Lines Matching +full:1 +full:d
18 # placeholders may be changed, e.g. "File %1$s line %2$d" may be safely edited to
19 # "Line %2$d file %1$s").
21 # Incompatible changes (version must be bumbed by 1):
23 # * Changing type of placeholders (e.g. "line %1$d" -> "line %1$s").
137 Info "OMP: Info #%1$d: %2$s\n"
138 Warning "OMP: Warning #%1$d: %2$s\n"
139 Fatal "OMP: Error #%1$d: %2$s\n"
140 SysErr "OMP: System error #%1$d: %2$s\n"
141 Hint "OMP: Hint %1$s\n"
143 Pragma "%1$s pragma (at %2$s:%3$s():%4$s)"
144 # %1 is pragma name (like "parallel" or "masked",
164 CantOpenMessageCatalog "Cannot open message catalog \"%1$s\":"
166 LockIsUninitialized "%1$s: Lock is uninitialized"
167 LockSimpleUsedAsNestable "%1$s: Lock was initialized as simple, but used as nestable"
168 LockNestableUsedAsSimple "%1$s: Lock was initialized as nestable, but used as simple"
169 LockIsAlreadyOwned "%1$s: Lock is already owned by requesting thread"
170 LockStillOwned "%1$s: Lock is still owned by a thread"
171 LockUnsettingFree "%1$s: Attempt to release a lock not owned by any thread"
172 LockUnsettingSetByAnother "%1$s: Attempt to release a lock owned by another thread"
173 StackOverflow "Stack overflow detected for OpenMP thread #%1$d"
175 AssertionFailure "Assertion failure at %1$s(%2$d)."
177 DuplicateLibrary "Initializing %1$s, but found %2$s already initialized."
178 CantOpenFileForReading "Cannot open file \"%1$s\" for reading:"
179 CantGetEnvVar "Getting environment variable \"%1$s\" failed:"
180 CantSetEnvVar "Setting environment variable \"%1$s\" failed:"
182 BadBoolValue "%1$s=\"%2$s\": Wrong value, boolean expected."
190 CantSetMonitorStackSize "Unable to set monitor thread stack size to %1$lu bytes:"
191 CantSetWorkerStackSize "Unable to set OMP thread stack size to %1$lu bytes:"
199 ScheduleKindOutOfRange "Wrong schedule type %1$d, see <omp.h> or <omp_lib.h> file for the list of values supported."
200 UnknownSchedulingType "Unknown scheduling type \"%1$d\"."
201 InvalidValue "%1$s value \"%2$s\" is invalid."
202 SmallValue "%1$s value \"%2$s\" is too small."
203 LargeValue "%1$s value \"%2$s\" is too large."
204 StgInvalidValue "%1$s: \"%2$s\" is an invalid value; ignored."
205 BarrReleaseValueInvalid "%1$s release value \"%2$s\" is invalid."
206 BarrGatherValueInvalid "%1$s gather value \"%2$s\" is invalid."
207 OBSOLETE "%1$s supported only on debug builds; ignored."
208 ParRangeSyntax "Syntax error: Usage: %1$s=[ routine=<func> | filename=<file> | range=<lb>:<ub> "
210 UnbalancedQuotes "Unbalanced quotes in %1$s."
211 EmptyString "Empty string specified for %1$s; ignored."
212 LongValue "%1$s value is too long; ignored."
213 InvalidClause "%1$s: Invalid clause in \"%2$s\"."
214 EmptyClause "Empty clause in %1$s."
215 InvalidChunk "%1$s value \"%2$s\" is invalid chunk size."
216 LargeChunk "%1$s value \"%2$s\" is to large chunk size."
217 IgnoreChunk "%1$s value \"%2$s\" is ignored."
219 EnvParallelWarn "%1$s must be set prior to first parallel region; ignored."
220 AffParamDefined "%1$s: parameter has been specified already, ignoring \"%2$s\"."
221 AffInvalidParam "%1$s: parameter invalid, ignoring \"%2$s\"."
222 AffManyParams "%1$s: too many integer parameters specified, ignoring \"%2$s\"."
223 AffManyParamsForLogic "%1$s: too many integer parameters specified for logical or physical type, ignoring \"%2$d\"."
224 AffNoParam "%1$s: '%2$s' type does not take any integer parameters, ignoring them."
225 AffNoProcList "%1$s: proclist not specified with explicit affinity type, using \"none\"."
226 AffProcListNoType "%1$s: proclist specified, setting affinity type to \"explicit\"."
227 AffProcListNotExplicit "%1$s: proclist specified without \"explicit\" affinity type, proclist ignored."
228 AffSyntaxError "%1$s: syntax error, not using affinity."
229 AffZeroStride "%1$s: range error (zero stride), not using affinity."
230 AffStartGreaterEnd "%1$s: range error (%2$d > %3$d), not using affinity."
231 AffStrideLessZero "%1$s: range error (%2$d < %3$d & stride < 0), not using affinity."
232 AffRangeTooBig "%1$s: range error ((%2$d-%3$d)/%4$d too big), not using affinity."
233 OBSOLETE "%1$s: %2$s is defined. %3$s will be ignored."
234 AffNotSupported "%1$s: affinity not supported, using \"disabled\"."
235 OBSOLETE "%1$s: affinity only supported for Intel(R) Architecture Processors."
236 GetAffSysCallNotSupported "%1$s: getaffinity system call not supported."
237 SetAffSysCallNotSupported "%1$s: setaffinity system call not supported."
238 OBSOLETE "%1$s: pthread_aff_set_np call not found."
239 OBSOLETE "%1$s: pthread_get_num_resources_np call not found."
240 OBSOLETE "%1$s: the OS kernel does not support affinity."
241 OBSOLETE "%1$s: pthread_get_num_resources_np returned %2$d."
242 AffCantGetMaskSize "%1$s: cannot determine proper affinity mask size."
243 ParseSizeIntWarn "%1$s=\"%2$s\": %3$s."
244 ParseExtraCharsWarn "%1$s: extra trailing characters ignored: \"%2$s\"."
245 UnknownForceReduction "%1$s: unknown method \"%2$s\"."
247 TimerNeedMoreParam "KMP_STATS_TIMER: \"%1$s\" needs additional parameter, e.g. 'clock_gettime,2'. Using gettimeofday."
248 TimerInvalidParam "KMP_STATS_TIMER: clock_gettime parameter \"%1$s\" is invalid, using gettimeofday."
250 TimerUnknownFunction "KMP_STATS_TIMER: clock function unknown (ignoring value \"%1$s\")."
253 IttLookupFailed "ittnotify: Lookup of \"%1$s\" function in \"%2$s\" library failed."
254 IttLoadLibFailed "ittnotify: Loading \"%1$s\" library failed."
258 IttUnloadLibFailed "ittnotify: Unloading \"%1$s\" library failed."
259 CantFormThrTeam "Cannot form a team with %1$d threads, using %2$d instead."
260 ActiveLevelsNegative "Requested number of active parallel levels \"%1$d\" is negative; ignored."
261 ActiveLevelsExceedLimit "Requested number of active parallel levels \"%1$d\" exceeds supported limit; "
262 "the following limit value will be used: \"%1$d\"."
268 Using_int_Value "%1$s value \"%2$d\" will be used."
269 Using_uint_Value "%1$s value \"%2$u\" will be used."
270 Using_uint64_Value "%1$s value \"%2$s\" will be used."
271 Using_str_Value "%1$s value \"%2$s\" will be used."
273 MaxValueUsing "%1$s maximum value \"%2$d\" will be used."
274 MinValueUsing "%1$s minimum value \"%2$d\" will be used."
279 AffinityInvalidMask "%1$s: invalid mask."
288 AffIgnoreInvalidProcID "Ignoring invalid OS proc ID %1$d."
290 UsingFlatOS "%1$s - using \"flat\" OS <-> physical proc mapping."
291 UsingFlatOSFile "%1$s: %2$s - using \"flat\" OS <-> physical proc mapping."
292 UsingFlatOSFileLine "%1$s, line %2$d: %3$s - using \"flat\" OS <-> physical proc mapping."
293 FileMsgExiting "%1$s: %2$s - exiting."
294 FileLineMsgExiting "%1$s, line %2$d: %3$s - exiting."
308 UnknownLibraryType "Unknown library type: %1$d."
312 ThreadsMigrate "%1$s: Threads may migrate across %2$d innermost levels of machine"
313 DecreaseToThreads "%1$s: decrease to %2$d threads"
314 IncreaseToThreads "%1$s: increase to %2$d threads"
315 OBSOLETE "%1$s: Internal thread %2$d bound to OS proc set %3$s"
316 AffCapableUseCpuinfo "%1$s: Affinity capable, using cpuinfo file"
317 AffUseGlobCpuid "%1$s: Affinity capable, using global cpuid info"
318 AffCapableUseFlat "%1$s: Affinity capable, using default \"flat\" topology"
319 AffNotCapableUseLocCpuid "%1$s: Affinity not capable, using local cpuid info"
320 AffNotCapableUseCpuinfo "%1$s: Affinity not capable, using cpuinfo file"
321 AffFlatTopology "%1$s: Affinity not capable, assuming \"flat\" topology"
322 InitOSProcSetRespect "%1$s: Initial OS proc set respected: %2$s"
323 InitOSProcSetNotRespect "%1$s: Initial OS proc set not respected: %2$s"
324 AvailableOSProc "%1$s: %2$d available OS procs"
325 Uniform "%1$s: Uniform topology"
326 NonUniform "%1$s: Nonuniform topology"
327 Topology "%1$s: %2$d packages x %3$d cores/pkg x %4$d threads/core (%5$d total cores)"
328 OBSOLETE "%1$s: OS proc to physical thread map ([] => level not in map):"
329 OSProcToPackage "%1$s: OS proc <n> maps to <n>th package core 0"
330 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d [core %4$d] [thread %5$d]"
331 OBSOLETE "%1$s: OS proc %2$d maps to [package %3$d] [core %4$d] [thread %5$d]"
332 OBSOLETE "%1$s: OS proc %2$d maps to [package %3$d] [core %4$d] thread %5$d"
333 OBSOLETE "%1$s: OS proc %2$d maps to [package %3$d] core %4$d [thread %5$d]"
334 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d [core %4$d] [thread %5$d]"
335 OBSOLETE "%1$s: OS proc %2$d maps to [package %3$d] core %4$d thread %5$d"
336 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d core %4$d [thread %5$d]"
337 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d [core %4$d] thread %5$d"
338 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d core %4$d thread %5$d"
339 OSProcMapToPack "%1$s: OS proc %2$d maps to %3$s"
340 OBSOLETE "%1$s: Internal thread %2$d changed affinity mask from %3$s to %4$s"
341 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d, CPU %4$d, TPU %5$d"
342 OBSOLETE "%1$s: OS proc %2$d maps to package %3$d, CPU %4$d"
343 OBSOLETE "%1$s: HT enabled; %2$d packages; %3$d TPU; %4$d TPUs per package"
344 OBSOLETE "%1$s: HT disabled; %2$d packages"
346 FunctionError "Function %1$s failed:"
347 TopologyExtra "%1$s: %2$s packages x %3$d cores/pkg x %4$d threads/core (%5$d total cores)"
348 WrongMessageCatalog "Incompatible message catalog \"%1$s\": Version \"%2$s\" found, version \"%3$s\" expected."
349 StgIgnored "%1$s: ignored because %2$s has been defined"
350 # %1, -- name of ignored variable, %2 -- name of variable with higher priority.
351 OBSOLETE "%1$s: overrides %3$s specified before"
352 # %1, %2 -- name and value of the overriding variable, %3 -- name of overridden variable.
353 AffTilesNoHWLOC "%1$s: Tiles are only supported if KMP_TOPOLOGY_METHOD=hwloc, using granularity=package instead"
354 AffTilesNoTiles "%1$s: Tiles requested but were not detected on this HW, using granularity=package instead"
355 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)"
356 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)"
357 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)"
360 OmpNoAllocator "Allocator %1$s is not available, will use default allocator."
361 TopologyGeneric "%1$s: %2$s (%3$d total cores)"
362 AffGranularityBad "%1$s: granularity setting: %2$s does not exist in topology. Using granularity=%3$s instead."
363 TopologyHybrid "%1$s: hybrid core type detected: %2$d %3$s cores."
364 TopologyHybridCoreEff "%1$s: %2$d with core efficiency %3$d."
368 # %1 is the name of OpenMP construct (formatted with "Pragma" format).
370 CnsBoundToWorksharing "%1$s must be bound to a work-sharing or work-queuing construct with an \"ordered\" clause"
371 CnsDetectedEnd "Detected end of %1$s without first executing a corresponding beginning."
372 CnsIterationRangeTooLarge "Iteration range too large in %1$s."
373 CnsLoopIncrZeroProhibited "%1$s must not have a loop increment that evaluates to zero."
375 # %1 is the name of the first OpenMP construct, %2 -- the name of the second one (both formatted with "Pragma" format).
377 CnsExpectedEnd "Expected end of %1$s; %2$s, however, has most recently begun execution."
378 CnsInvalidNesting "%1$s is incorrectly nested within %2$s"
379 CnsMultipleNesting "%1$s cannot be executed multiple times during execution of one parallel iteration/section of %2$s"
380 CnsNestingSameName "%1$s is incorrectly nested within %2$s of the same name"
381 CnsNoOrderedClause "%1$s is incorrectly nested within %2$s that does not have an \"ordered\" clause"
382 CnsNotInTaskConstruct "%1$s is incorrectly nested within %2$s but not within any of its \"task\" constructs"
383 CnsThreadsAtBarrier "One thread at %1$s while another thread is at %2$s."
386 CantConnect "Cannot connect to %1$s"
387 CantConnectUsing "Cannot connect to %1$s - Using %2$s"
388 LibNotSupport "%1$s does not support %2$s. Continuing without using %2$s."
389 LibNotSupportFor "%1$s does not support %2$s for %3$s. Continuing without using %2$s."
390 StaticLibNotSupport "Static %1$s does not support %2$s. Continuing without using %2$s."
392 IttUnknownGroup "ittnotify: Unknown group \"%2$s\" specified in environment variable \"%1$s\"."
393 IttEnvVarTooLong "ittnotify: Environment variable \"%1$s\" too long: Actual lengths is %2$lu, max allowed length is %3$lu."
394 OBSOLETE "%1$s: Affinity capable, using global cpuid leaf 11 info"
395 OBSOLETE "%1$s: Affinity not capable, using local cpuid leaf 11 info"
396 AffInfoStr "%1$s: %2$s."
397 AffInfoStrStr "%1$s: %2$s - %3$s."
398 OSProcToPhysicalThreadMap "%1$s: OS proc to physical thread map:"
399 AffUsingFlatOS "%1$s: using \"flat\" OS <-> physical proc mapping."
400 AffParseFilename "%1$s: parsing %2$s."
401 MsgExiting "%1$s - exiting."
402 IncompatibleLibrary "Incompatible %1$s library with version %2$s found."
403 IttFunctionError "ittnotify: Function %1$s failed:"
404 IttUnknownError "ittnotify: Error #%1$d."
405 EnvMiddleWarn "%1$s must be set prior to first parallel region or certain API calls; ignored."
406 CnsLockNotDestroyed "Lock initialized at %1$s(%2$d) was not destroyed"
407 # %1, %2, %3, %4 -- file, line, func, col
408 CantLoadBalUsing "Cannot determine machine load balance - Using %1$s"
409 AffNotCapableUsePthread "%1$s: Affinity not capable, using pthread info"
410 AffUsePthread "%1$s: Affinity capable, using pthread info"
411 OBSOLETE "Loading \"%1$s\" library failed:"
412 OBSOLETE "Lookup of \"%1$s\" function failed:"
414 OBSOLETE "Error #%1$d."
415 NthSyntaxError "%1$s: Invalid symbols found. Check the value \"%2$s\"."
416 NthSpacesNotAllowed "%1$s: Spaces between digits are not allowed \"%2$s\"."
417 AffStrParseFilename "%1$s: %2$s - parsing %3$s."
418 OBSOLETE "%1$s cannot be specified via kmp_set_defaults() on this machine because it has more than one processor group."
419 AffTypeCantUseMultGroups "Cannot use affinity type \"%1$s\" with multiple Windows* OS processor groups, using \"%2$s\"."
420 AffGranCantUseMultGroups "Cannot use affinity granularity \"%1$s\" with multiple Windows* OS processor groups, using \"%2$s\"."
421 AffWindowsProcGroupMap "%1$s: Mapping Windows* OS processor group <i> proc <j> to OS proc 64*<i>+<j>."
422 AffOSProcToGroup "%1$s: OS proc %2$d maps to Windows* OS processor group %3$d proc %4$d"
423 AffBalancedNotAvail "%1$s: Affinity balanced is not available."
424 OBSOLETE "%1$s: granularity=core will be used."
425 EnvLockWarn "%1$s must be set prior to first OMP lock call or critical section; ignored."
426 FutexNotSupported "futex system call not supported; %1$s=%2$s ignored."
427 AffGranUsing "%1$s: granularity=%2$s will be used."
428 AffHWSubsetInvalid "%1$s: invalid value \"%2$s\", valid format is \"N<item>[@N][,...][,Nt] "
432 SyntaxErrorUsing "%1$s: syntax error, using %2$s."
433 AdaptiveNotSupported "%1$s: Adaptive locks are not supported; using queuing."
434 EnvSyntaxError "%1$s: Invalid symbols found. Check the value \"%2$s\"."
435 EnvSpacesNotAllowed "%1$s: Spaces between digits are not allowed \"%2$s\"."
436 BoundToOSProcSet "%1$s: pid %2$d tid %3$d thread %4$d bound to OS proc set %5$s"
437 CnsLoopIncrIllegal "%1$s error: parallel loop increment and condition are inconsistent."
441 AffGranTopGroup "%1$s: granularity=%2$s is not supported with KMP_TOPOLOGY_METHOD=group. Using \"granularity=fine\"."
442 AffGranGroupType "%1$s: granularity=group is not supported with KMP_AFFINITY=%2$s. Using \"granularity=core\"."
445 AffUsingHwloc "%1$s: Affinity capable, using hwloc."
446 AffIgnoringHwloc "%1$s: Ignoring hwloc mechanism."
447 AffHwlocErrorOccurred "%1$s: Hwloc failed in %2$s. Relying on internal affinity mechanisms."
448 EnvSerialWarn "%1$s must be set prior to OpenMP runtime library initialization; ignored."
451 EnvVarDeprecated "%1$s variable deprecated, please use %2$s instead."
452 RedMethodNotSupported "KMP_FORCE_REDUCTION: %1$s method is not supported; using critical."
457 HierSchedInvalid "Hierarchy ignored: unsupported level: %1$s."
458 AffFormatDefault "OMP: pid %1$s tid %2$s thread %3$s bound to OS proc set {%4$s}"
459 APIDeprecated "%1$s routine deprecated, please use %2$s instead."
460 GompFeatureNotSupported "libgomp compatibility layer does not support OpenMP feature: %1$s"
462 AffUseGlobCpuidL "%1$s: Affinity capable, using global cpuid leaf %2$d info"
463 AffNotCapableUseLocCpuidL "%1$s: Affinity not capable, using local cpuid leaf %2$d info"
464 AffNotUsingHwloc "%1$s: Affinity not capable, using hwloc."
465 UserDirectedError "%1$s: Encountered user-directed error: %2$s."
466 UserDirectedWarning "%1$s: Encountered user-directed warning: %2$s."
467 FailedToCreateTeam "Failed to create teams between lower bound (%1$d) and upper bound (%2$d)."
468 AffHWSubsetManyGeneric "KMP_HW_SUBSET ignored: %1$s: too many requested."
469 AffHWSubsetNotExistGeneric "KMP_HW_SUBSET ignored: %1$s: level not detected in machine topology."
470 AffHWSubsetEqvLayers "KMP_HW_SUBSET ignored: %1$s, %2$s: layers are equivalent, please only specify one."
471 AffHWSubsetOutOfOrder "KMP_HW_SUBSET ignored: %1$s layer should come after %2$s."
472 AffEqualTopologyTypes "%1$s: topology layer \"%2$s\" is equivalent to \"%3$s\"."
473 AffGranTooCoarseProcGroup "%1$s: granularity=%2$s is too coarse, setting granularity=group."
474 StgDeprecatedValue "%1$s: \"%2$s\" value is deprecated. Please use \"%3$s\" instead."
475 NumTeamsNotPositive "num_teams value must be positive, it is %1$d, using %2$d instead."
476 AffHWSubsetIncompat "KMP_HW_SUBSET ignored: %1$s, %2$s: attributes are ambiguous, please only specify one."
477 AffHWSubsetAttrRepeat "KMP_HW_SUBSET ignored: %1$s: attribute specified more than once."
478 AffHWSubsetAttrInvalid "KMP_HW_SUBSET ignored: %1$s: attribute value %2$s is invalid."
481 AffHWSubsetIgnoringAttr "KMP_HW_SUBSET: ignoring %1$s attribute. This machine is not a hybrid architecutre."
483 AffIgnoringNonHybrid "%1$s ignored: This machine is not a hybrid architecutre. Using \"%2$s\" instead."
484 AffIgnoringNotAvailable "%1$s ignored: %2$s is not available. Using \"%3$s\" instead."
499 OBSOLETE "Check NLSPATH environment variable, its value is \"%1$s\"."
503 Set_ALL_THREADPRIVATE "Consider setting KMP_ALL_THREADPRIVATE to a value larger than %1$d."
518 "\"1\", \"TRUE\", \".T.\", \"on\", \"yes\" as true values."
530 DefaultScheduleKindUsed "Will use default schedule type (%1$s)."
534 CheckEnvVar "Check %1$s environment variable, its value is \"%2$s\"."
535 OBSOLETE "You may want to use an %1$s library that supports %2$s interface with version %3$s."
536 OBSOLETE "You may want to use an %1$s library with version %2$s."
540 "Check whether \"%1$s\" is a file for %2$s architecture."
542 SetNewBound "Try setting new bounds (preferably less than or equal to %1$d) for num_teams clause."
543 ValidValuesRange "Valid values are from %1$d to %2$d."