|
D.15.21.2 setcores
Procedure from library resources.lib (see resources_lib).
- Usage:
- setcores(n), n int
- Return:
- n. The number of available processor cores is set to n and n is
returned.
- Note:
- The number of available processor cores must be at least 1. Reducing
this number may take some time.
This procedure should only be called in the main process of a
Singular session and not within any task defined via tasks.lib.
Example:
See also:
addcores;
getcores;
parallel_lib;
tasks_lib.
|