Back to FabImage Library Lite website

You are here: Start » FIL Common » SetParallelComputing

SetParallelComputing


Header: FIL.h
Namespace: fil

Controls the state and number of available threads.

Syntax

void fil::SetParallelComputing
(
	bool enabled,
	int num_threads
)

Parameters

Name Type Default Description
enabled bool
num_threads int Numbers of thread available for computation.