File: likwid-genTopoCfg.1

package info (click to toggle)
likwid 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,408 kB
  • ctags: 12,654
  • sloc: ansic: 81,942; perl: 17,226; python: 1,132; makefile: 784; cpp: 239; f90: 162; sh: 85; asm: 40
file content (30 lines) | stat: -rw-r--r-- 909 bytes parent folder | download | duplicates (2)
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
.TH LIKWID-GENTOPOCFG 1 <DATE> likwid\-<VERSION>
.SH NAME
likwid-genTopoCfg \- Get system topology and write them to file for faster LIKWID startup
.SH SYNOPSIS
.B likwid-genTopoCfg
.RB [\-hv]
.RB [ \-o
.IR <filename>]
.SH DESCRIPTION
.B likwid-genTopoCfg
is a command line application that stores the system's CPU and NUMA topology to
file. LIKWID applications use this file to read in the topology fast instead of
re-gathering all values.
.SH OPTIONS
.TP
.B \-h, \-\-\^help
prints a help message to standard output, then exits.
.TP
.B \-v, \-\-\^version
prints a version message to standard output, then exits.
.TP
.B \-\^o, \-\-\^output <filename>
sets output file path (Default: /etc/likwid-topo.cfg)

.SH AUTHOR
Written by Thomas Roehl <thomas.roehl@googlemail.com>.
.SH BUGS
Report Bugs on <https://github.com/RRZE-HPC/likwid/issues>.
.SH "SEE ALSO"
likwid-topology(1), likwid-perfctr(1), likwid-pin(1)