Table of Contents
qc_get_num_cpus
Gets the number of CPUs on the current (host) machine.
num_cpus = qc_get_num_cpus; % Get the number of CPUs
Returns the number of CPUs on the current (host) machine.
This function has no parameters.
num_cpus
The number of CPUs on success and a negative error code on failure. See qc_error and qc_get_error_message for handling error codes.
num_cpus = qc_get_num_cpus; % Returns the number of CPUs.
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.