Skip to content

Commit

Permalink
Fix wrong documentation of likwid_devstr_to_devlist
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatix committed Nov 15, 2024
1 parent 08298c4 commit aad1e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/likwid.h
Original file line number Diff line number Diff line change
Expand Up @@ -3328,7 +3328,7 @@ static char* LikwidDeviceTypeNames[MAX_DEVICE_TYPE] = {
/*! \brief Read LikwidDevice selection string and create specified devices.
Read the LikwidDevice selection string and creates list with created devices.
The format is 'type:id_list'. 'type' is N (node), S (socket), C (last level cache), T (thread),
The format is 'type:id_list'. 'type' is N (node), S (socket), C (CPU core), T (thread),
M (NUMA node), D (die), GN (Nvidia GPU), GA (AMD GPU). N does not have id_list,
since there is always one node only. 'id_list' is a comma separated list of
integers or integer ranges specified as '2-15' (inclusive bounds).
Expand Down

0 comments on commit aad1e8f

Please sign in to comment.