File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -219,11 +219,11 @@ To display information about each package:
219
219
220
220
To display information about the core whose physical index is 2:
221
221
222
- $ utils/ hwloc-info -p core:2
222
+ $ hwloc-info -p core:2
223
223
Core L#1
224
224
logical index = 1
225
225
os index = 2
226
- ...
226
+ ...
227
227
.
228
228
.\" **************************
229
229
.\" See also section
Original file line number Diff line number Diff line change 1
1
.\" -*- nroff -*-
2
- .\" Copyright © 2010-2019 Inria. All rights reserved.
2
+ .\" Copyright © 2010-2020 Inria. All rights reserved.
3
3
.\" Copyright © 2009-2010 Cisco Systems, Inc. All rights reserved.
4
4
.\" See COPYING in top-level directory.
5
5
.TH HWLOC-PS "1" "%HWLOC_DATE%" "%PACKAGE_VERSION%" "%PACKAGE_NAME%"
@@ -123,28 +123,28 @@ processes, if desired.
123
123
.PP
124
124
If a process is bound, it appears in the default output:
125
125
126
- $ utils/ hwloc-ps
126
+ $ hwloc-ps
127
127
4759 Core:0 myprogram
128
128
129
129
If a process is not bound but 3 of his 4 threads are bound,
130
130
it only appears in the thread-aware output (or if explicitly selected):
131
131
132
- $ utils/ hwloc-ps
132
+ $ hwloc-ps
133
133
134
- $ utils/ hwloc-ps -t
134
+ $ hwloc-ps -t
135
135
4759 Machine:0 myprogram
136
136
4759 Machine:0
137
137
4761 PU:0
138
138
4762 PU:2
139
139
4765 PU:1
140
140
141
- $ utils/ hwloc-ps --pid 4759
141
+ $ hwloc-ps --pid 4759
142
142
4759 Machine:0 myprogram
143
143
144
144
To display the binding of already running MPI processes (launched by
145
145
Open MPI) and append their MPI rank (in MPI_COMM_WORLD) to each line:
146
146
147
- $ utils/ hwloc-ps --pid-cmd myscript
147
+ $ hwloc-ps --pid-cmd myscript
148
148
29093 L1dCache:0 myprogram OMPI_COMM_WORLD_RANK=0
149
149
29094 L1dCache:2 myprogram OMPI_COMM_WORLD_RANK=1
150
150
29095 L1dCache:1 myprogram OMPI_COMM_WORLD_RANK=2
You can’t perform that action at this time.
0 commit comments