Updated README and removed cpu core option from Static subparser

Signed-off-by: Maisam Arif <maisarif@amd.com>
Change-Id: I039c0f0ed2f7094aafe8849baea3cec887b7e8ff
This commit is contained in:
Maisam Arif
2024-02-22 23:40:00 -06:00
parent 4ca326d824
commit fa7a2838d8
2 changed files with 566 additions and 566 deletions
+562 -563
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -387,9 +387,10 @@ class AMDSMIParser(argparse.ArgumentParser):
device_args.add_argument('-U', '--cpu', type=self._validate_cpu_core,
action=self._cpu_select(self.cpu_choices),
nargs='+', help=cpu_help)
device_args.add_argument('-O', '--core', type=self._validate_cpu_core,
action=self._core_select(self.core_choices),
nargs='+', help=core_help)
if subcommand_parser._optionals.title != "Static Arguments":
device_args.add_argument('-O', '--core', type=self._validate_cpu_core,
action=self._core_select(self.core_choices),
nargs='+', help=core_help)
if self.helpers.is_hypervisor():
device_args.add_argument('-v', '--vf', action='store', nargs='+',