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

Explicitly mention numbering type in output and/or switch to logical numbering #286

Open
GuillaumeMercier opened this issue Nov 5, 2024 · 0 comments

Comments

@GuillaumeMercier
Copy link
Collaborator

GuillaumeMercier commented Nov 5, 2024

In current tests, the internal function qvi_test_emit_task_bind uses
hwloc_bitmap_asprintf and hwloc_bitmap_list_asprintf to output binding information.
However, since they take as input parameter a cpuset and as the hwloc documentation
states : Both CPU and node sets are always indexed by OS physical number.

Therefore, physical numbers for PUs are displayed which can be confusing and/or ambiguous.

Possible fixes:

  • switch to logical numbering
  • explicitly output the nature of the numbering used
@GuillaumeMercier GuillaumeMercier changed the title Explicitly mention that resource numbers are logical ones. Explicitly mention numbering type in output and/or switch to logical numbering Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant