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

omp_num_threads implementation

Dishaw__Jim
Beginner
532 Views
What does the Intel implementation of OpenMP do if omp_num_threads is greater than the number of cores available in the system.
0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
532 Views

It will use more threads. As long as you dont exceed the max threads (setable)

You would set more threads than cores if some are doing i/o

Jim

0 Kudos
Reply