Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: tweak +pemap offset description #3825

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/charm++/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12367,8 +12367,8 @@ are available:
*stride*), that range will be stepped through in increments of the
additional number. Within each stride, a dot followed by a *run* will
indicate how many cores to use from that starting point. A plus
represents the offset to the previous core number. Multiple
``+offset`` flags are supported, e.g., 0-7+8+16 equals 0,8,16,1,9,17.
is followed by an *offset* to the previous core number. Multiple
offsets are supported, e.g., 0-7+8+16 equals 0,8,16,1,9,17,...

For example, the sequence ``0-8:2,16,20-24`` includes cores 0, 2, 4,
6, 8, 16, 20, 21, 22, 23, 24. On a 4-way quad-core system, if one
Expand Down
Loading