INCLAN: nproc: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
'''nproc''' is a variable that denotes the maximal number of processors that  
== Synopsis ==
are used for parallel do-loops.
 
'''nproc'''
 
== Description ==
 
Denotes the maximal number of processors that are used to execute parallel do-loops.


== See also ==
== See also ==


* [[do]]
* [[do]]

Latest revision as of 14:35, 17 August 2009

Synopsis

nproc

Description

Denotes the maximal number of processors that are used to execute parallel do-loops.

See also