File: help-rtc-freq.txt

package info (click to toggle)
openmpi 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 99,912 kB
  • ctags: 55,589
  • sloc: ansic: 525,999; f90: 18,307; makefile: 12,062; sh: 6,583; java: 6,278; asm: 3,515; cpp: 2,227; perl: 2,136; python: 1,350; lex: 734; fortran: 52; tcl: 12
file content (62 lines) | stat: -rw-r--r-- 1,385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Copyright (c) 2014      Intel, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
[conflict-freq]
A specific frequency was given along with either or both a maximum
and minimum frequency. If a specific frequency is given, then the
max/min cannot be specified as well.

  Freq:      %s
  Max freq:  %s
  Min freq:  %s

Please correct the situation and try again.
#
[req-dir-not-found]
The frequency control component cannot function as a required directory
was not found on at least one node:

  Node: %s
  Dir:  %s

The component cannot operate and has been disabled.
#
[no-cores-found]
The frequency control component did not find any cores on at least one node:

  Node:  %s

The component cannot operate and has been disabled.
#
[unsupported-governor]
A frequency governor was specified that is not supported on at least
one node:

  Node:      %s
  Governor:  %s
  Available: %s

Please select one of the available governors and try again.
#
[permission-denied]
An attempt to open a file required for setting the specified
%s value has failed on at least one node:

  Node:     %s
  Filename: %s

Check file permissions and try again.
#
[unsupported-freq]
A frequency was specified that is not supported on at least
one node:

  Node:      %s
  Freq:      %s
  Available: %s

Please select one of the available frequencies and try again.