Introduced environment variable KMP_INITIAL_THREAD_BIND that allows to bind initial thread of OpenMP application to be bound at the very beginning. To do so call middle library initialization from compiler generated function __kmpc_begin(). The middle initialization includes machine topology discovery and binding of the thread according to requested method if any.
This change is done by request from customer who wanted serial start of application be executed on the same core as the master thread of parallel region.