Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Nested parallelism with OpenMP

Ralf
Beginner
456 Views

And a question concerning OpenMP nested loops

In a post from March 22, 2007 I've read that the IVF implementation does not support nested parallelism - did this change in the meantime?

Cheers -Ralf

0 Kudos
1 Reply
TimP
Honored Contributor III
456 Views
OpenMP nested is supported in the standard ways (by OMP_NESTED environment variable and corresponding OpenMP call). Affinity support is sometimes difficult.
0 Kudos
Reply