举例:
set_host_options
Controls the maximum number of CPU cores that can be used for parallel execution.
SYNTAX
status set_host_options
[-max_cores number_of_cores]
Data Types
number_of_cores integer
ARGUMENTS
-max_cores number_of_cores
Specifies the maximum number of CPU cores that are allowed for parallel
execution.
DESCRIPTION
The set_host_options command is used to specify the maximum number of CPU cores that
the tool can use during parallel execution. The default is 1, which indicates that
parallel execution is not enabled. The maximum number of cores that can be specified
is 16.
To disable parallel execution, set the -max_cores option to 1 or run the
remove_host_options command.
EXAMPLES
The following example tells the tool that up to four cores can be used for parallel
execution:
prompt> set_host_options -max_cores 4