Back to FabImage Library website

You are here: Start » Function Reference » FIL Common » SetParallelComputing

SetParallelComputing


Header: FIL.h
Namespace: fil
Module: FoundationLite

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.