Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6100cfd821150459d620f646de9f7e8c1b237695 (plain) (blame)
1
2
3
4
5
6
7
8
9
<html><head><title>omp_set_nested</title>
<body>
<H3>omp_set_nested</H3>
<PRE>
void omp_set_nested(int nested)
</PRE>
<DL><DD>
This function enables or disables nested parallelism.
<P></DL></font></body></html>

Back to the top